Shades of Rose #CF9D90
Tints of Rose #CF9D90
RGB
CMYK
RGB Variations
Color information
#CF9D90 (or 0xCF9D90) is known color: Rose. HEX triplet: CF, 9D and 90. RGB value is (207,157,144). Sum of RGB (Red+Green+Blue) = 207+157+144=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9D90 is #30626F. Grayscale: #AAAAAA. Windows color (decimal): -3170928 or 9477583. OLE color: 9477583.
HSL color Cylindrical-coordinate representation of color #CF9D90: hue angle of 12.38º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF9D90 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 157 | 144 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.19 |
| HSL | 12.38º | 0.4% | 0.69% | - |
| HSV(B) | 12.38º | 0.3% | 0.81% | - |
| XYZ | 42.82 | 39.39 | 31.73 | - |
| YUV | 170.47 | 113.07 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 157 | 144 | 0 | 0.24 | 0.30 | 0.19 | 12.38 | 0.4 | 0.69 |
| Hex | CF | 9D | 90 | 0 | 18 | 1E | 13 | C | 28 | 45 |
| Octal | 317 | 235 | 220 | 0 | 30 | 36 | 23 | 14 | 50 | 105 |
| Binary | 11001111 | 10011101 | 10010000 | 0 | 11000 | 11110 | 10011 | 1100 | 101000 | 1000101 |
Color Harmonies of #CF9D90
Complementary color
Monochromatic Colors of #CF9D90
Black with #CF9D90
Text Example
Text Example
White with #CF9D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9D90; }
p { color: rgb(207,157,144); }
H1.HeaderClassName
{
color: #CF9D90;
}
.AnyTagClassName
{
color: #CF9D90;
}
</style>
background-color css
<style>
a { background-color: #CF9D90; }
a { background-color: rgb(207,157,144); }
div.DivClassName
{
background-color: #CF9D90;
}
.BgClassName
{
background-color: #CF9D90;
}
</style>
border-color css
<style>
span { border-color: #CF9D90; }
span { border-color: rgb(207,157,144); }
td.TdClassName
{
border-color: #CF9D90;
}
.TagClassName
{
border-color: #CF9D90;
}
</style>