Shades of Rose #CF9E96
Tints of Rose #CF9E96
RGB
CMYK
RGB Variations
Color information
#CF9E96 (or 0xCF9E96) is known color: Rose. HEX triplet: CF, 9E and 96. RGB value is (207,158,150). Sum of RGB (Red+Green+Blue) = 207+158+150=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9E96 is #306169. Grayscale: #ABABAB. Windows color (decimal): -3170666 or 9871055. OLE color: 9871055.
HSL color Cylindrical-coordinate representation of color #CF9E96: hue angle of 8.42º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF9E96 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 150 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.19 |
| HSL | 8.42º | 0.37% | 0.7% | - |
| HSV(B) | 8.42º | 0.28% | 0.81% | - |
| XYZ | 43.46 | 39.92 | 34.27 | - |
| YUV | 171.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 150 | 0 | 0.24 | 0.28 | 0.19 | 8.42 | 0.37 | 0.7 |
| Hex | CF | 9E | 96 | 0 | 18 | 1C | 13 | 8 | 25 | 46 |
| Octal | 317 | 236 | 226 | 0 | 30 | 34 | 23 | 10 | 45 | 106 |
| Binary | 11001111 | 10011110 | 10010110 | 0 | 11000 | 11100 | 10011 | 1000 | 100101 | 1000110 |
Color Harmonies of #CF9E96
Complementary color
Monochromatic Colors of #CF9E96
Black with #CF9E96
Text Example
Text Example
White with #CF9E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E96; }
p { color: rgb(207,158,150); }
H1.HeaderClassName
{
color: #CF9E96;
}
.AnyTagClassName
{
color: #CF9E96;
}
</style>
background-color css
<style>
a { background-color: #CF9E96; }
a { background-color: rgb(207,158,150); }
div.DivClassName
{
background-color: #CF9E96;
}
.BgClassName
{
background-color: #CF9E96;
}
</style>
border-color css
<style>
span { border-color: #CF9E96; }
span { border-color: rgb(207,158,150); }
td.TdClassName
{
border-color: #CF9E96;
}
.TagClassName
{
border-color: #CF9E96;
}
</style>