Shades of Rose #CC9C90
Tints of Rose #CC9C90
RGB
CMYK
RGB Variations
Color information
#CC9C90 (or 0xCC9C90) is known color: Rose. HEX triplet: CC, 9C and 90. RGB value is (204,156,144). Sum of RGB (Red+Green+Blue) = 204+156+144=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9C90 is #33636F. Grayscale: #A9A9A9. Windows color (decimal): -3367792 or 9477324. OLE color: 9477324.
HSL color Cylindrical-coordinate representation of color #CC9C90: hue angle of 12º 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 #CC9C90 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 144 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.2 |
| HSL | 12º | 0.37% | 0.68% | - |
| HSV(B) | 12º | 0.29% | 0.8% | - |
| XYZ | 41.82 | 38.63 | 31.64 | - |
| YUV | 168.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 144 | 0 | 0.24 | 0.29 | 0.2 | 12 | 0.37 | 0.68 |
| Hex | CC | 9C | 90 | 0 | 18 | 1D | 14 | C | 25 | 44 |
| Octal | 314 | 234 | 220 | 0 | 30 | 35 | 24 | 14 | 45 | 104 |
| Binary | 11001100 | 10011100 | 10010000 | 0 | 11000 | 11101 | 10100 | 1100 | 100101 | 1000100 |
Color Harmonies of #CC9C90
Complementary color
Monochromatic Colors of #CC9C90
Black with #CC9C90
Text Example
Text Example
White with #CC9C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C90; }
p { color: rgb(204,156,144); }
H1.HeaderClassName
{
color: #CC9C90;
}
.AnyTagClassName
{
color: #CC9C90;
}
</style>
background-color css
<style>
a { background-color: #CC9C90; }
a { background-color: rgb(204,156,144); }
div.DivClassName
{
background-color: #CC9C90;
}
.BgClassName
{
background-color: #CC9C90;
}
</style>
border-color css
<style>
span { border-color: #CC9C90; }
span { border-color: rgb(204,156,144); }
td.TdClassName
{
border-color: #CC9C90;
}
.TagClassName
{
border-color: #CC9C90;
}
</style>