Shades of Cameo #CCA488
Tints of Cameo #CCA488
RGB
CMYK
RGB Variations
Color information
#CCA488 (or 0xCCA488) is known color: Cameo. HEX triplet: CC, A4 and 88. RGB value is (204,164,136). Sum of RGB (Red+Green+Blue) = 204+164+136=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA488 is #335B77. Grayscale: #ACACAC. Windows color (decimal): -3365752 or 8955084. OLE color: 8955084.
HSL color Cylindrical-coordinate representation of color #CCA488: hue angle of 24.71º 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 #CCA488 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 136 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.2 |
| HSL | 24.71º | 0.4% | 0.67% | - |
| HSV(B) | 24.71º | 0.33% | 0.8% | - |
| XYZ | 42.62 | 41.17 | 28.99 | - |
| YUV | 172.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 136 | 0 | 0.20 | 0.33 | 0.2 | 24.71 | 0.4 | 0.67 |
| Hex | CC | A4 | 88 | 0 | 14 | 21 | 14 | 19 | 28 | 43 |
| Octal | 314 | 244 | 210 | 0 | 24 | 41 | 24 | 31 | 50 | 103 |
| Binary | 11001100 | 10100100 | 10001000 | 0 | 10100 | 100001 | 10100 | 11001 | 101000 | 1000011 |
Color Harmonies of #CCA488
Complementary color
Monochromatic Colors of #CCA488
Black with #CCA488
Text Example
Text Example
White with #CCA488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA488; }
p { color: rgb(204,164,136); }
H1.HeaderClassName
{
color: #CCA488;
}
.AnyTagClassName
{
color: #CCA488;
}
</style>
background-color css
<style>
a { background-color: #CCA488; }
a { background-color: rgb(204,164,136); }
div.DivClassName
{
background-color: #CCA488;
}
.BgClassName
{
background-color: #CCA488;
}
</style>
border-color css
<style>
span { border-color: #CCA488; }
span { border-color: rgb(204,164,136); }
td.TdClassName
{
border-color: #CCA488;
}
.TagClassName
{
border-color: #CCA488;
}
</style>