Shades of Rose #CC9E91
Tints of Rose #CC9E91
RGB
CMYK
RGB Variations
Color information
#CC9E91 (or 0xCC9E91) is known color: Rose. HEX triplet: CC, 9E and 91. RGB value is (204,158,145). Sum of RGB (Red+Green+Blue) = 204+158+145=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9E91 is #33616E. Grayscale: #AAAAAA. Windows color (decimal): -3367279 or 9543372. OLE color: 9543372.
HSL color Cylindrical-coordinate representation of color #CC9E91: hue angle of 13.22º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9E91 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 158 | 145 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.2 |
| HSL | 13.22º | 0.37% | 0.68% | - |
| HSV(B) | 13.22º | 0.29% | 0.8% | - |
| XYZ | 42.24 | 39.34 | 32.15 | - |
| YUV | 170.27 | 113.74 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 158 | 145 | 0 | 0.23 | 0.29 | 0.2 | 13.22 | 0.37 | 0.68 |
| Hex | CC | 9E | 91 | 0 | 17 | 1D | 14 | D | 25 | 44 |
| Octal | 314 | 236 | 221 | 0 | 27 | 35 | 24 | 15 | 45 | 104 |
| Binary | 11001100 | 10011110 | 10010001 | 0 | 10111 | 11101 | 10100 | 1101 | 100101 | 1000100 |
Color Harmonies of #CC9E91
Complementary color
Monochromatic Colors of #CC9E91
Black with #CC9E91
Text Example
Text Example
White with #CC9E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9E91; }
p { color: rgb(204,158,145); }
H1.HeaderClassName
{
color: #CC9E91;
}
.AnyTagClassName
{
color: #CC9E91;
}
</style>
background-color css
<style>
a { background-color: #CC9E91; }
a { background-color: rgb(204,158,145); }
div.DivClassName
{
background-color: #CC9E91;
}
.BgClassName
{
background-color: #CC9E91;
}
</style>
border-color css
<style>
span { border-color: #CC9E91; }
span { border-color: rgb(204,158,145); }
td.TdClassName
{
border-color: #CC9E91;
}
.TagClassName
{
border-color: #CC9E91;
}
</style>