Shades of Cameo #CCA085
Tints of Cameo #CCA085
RGB
CMYK
RGB Variations
Color information
#CCA085 (or 0xCCA085) is known color: Cameo. HEX triplet: CC, A0 and 85. RGB value is (204,160,133). Sum of RGB (Red+Green+Blue) = 204+160+133=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA085 is #335F7A. Grayscale: #AAAAAA. Windows color (decimal): -3366779 or 8757452. OLE color: 8757452.
HSL color Cylindrical-coordinate representation of color #CCA085: hue angle of 22.82º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCA085 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 133 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.2 |
| HSL | 22.82º | 0.41% | 0.66% | - |
| HSV(B) | 22.82º | 0.35% | 0.8% | - |
| XYZ | 41.71 | 39.67 | 27.65 | - |
| YUV | 170.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 133 | 0 | 0.22 | 0.35 | 0.2 | 22.82 | 0.41 | 0.66 |
| Hex | CC | A0 | 85 | 0 | 16 | 23 | 14 | 17 | 29 | 42 |
| Octal | 314 | 240 | 205 | 0 | 26 | 43 | 24 | 27 | 51 | 102 |
| Binary | 11001100 | 10100000 | 10000101 | 0 | 10110 | 100011 | 10100 | 10111 | 101001 | 1000010 |
Color Harmonies of #CCA085
Complementary color
Monochromatic Colors of #CCA085
Black with #CCA085
Text Example
Text Example
White with #CCA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA085; }
p { color: rgb(204,160,133); }
H1.HeaderClassName
{
color: #CCA085;
}
.AnyTagClassName
{
color: #CCA085;
}
</style>
background-color css
<style>
a { background-color: #CCA085; }
a { background-color: rgb(204,160,133); }
div.DivClassName
{
background-color: #CCA085;
}
.BgClassName
{
background-color: #CCA085;
}
</style>
border-color css
<style>
span { border-color: #CCA085; }
span { border-color: rgb(204,160,133); }
td.TdClassName
{
border-color: #CCA085;
}
.TagClassName
{
border-color: #CCA085;
}
</style>