Shades of Rose #CF9B96
Tints of Rose #CF9B96
RGB
CMYK
RGB Variations
Color information
#CF9B96 (or 0xCF9B96) is known color: Rose. HEX triplet: CF, 9B and 96. RGB value is (207,155,150). Sum of RGB (Red+Green+Blue) = 207+155+150=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9B96 is #306469. Grayscale: #AAAAAA. Windows color (decimal): -3171434 or 9870287. OLE color: 9870287.
HSL color Cylindrical-coordinate representation of color #CF9B96: hue angle of 5.26º 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 #CF9B96 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 150 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.19 |
| HSL | 5.26º | 0.37% | 0.7% | - |
| HSV(B) | 5.26º | 0.28% | 0.81% | - |
| XYZ | 42.96 | 38.91 | 34.1 | - |
| YUV | 169.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 150 | 0 | 0.25 | 0.28 | 0.19 | 5.26 | 0.37 | 0.7 |
| Hex | CF | 9B | 96 | 0 | 19 | 1C | 13 | 5 | 25 | 46 |
| Octal | 317 | 233 | 226 | 0 | 31 | 34 | 23 | 5 | 45 | 106 |
| Binary | 11001111 | 10011011 | 10010110 | 0 | 11001 | 11100 | 10011 | 101 | 100101 | 1000110 |
Color Harmonies of #CF9B96
Complementary color
Monochromatic Colors of #CF9B96
Black with #CF9B96
Text Example
Text Example
White with #CF9B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B96; }
p { color: rgb(207,155,150); }
H1.HeaderClassName
{
color: #CF9B96;
}
.AnyTagClassName
{
color: #CF9B96;
}
</style>
background-color css
<style>
a { background-color: #CF9B96; }
a { background-color: rgb(207,155,150); }
div.DivClassName
{
background-color: #CF9B96;
}
.BgClassName
{
background-color: #CF9B96;
}
</style>
border-color css
<style>
span { border-color: #CF9B96; }
span { border-color: rgb(207,155,150); }
td.TdClassName
{
border-color: #CF9B96;
}
.TagClassName
{
border-color: #CF9B96;
}
</style>