Shades of Cameo #CAA376
Tints of Cameo #CAA376
RGB
CMYK
RGB Variations
Color information
#CAA376 (or 0xCAA376) is known color: Cameo. HEX triplet: CA, A3 and 76. RGB value is (202,163,118). Sum of RGB (Red+Green+Blue) = 202+163+118=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA376 is #355C89. Grayscale: #A9A9A9. Windows color (decimal): -3497098 or 7775178. OLE color: 7775178.
HSL color Cylindrical-coordinate representation of color #CAA376: hue angle of 32.14º 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 #CAA376 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 118 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.21 |
| HSL | 32.14º | 0.44% | 0.63% | - |
| HSV(B) | 32.14º | 0.42% | 0.79% | - |
| XYZ | 40.72 | 40.06 | 22.73 | - |
| YUV | 169.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 118 | 0 | 0.19 | 0.42 | 0.21 | 32.14 | 0.44 | 0.63 |
| Hex | CA | A3 | 76 | 0 | 13 | 2A | 15 | 20 | 2C | 3F |
| Octal | 312 | 243 | 166 | 0 | 23 | 52 | 25 | 40 | 54 | 77 |
| Binary | 11001010 | 10100011 | 1110110 | 0 | 10011 | 101010 | 10101 | 100000 | 101100 | 111111 |
Color Harmonies of #CAA376
Complementary color
Monochromatic Colors of #CAA376
Black with #CAA376
Text Example
Text Example
White with #CAA376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA376; }
p { color: rgb(202,163,118); }
H1.HeaderClassName
{
color: #CAA376;
}
.AnyTagClassName
{
color: #CAA376;
}
</style>
background-color css
<style>
a { background-color: #CAA376; }
a { background-color: rgb(202,163,118); }
div.DivClassName
{
background-color: #CAA376;
}
.BgClassName
{
background-color: #CAA376;
}
</style>
border-color css
<style>
span { border-color: #CAA376; }
span { border-color: rgb(202,163,118); }
td.TdClassName
{
border-color: #CAA376;
}
.TagClassName
{
border-color: #CAA376;
}
</style>