Shades of Cameo #CCA58C
Tints of Cameo #CCA58C
RGB
CMYK
RGB Variations
Color information
#CCA58C (or 0xCCA58C) is known color: Cameo. HEX triplet: CC, A5 and 8C. RGB value is (204,165,140). Sum of RGB (Red+Green+Blue) = 204+165+140=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA58C is #335A73. Grayscale: #ADADAD. Windows color (decimal): -3365492 or 9217484. OLE color: 9217484.
HSL color Cylindrical-coordinate representation of color #CCA58C: hue angle of 23.44º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCA58C is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 140 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.2 |
| HSL | 23.44º | 0.39% | 0.67% | - |
| HSV(B) | 23.44º | 0.31% | 0.8% | - |
| XYZ | 43.09 | 41.64 | 30.58 | - |
| YUV | 173.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 140 | 0 | 0.19 | 0.31 | 0.2 | 23.44 | 0.39 | 0.67 |
| Hex | CC | A5 | 8C | 0 | 13 | 1F | 14 | 17 | 27 | 43 |
| Octal | 314 | 245 | 214 | 0 | 23 | 37 | 24 | 27 | 47 | 103 |
| Binary | 11001100 | 10100101 | 10001100 | 0 | 10011 | 11111 | 10100 | 10111 | 100111 | 1000011 |
Color Harmonies of #CCA58C
Complementary color
Monochromatic Colors of #CCA58C
Black with #CCA58C
Text Example
Text Example
White with #CCA58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA58C; }
p { color: rgb(204,165,140); }
H1.HeaderClassName
{
color: #CCA58C;
}
.AnyTagClassName
{
color: #CCA58C;
}
</style>
background-color css
<style>
a { background-color: #CCA58C; }
a { background-color: rgb(204,165,140); }
div.DivClassName
{
background-color: #CCA58C;
}
.BgClassName
{
background-color: #CCA58C;
}
</style>
border-color css
<style>
span { border-color: #CCA58C; }
span { border-color: rgb(204,165,140); }
td.TdClassName
{
border-color: #CCA58C;
}
.TagClassName
{
border-color: #CCA58C;
}
</style>