Shades of Cameo #CCA185
Tints of Cameo #CCA185
RGB
CMYK
RGB Variations
Color information
#CCA185 (or 0xCCA185) is known color: Cameo. HEX triplet: CC, A1 and 85. RGB value is (204,161,133). Sum of RGB (Red+Green+Blue) = 204+161+133=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA185 is #335E7A. Grayscale: #AAAAAA. Windows color (decimal): -3366523 or 8757708. OLE color: 8757708.
HSL color Cylindrical-coordinate representation of color #CCA185: hue angle of 23.66º 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 #CCA185 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 133 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.2 |
| HSL | 23.66º | 0.41% | 0.66% | - |
| HSV(B) | 23.66º | 0.35% | 0.8% | - |
| XYZ | 41.88 | 40.02 | 27.71 | - |
| YUV | 170.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 133 | 0 | 0.21 | 0.35 | 0.2 | 23.66 | 0.41 | 0.66 |
| Hex | CC | A1 | 85 | 0 | 15 | 23 | 14 | 18 | 29 | 42 |
| Octal | 314 | 241 | 205 | 0 | 25 | 43 | 24 | 30 | 51 | 102 |
| Binary | 11001100 | 10100001 | 10000101 | 0 | 10101 | 100011 | 10100 | 11000 | 101001 | 1000010 |
Color Harmonies of #CCA185
Complementary color
Monochromatic Colors of #CCA185
Black with #CCA185
Text Example
Text Example
White with #CCA185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA185; }
p { color: rgb(204,161,133); }
H1.HeaderClassName
{
color: #CCA185;
}
.AnyTagClassName
{
color: #CCA185;
}
</style>
background-color css
<style>
a { background-color: #CCA185; }
a { background-color: rgb(204,161,133); }
div.DivClassName
{
background-color: #CCA185;
}
.BgClassName
{
background-color: #CCA185;
}
</style>
border-color css
<style>
span { border-color: #CCA185; }
span { border-color: rgb(204,161,133); }
td.TdClassName
{
border-color: #CCA185;
}
.TagClassName
{
border-color: #CCA185;
}
</style>