Shades of Cameo #CCA77A
Tints of Cameo #CCA77A
RGB
CMYK
RGB Variations
Color information
#CCA77A (or 0xCCA77A) is known color: Cameo. HEX triplet: CC, A7 and 7A. RGB value is (204,167,122). Sum of RGB (Red+Green+Blue) = 204+167+122=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA77A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA77A is #335885. Grayscale: #ADADAD. Windows color (decimal): -3364998 or 8038348. OLE color: 8038348.
HSL color Cylindrical-coordinate representation of color #CCA77A: hue angle of 32.93º 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 #CCA77A is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 122 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.2 |
| HSL | 32.93º | 0.45% | 0.64% | - |
| HSV(B) | 32.93º | 0.4% | 0.8% | - |
| XYZ | 42.23 | 41.88 | 24.27 | - |
| YUV | 172.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 122 | 0 | 0.18 | 0.40 | 0.2 | 32.93 | 0.45 | 0.64 |
| Hex | CC | A7 | 7A | 0 | 12 | 28 | 14 | 21 | 2D | 40 |
| Octal | 314 | 247 | 172 | 0 | 22 | 50 | 24 | 41 | 55 | 100 |
| Binary | 11001100 | 10100111 | 1111010 | 0 | 10010 | 101000 | 10100 | 100001 | 101101 | 1000000 |
Color Harmonies of #CCA77A
Complementary color
Monochromatic Colors of #CCA77A
Black with #CCA77A
Text Example
Text Example
White with #CCA77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA77A; }
p { color: rgb(204,167,122); }
H1.HeaderClassName
{
color: #CCA77A;
}
.AnyTagClassName
{
color: #CCA77A;
}
</style>
background-color css
<style>
a { background-color: #CCA77A; }
a { background-color: rgb(204,167,122); }
div.DivClassName
{
background-color: #CCA77A;
}
.BgClassName
{
background-color: #CCA77A;
}
</style>
border-color css
<style>
span { border-color: #CCA77A; }
span { border-color: rgb(204,167,122); }
td.TdClassName
{
border-color: #CCA77A;
}
.TagClassName
{
border-color: #CCA77A;
}
</style>