Shades of Rose #CCA090
Tints of Rose #CCA090
RGB
CMYK
RGB Variations
Color information
#CCA090 (or 0xCCA090) is known color: Rose. HEX triplet: CC, A0 and 90. RGB value is (204,160,144). Sum of RGB (Red+Green+Blue) = 204+160+144=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA090 is #335F6F. Grayscale: #ABABAB. Windows color (decimal): -3366768 or 9478348. OLE color: 9478348.
HSL color Cylindrical-coordinate representation of color #CCA090: hue angle of 16º 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 #CCA090 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 144 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.2 |
| HSL | 16º | 0.37% | 0.68% | - |
| HSV(B) | 16º | 0.29% | 0.8% | - |
| XYZ | 42.51 | 39.99 | 31.86 | - |
| YUV | 171.33 | 112.58 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 144 | 0 | 0.22 | 0.29 | 0.2 | 16 | 0.37 | 0.68 |
| Hex | CC | A0 | 90 | 0 | 16 | 1D | 14 | 10 | 25 | 44 |
| Octal | 314 | 240 | 220 | 0 | 26 | 35 | 24 | 20 | 45 | 104 |
| Binary | 11001100 | 10100000 | 10010000 | 0 | 10110 | 11101 | 10100 | 10000 | 100101 | 1000100 |
Color Harmonies of #CCA090
Complementary color
Monochromatic Colors of #CCA090
Black with #CCA090
Text Example
Text Example
White with #CCA090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA090; }
p { color: rgb(204,160,144); }
H1.HeaderClassName
{
color: #CCA090;
}
.AnyTagClassName
{
color: #CCA090;
}
</style>
background-color css
<style>
a { background-color: #CCA090; }
a { background-color: rgb(204,160,144); }
div.DivClassName
{
background-color: #CCA090;
}
.BgClassName
{
background-color: #CCA090;
}
</style>
border-color css
<style>
span { border-color: #CCA090; }
span { border-color: rgb(204,160,144); }
td.TdClassName
{
border-color: #CCA090;
}
.TagClassName
{
border-color: #CCA090;
}
</style>