Shades of Cameo #CCA57A
Tints of Cameo #CCA57A
RGB
CMYK
RGB Variations
Color information
#CCA57A (or 0xCCA57A) is known color: Cameo. HEX triplet: CC, A5 and 7A. RGB value is (204,165,122). Sum of RGB (Red+Green+Blue) = 204+165+122=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA57A is #335A85. Grayscale: #ABABAB. Windows color (decimal): -3365510 or 8037836. OLE color: 8037836.
HSL color Cylindrical-coordinate representation of color #CCA57A: hue angle of 31.46º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCA57A is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 122 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.2 |
| HSL | 31.46º | 0.45% | 0.64% | - |
| HSV(B) | 31.46º | 0.4% | 0.8% | - |
| XYZ | 41.87 | 41.15 | 24.15 | - |
| YUV | 171.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 122 | 0 | 0.19 | 0.40 | 0.2 | 31.46 | 0.45 | 0.64 |
| Hex | CC | A5 | 7A | 0 | 13 | 28 | 14 | 1F | 2D | 40 |
| Octal | 314 | 245 | 172 | 0 | 23 | 50 | 24 | 37 | 55 | 100 |
| Binary | 11001100 | 10100101 | 1111010 | 0 | 10011 | 101000 | 10100 | 11111 | 101101 | 1000000 |
Color Harmonies of #CCA57A
Complementary color
Monochromatic Colors of #CCA57A
Black with #CCA57A
Text Example
Text Example
White with #CCA57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA57A; }
p { color: rgb(204,165,122); }
H1.HeaderClassName
{
color: #CCA57A;
}
.AnyTagClassName
{
color: #CCA57A;
}
</style>
background-color css
<style>
a { background-color: #CCA57A; }
a { background-color: rgb(204,165,122); }
div.DivClassName
{
background-color: #CCA57A;
}
.BgClassName
{
background-color: #CCA57A;
}
</style>
border-color css
<style>
span { border-color: #CCA57A; }
span { border-color: rgb(204,165,122); }
td.TdClassName
{
border-color: #CCA57A;
}
.TagClassName
{
border-color: #CCA57A;
}
</style>