Shades of Cameo #CAA078
Tints of Cameo #CAA078
RGB
CMYK
RGB Variations
Color information
#CAA078 (or 0xCAA078) is known color: Cameo. HEX triplet: CA, A0 and 78. RGB value is (202,160,120). Sum of RGB (Red+Green+Blue) = 202+160+120=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA078 is #355F87. Grayscale: #A8A8A8. Windows color (decimal): -3497864 or 7905482. OLE color: 7905482.
HSL color Cylindrical-coordinate representation of color #CAA078: hue angle of 29.27º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAA078 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 120 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.21 |
| HSL | 29.27º | 0.44% | 0.63% | - |
| HSV(B) | 29.27º | 0.41% | 0.79% | - |
| XYZ | 40.32 | 39.05 | 23.18 | - |
| YUV | 168 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 120 | 0 | 0.21 | 0.41 | 0.21 | 29.27 | 0.44 | 0.63 |
| Hex | CA | A0 | 78 | 0 | 15 | 29 | 15 | 1D | 2C | 3F |
| Octal | 312 | 240 | 170 | 0 | 25 | 51 | 25 | 35 | 54 | 77 |
| Binary | 11001010 | 10100000 | 1111000 | 0 | 10101 | 101001 | 10101 | 11101 | 101100 | 111111 |
Color Harmonies of #CAA078
Complementary color
Monochromatic Colors of #CAA078
Black with #CAA078
Text Example
Text Example
White with #CAA078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA078; }
p { color: rgb(202,160,120); }
H1.HeaderClassName
{
color: #CAA078;
}
.AnyTagClassName
{
color: #CAA078;
}
</style>
background-color css
<style>
a { background-color: #CAA078; }
a { background-color: rgb(202,160,120); }
div.DivClassName
{
background-color: #CAA078;
}
.BgClassName
{
background-color: #CAA078;
}
</style>
border-color css
<style>
span { border-color: #CAA078; }
span { border-color: rgb(202,160,120); }
td.TdClassName
{
border-color: #CAA078;
}
.TagClassName
{
border-color: #CAA078;
}
</style>