Shades of Rose #CC9A91
Tints of Rose #CC9A91
RGB
CMYK
RGB Variations
Color information
#CC9A91 (or 0xCC9A91) is known color: Rose. HEX triplet: CC, 9A and 91. RGB value is (204,154,145). Sum of RGB (Red+Green+Blue) = 204+154+145=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9A91 is #33656E. Grayscale: #A8A8A8. Windows color (decimal): -3368303 or 9542348. OLE color: 9542348.
HSL color Cylindrical-coordinate representation of color #CC9A91: hue angle of 9.15º 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 #CC9A91 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 145 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.2 |
| HSL | 9.15º | 0.37% | 0.68% | - |
| HSV(B) | 9.15º | 0.29% | 0.8% | - |
| XYZ | 41.57 | 37.99 | 31.93 | - |
| YUV | 167.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 145 | 0 | 0.25 | 0.29 | 0.2 | 9.15 | 0.37 | 0.68 |
| Hex | CC | 9A | 91 | 0 | 19 | 1D | 14 | 9 | 25 | 44 |
| Octal | 314 | 232 | 221 | 0 | 31 | 35 | 24 | 11 | 45 | 104 |
| Binary | 11001100 | 10011010 | 10010001 | 0 | 11001 | 11101 | 10100 | 1001 | 100101 | 1000100 |
Color Harmonies of #CC9A91
Complementary color
Monochromatic Colors of #CC9A91
Black with #CC9A91
Text Example
Text Example
White with #CC9A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A91; }
p { color: rgb(204,154,145); }
H1.HeaderClassName
{
color: #CC9A91;
}
.AnyTagClassName
{
color: #CC9A91;
}
</style>
background-color css
<style>
a { background-color: #CC9A91; }
a { background-color: rgb(204,154,145); }
div.DivClassName
{
background-color: #CC9A91;
}
.BgClassName
{
background-color: #CC9A91;
}
</style>
border-color css
<style>
span { border-color: #CC9A91; }
span { border-color: rgb(204,154,145); }
td.TdClassName
{
border-color: #CC9A91;
}
.TagClassName
{
border-color: #CC9A91;
}
</style>