Shades of Cameo #CCA579
Tints of Cameo #CCA579
RGB
CMYK
RGB Variations
Color information
#CCA579 (or 0xCCA579) is known color: Cameo. HEX triplet: CC, A5 and 79. RGB value is (204,165,121). Sum of RGB (Red+Green+Blue) = 204+165+121=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA579 is #335A86. Grayscale: #ABABAB. Windows color (decimal): -3365511 or 7972300. OLE color: 7972300.
HSL color Cylindrical-coordinate representation of color #CCA579: hue angle of 31.81º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCA579 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 121 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.2 |
| HSL | 31.81º | 0.45% | 0.64% | - |
| HSV(B) | 31.81º | 0.41% | 0.8% | - |
| XYZ | 41.81 | 41.13 | 23.82 | - |
| YUV | 171.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 121 | 0 | 0.19 | 0.41 | 0.2 | 31.81 | 0.45 | 0.64 |
| Hex | CC | A5 | 79 | 0 | 13 | 29 | 14 | 20 | 2D | 40 |
| Octal | 314 | 245 | 171 | 0 | 23 | 51 | 24 | 40 | 55 | 100 |
| Binary | 11001100 | 10100101 | 1111001 | 0 | 10011 | 101001 | 10100 | 100000 | 101101 | 1000000 |
Color Harmonies of #CCA579
Complementary color
Monochromatic Colors of #CCA579
Black with #CCA579
Text Example
Text Example
White with #CCA579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA579; }
p { color: rgb(204,165,121); }
H1.HeaderClassName
{
color: #CCA579;
}
.AnyTagClassName
{
color: #CCA579;
}
</style>
background-color css
<style>
a { background-color: #CCA579; }
a { background-color: rgb(204,165,121); }
div.DivClassName
{
background-color: #CCA579;
}
.BgClassName
{
background-color: #CCA579;
}
</style>
border-color css
<style>
span { border-color: #CCA579; }
span { border-color: rgb(204,165,121); }
td.TdClassName
{
border-color: #CCA579;
}
.TagClassName
{
border-color: #CCA579;
}
</style>