Shades of Rose #CF9C98
Tints of Rose #CF9C98
RGB
CMYK
RGB Variations
Color information
#CF9C98 (or 0xCF9C98) is known color: Rose. HEX triplet: CF, 9C and 98. RGB value is (207,156,152). Sum of RGB (Red+Green+Blue) = 207+156+152=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9C98 is #306367. Grayscale: #AAAAAA. Windows color (decimal): -3171176 or 10001615. OLE color: 10001615.
HSL color Cylindrical-coordinate representation of color #CF9C98: hue angle of 4.36º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF9C98 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 152 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.19 |
| HSL | 4.36º | 0.36% | 0.7% | - |
| HSV(B) | 4.36º | 0.27% | 0.81% | - |
| XYZ | 43.29 | 39.31 | 35.01 | - |
| YUV | 170.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 152 | 0 | 0.25 | 0.27 | 0.19 | 4.36 | 0.36 | 0.7 |
| Hex | CF | 9C | 98 | 0 | 19 | 1B | 13 | 4 | 24 | 46 |
| Octal | 317 | 234 | 230 | 0 | 31 | 33 | 23 | 4 | 44 | 106 |
| Binary | 11001111 | 10011100 | 10011000 | 0 | 11001 | 11011 | 10011 | 100 | 100100 | 1000110 |
Color Harmonies of #CF9C98
Complementary color
Monochromatic Colors of #CF9C98
Black with #CF9C98
Text Example
Text Example
White with #CF9C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C98; }
p { color: rgb(207,156,152); }
H1.HeaderClassName
{
color: #CF9C98;
}
.AnyTagClassName
{
color: #CF9C98;
}
</style>
background-color css
<style>
a { background-color: #CF9C98; }
a { background-color: rgb(207,156,152); }
div.DivClassName
{
background-color: #CF9C98;
}
.BgClassName
{
background-color: #CF9C98;
}
</style>
border-color css
<style>
span { border-color: #CF9C98; }
span { border-color: rgb(207,156,152); }
td.TdClassName
{
border-color: #CF9C98;
}
.TagClassName
{
border-color: #CF9C98;
}
</style>