What is the RGB code for rose?
The CSS color rose in RGB format is rgb(207, 98, 117). Use this value directly in CSS, SVG, and most design tools.
How do I use rose in CSS?
To apply rose in CSS:
- Text color: color: rgb(207, 98, 117);
- Background: background-color: rgb(207, 98, 117);
- Border: border-color: rgb(207, 98, 117);
What are all the color format values for rose?
| Format | Value |
|---|---|
| HEX | #cf6275 |
| RGB | rgb(207, 98, 117) |
| HSL | hsl(349.5, 53.2%, 59.8%) |
| CMYK | cmyk(0%, 52.7%, 43.5%, 18.8%) |
How do I convert rose to RGB?
Select rose from the color name list in our color converter. The RGB value — rgb(207, 98, 117) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does rose belong to?
rose belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 349.5°, saturation 53.2%, lightness 59.8%.
How do I create lighter and darker shades of rose?
Lighter variant (lightness 74.8%): #e19da9. Darker variant (lightness 44.8%): #af354b. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.