Shades of Cameo #CCA888
Tints of Cameo #CCA888
RGB
CMYK
RGB Variations
Color information
#CCA888 (or 0xCCA888) is known color: Cameo. HEX triplet: CC, A8 and 88. RGB value is (204,168,136). Sum of RGB (Red+Green+Blue) = 204+168+136=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA888 is #335777. Grayscale: #AFAFAF. Windows color (decimal): -3364728 or 8956108. OLE color: 8956108.
HSL color Cylindrical-coordinate representation of color #CCA888: hue angle of 28.24º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCA888 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 136 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.2 |
| HSL | 28.24º | 0.4% | 0.67% | - |
| HSV(B) | 28.24º | 0.33% | 0.8% | - |
| XYZ | 43.35 | 42.62 | 29.23 | - |
| YUV | 175.12 | 105.93 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 136 | 0 | 0.18 | 0.33 | 0.2 | 28.24 | 0.4 | 0.67 |
| Hex | CC | A8 | 88 | 0 | 12 | 21 | 14 | 1C | 28 | 43 |
| Octal | 314 | 250 | 210 | 0 | 22 | 41 | 24 | 34 | 50 | 103 |
| Binary | 11001100 | 10101000 | 10001000 | 0 | 10010 | 100001 | 10100 | 11100 | 101000 | 1000011 |
Color Harmonies of #CCA888
Complementary color
Monochromatic Colors of #CCA888
Black with #CCA888
Text Example
Text Example
White with #CCA888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA888; }
p { color: rgb(204,168,136); }
H1.HeaderClassName
{
color: #CCA888;
}
.AnyTagClassName
{
color: #CCA888;
}
</style>
background-color css
<style>
a { background-color: #CCA888; }
a { background-color: rgb(204,168,136); }
div.DivClassName
{
background-color: #CCA888;
}
.BgClassName
{
background-color: #CCA888;
}
</style>
border-color css
<style>
span { border-color: #CCA888; }
span { border-color: rgb(204,168,136); }
td.TdClassName
{
border-color: #CCA888;
}
.TagClassName
{
border-color: #CCA888;
}
</style>