Shades of Cameo #CCA287
Tints of Cameo #CCA287
RGB
CMYK
RGB Variations
Color information
#CCA287 (or 0xCCA287) is known color: Cameo. HEX triplet: CC, A2 and 87. RGB value is (204,162,135). Sum of RGB (Red+Green+Blue) = 204+162+135=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA287 is #335D78. Grayscale: #ABABAB. Windows color (decimal): -3366265 or 8889036. OLE color: 8889036.
HSL color Cylindrical-coordinate representation of color #CCA287: hue angle of 23.48º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCA287 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 135 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.2 |
| HSL | 23.48º | 0.4% | 0.66% | - |
| HSV(B) | 23.48º | 0.34% | 0.8% | - |
| XYZ | 42.2 | 40.43 | 28.5 | - |
| YUV | 171.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 135 | 0 | 0.21 | 0.34 | 0.2 | 23.48 | 0.4 | 0.66 |
| Hex | CC | A2 | 87 | 0 | 15 | 22 | 14 | 17 | 28 | 42 |
| Octal | 314 | 242 | 207 | 0 | 25 | 42 | 24 | 27 | 50 | 102 |
| Binary | 11001100 | 10100010 | 10000111 | 0 | 10101 | 100010 | 10100 | 10111 | 101000 | 1000010 |
Color Harmonies of #CCA287
Complementary color
Monochromatic Colors of #CCA287
Black with #CCA287
Text Example
Text Example
White with #CCA287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA287; }
p { color: rgb(204,162,135); }
H1.HeaderClassName
{
color: #CCA287;
}
.AnyTagClassName
{
color: #CCA287;
}
</style>
background-color css
<style>
a { background-color: #CCA287; }
a { background-color: rgb(204,162,135); }
div.DivClassName
{
background-color: #CCA287;
}
.BgClassName
{
background-color: #CCA287;
}
</style>
border-color css
<style>
span { border-color: #CCA287; }
span { border-color: rgb(204,162,135); }
td.TdClassName
{
border-color: #CCA287;
}
.TagClassName
{
border-color: #CCA287;
}
</style>