Shades of Rose #CCA08E
Tints of Rose #CCA08E
RGB
CMYK
RGB Variations
Color information
#CCA08E (or 0xCCA08E) is known color: Rose. HEX triplet: CC, A0 and 8E. RGB value is (204,160,142). Sum of RGB (Red+Green+Blue) = 204+160+142=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA08E is #335F71. Grayscale: #ABABAB. Windows color (decimal): -3366770 or 9347276. OLE color: 9347276.
HSL color Cylindrical-coordinate representation of color #CCA08E: hue angle of 17.42º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCA08E is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 142 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.2 |
| HSL | 17.42º | 0.38% | 0.68% | - |
| HSV(B) | 17.42º | 0.3% | 0.8% | - |
| XYZ | 42.36 | 39.93 | 31.07 | - |
| YUV | 171.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 142 | 0 | 0.22 | 0.30 | 0.2 | 17.42 | 0.38 | 0.68 |
| Hex | CC | A0 | 8E | 0 | 16 | 1E | 14 | 11 | 26 | 44 |
| Octal | 314 | 240 | 216 | 0 | 26 | 36 | 24 | 21 | 46 | 104 |
| Binary | 11001100 | 10100000 | 10001110 | 0 | 10110 | 11110 | 10100 | 10001 | 100110 | 1000100 |
Color Harmonies of #CCA08E
Complementary color
Monochromatic Colors of #CCA08E
Black with #CCA08E
Text Example
Text Example
White with #CCA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA08E; }
p { color: rgb(204,160,142); }
H1.HeaderClassName
{
color: #CCA08E;
}
.AnyTagClassName
{
color: #CCA08E;
}
</style>
background-color css
<style>
a { background-color: #CCA08E; }
a { background-color: rgb(204,160,142); }
div.DivClassName
{
background-color: #CCA08E;
}
.BgClassName
{
background-color: #CCA08E;
}
</style>
border-color css
<style>
span { border-color: #CCA08E; }
span { border-color: rgb(204,160,142); }
td.TdClassName
{
border-color: #CCA08E;
}
.TagClassName
{
border-color: #CCA08E;
}
</style>