Shades of Cameo #CCA082
Tints of Cameo #CCA082
RGB
CMYK
RGB Variations
Color information
#CCA082 (or 0xCCA082) is known color: Cameo. HEX triplet: CC, A0 and 82. RGB value is (204,160,130). Sum of RGB (Red+Green+Blue) = 204+160+130=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA082 is #335F7D. Grayscale: #A9A9A9. Windows color (decimal): -3366782 or 8560844. OLE color: 8560844.
HSL color Cylindrical-coordinate representation of color #CCA082: hue angle of 24.32º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCA082 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 130 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.2 |
| HSL | 24.32º | 0.42% | 0.65% | - |
| HSV(B) | 24.32º | 0.36% | 0.8% | - |
| XYZ | 41.5 | 39.59 | 26.57 | - |
| YUV | 169.74 | 105.58 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 130 | 0 | 0.22 | 0.36 | 0.2 | 24.32 | 0.42 | 0.65 |
| Hex | CC | A0 | 82 | 0 | 16 | 24 | 14 | 18 | 2A | 41 |
| Octal | 314 | 240 | 202 | 0 | 26 | 44 | 24 | 30 | 52 | 101 |
| Binary | 11001100 | 10100000 | 10000010 | 0 | 10110 | 100100 | 10100 | 11000 | 101010 | 1000001 |
Color Harmonies of #CCA082
Complementary color
Monochromatic Colors of #CCA082
Black with #CCA082
Text Example
Text Example
White with #CCA082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA082; }
p { color: rgb(204,160,130); }
H1.HeaderClassName
{
color: #CCA082;
}
.AnyTagClassName
{
color: #CCA082;
}
</style>
background-color css
<style>
a { background-color: #CCA082; }
a { background-color: rgb(204,160,130); }
div.DivClassName
{
background-color: #CCA082;
}
.BgClassName
{
background-color: #CCA082;
}
</style>
border-color css
<style>
span { border-color: #CCA082; }
span { border-color: rgb(204,160,130); }
td.TdClassName
{
border-color: #CCA082;
}
.TagClassName
{
border-color: #CCA082;
}
</style>