Shades of Cameo #CAA276
Tints of Cameo #CAA276
RGB
CMYK
RGB Variations
Color information
#CAA276 (or 0xCAA276) is known color: Cameo. HEX triplet: CA, A2 and 76. RGB value is (202,162,118). Sum of RGB (Red+Green+Blue) = 202+162+118=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA276 is #355D89. Grayscale: #A9A9A9. Windows color (decimal): -3497354 or 7774922. OLE color: 7774922.
HSL color Cylindrical-coordinate representation of color #CAA276: hue angle of 31.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAA276 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 118 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.21 |
| HSL | 31.43º | 0.44% | 0.63% | - |
| HSV(B) | 31.43º | 0.42% | 0.79% | - |
| XYZ | 40.55 | 39.71 | 22.67 | - |
| YUV | 168.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 118 | 0 | 0.20 | 0.42 | 0.21 | 31.43 | 0.44 | 0.63 |
| Hex | CA | A2 | 76 | 0 | 14 | 2A | 15 | 1F | 2C | 3F |
| Octal | 312 | 242 | 166 | 0 | 24 | 52 | 25 | 37 | 54 | 77 |
| Binary | 11001010 | 10100010 | 1110110 | 0 | 10100 | 101010 | 10101 | 11111 | 101100 | 111111 |
Color Harmonies of #CAA276
Complementary color
Monochromatic Colors of #CAA276
Black with #CAA276
Text Example
Text Example
White with #CAA276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA276; }
p { color: rgb(202,162,118); }
H1.HeaderClassName
{
color: #CAA276;
}
.AnyTagClassName
{
color: #CAA276;
}
</style>
background-color css
<style>
a { background-color: #CAA276; }
a { background-color: rgb(202,162,118); }
div.DivClassName
{
background-color: #CAA276;
}
.BgClassName
{
background-color: #CAA276;
}
</style>
border-color css
<style>
span { border-color: #CAA276; }
span { border-color: rgb(202,162,118); }
td.TdClassName
{
border-color: #CAA276;
}
.TagClassName
{
border-color: #CAA276;
}
</style>