Shades of Cameo #CCA07A
Tints of Cameo #CCA07A
RGB
CMYK
RGB Variations
Color information
#CCA07A (or 0xCCA07A) is known color: Cameo. HEX triplet: CC, A0 and 7A. RGB value is (204,160,122). Sum of RGB (Red+Green+Blue) = 204+160+122=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA07A is #335F85. Grayscale: #A9A9A9. Windows color (decimal): -3366790 or 8036556. OLE color: 8036556.
HSL color Cylindrical-coordinate representation of color #CCA07A: hue angle of 27.8º 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 #CCA07A is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 122 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.2 |
| HSL | 27.8º | 0.45% | 0.64% | - |
| HSV(B) | 27.8º | 0.4% | 0.8% | - |
| XYZ | 40.99 | 39.38 | 23.85 | - |
| YUV | 168.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 122 | 0 | 0.22 | 0.40 | 0.2 | 27.8 | 0.45 | 0.64 |
| Hex | CC | A0 | 7A | 0 | 16 | 28 | 14 | 1C | 2D | 40 |
| Octal | 314 | 240 | 172 | 0 | 26 | 50 | 24 | 34 | 55 | 100 |
| Binary | 11001100 | 10100000 | 1111010 | 0 | 10110 | 101000 | 10100 | 11100 | 101101 | 1000000 |
Color Harmonies of #CCA07A
Complementary color
Monochromatic Colors of #CCA07A
Black with #CCA07A
Text Example
Text Example
White with #CCA07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA07A; }
p { color: rgb(204,160,122); }
H1.HeaderClassName
{
color: #CCA07A;
}
.AnyTagClassName
{
color: #CCA07A;
}
</style>
background-color css
<style>
a { background-color: #CCA07A; }
a { background-color: rgb(204,160,122); }
div.DivClassName
{
background-color: #CCA07A;
}
.BgClassName
{
background-color: #CCA07A;
}
</style>
border-color css
<style>
span { border-color: #CCA07A; }
span { border-color: rgb(204,160,122); }
td.TdClassName
{
border-color: #CCA07A;
}
.TagClassName
{
border-color: #CCA07A;
}
</style>