Shades of Cameo #CCA288
Tints of Cameo #CCA288
RGB
CMYK
RGB Variations
Color information
#CCA288 (or 0xCCA288) is known color: Cameo. HEX triplet: CC, A2 and 88. RGB value is (204,162,136). Sum of RGB (Red+Green+Blue) = 204+162+136=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA288 is #335D77. Grayscale: #ABABAB. Windows color (decimal): -3366264 or 8954572. OLE color: 8954572.
HSL color Cylindrical-coordinate representation of color #CCA288: hue angle of 22.94º 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 #CCA288 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 136 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.2 |
| HSL | 22.94º | 0.4% | 0.67% | - |
| HSV(B) | 22.94º | 0.33% | 0.8% | - |
| XYZ | 42.27 | 40.46 | 28.87 | - |
| YUV | 171.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 136 | 0 | 0.21 | 0.33 | 0.2 | 22.94 | 0.4 | 0.67 |
| Hex | CC | A2 | 88 | 0 | 15 | 21 | 14 | 17 | 28 | 43 |
| Octal | 314 | 242 | 210 | 0 | 25 | 41 | 24 | 27 | 50 | 103 |
| Binary | 11001100 | 10100010 | 10001000 | 0 | 10101 | 100001 | 10100 | 10111 | 101000 | 1000011 |
Color Harmonies of #CCA288
Complementary color
Monochromatic Colors of #CCA288
Black with #CCA288
Text Example
Text Example
White with #CCA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA288; }
p { color: rgb(204,162,136); }
H1.HeaderClassName
{
color: #CCA288;
}
.AnyTagClassName
{
color: #CCA288;
}
</style>
background-color css
<style>
a { background-color: #CCA288; }
a { background-color: rgb(204,162,136); }
div.DivClassName
{
background-color: #CCA288;
}
.BgClassName
{
background-color: #CCA288;
}
</style>
border-color css
<style>
span { border-color: #CCA288; }
span { border-color: rgb(204,162,136); }
td.TdClassName
{
border-color: #CCA288;
}
.TagClassName
{
border-color: #CCA288;
}
</style>