Shades of Cameo #CCA08A
Tints of Cameo #CCA08A
RGB
CMYK
RGB Variations
Color information
#CCA08A (or 0xCCA08A) is known color: Cameo. HEX triplet: CC, A0 and 8A. RGB value is (204,160,138). Sum of RGB (Red+Green+Blue) = 204+160+138=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA08A is #335F75. Grayscale: #AAAAAA. Windows color (decimal): -3366774 or 9085132. OLE color: 9085132.
HSL color Cylindrical-coordinate representation of color #CCA08A: hue angle of 20º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCA08A is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 138 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.2 |
| HSL | 20º | 0.39% | 0.67% | - |
| HSV(B) | 20º | 0.32% | 0.8% | - |
| XYZ | 42.06 | 39.81 | 29.51 | - |
| YUV | 170.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 138 | 0 | 0.22 | 0.32 | 0.2 | 20 | 0.39 | 0.67 |
| Hex | CC | A0 | 8A | 0 | 16 | 20 | 14 | 14 | 27 | 43 |
| Octal | 314 | 240 | 212 | 0 | 26 | 40 | 24 | 24 | 47 | 103 |
| Binary | 11001100 | 10100000 | 10001010 | 0 | 10110 | 100000 | 10100 | 10100 | 100111 | 1000011 |
Color Harmonies of #CCA08A
Complementary color
Monochromatic Colors of #CCA08A
Black with #CCA08A
Text Example
Text Example
White with #CCA08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA08A; }
p { color: rgb(204,160,138); }
H1.HeaderClassName
{
color: #CCA08A;
}
.AnyTagClassName
{
color: #CCA08A;
}
</style>
background-color css
<style>
a { background-color: #CCA08A; }
a { background-color: rgb(204,160,138); }
div.DivClassName
{
background-color: #CCA08A;
}
.BgClassName
{
background-color: #CCA08A;
}
</style>
border-color css
<style>
span { border-color: #CCA08A; }
span { border-color: rgb(204,160,138); }
td.TdClassName
{
border-color: #CCA08A;
}
.TagClassName
{
border-color: #CCA08A;
}
</style>