Shades of Cameo #CAA377
Tints of Cameo #CAA377
RGB
CMYK
RGB Variations
Color information
#CAA377 (or 0xCAA377) is known color: Cameo. HEX triplet: CA, A3 and 77. RGB value is (202,163,119). Sum of RGB (Red+Green+Blue) = 202+163+119=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA377 is #355C88. Grayscale: #A9A9A9. Windows color (decimal): -3497097 or 7840714. OLE color: 7840714.
HSL color Cylindrical-coordinate representation of color #CAA377: hue angle of 31.81º 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 #CAA377 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 119 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.21 |
| HSL | 31.81º | 0.44% | 0.63% | - |
| HSV(B) | 31.81º | 0.41% | 0.79% | - |
| XYZ | 40.78 | 40.08 | 23.04 | - |
| YUV | 169.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 119 | 0 | 0.19 | 0.41 | 0.21 | 31.81 | 0.44 | 0.63 |
| Hex | CA | A3 | 77 | 0 | 13 | 29 | 15 | 20 | 2C | 3F |
| Octal | 312 | 243 | 167 | 0 | 23 | 51 | 25 | 40 | 54 | 77 |
| Binary | 11001010 | 10100011 | 1110111 | 0 | 10011 | 101001 | 10101 | 100000 | 101100 | 111111 |
Color Harmonies of #CAA377
Complementary color
Monochromatic Colors of #CAA377
Black with #CAA377
Text Example
Text Example
White with #CAA377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA377; }
p { color: rgb(202,163,119); }
H1.HeaderClassName
{
color: #CAA377;
}
.AnyTagClassName
{
color: #CAA377;
}
</style>
background-color css
<style>
a { background-color: #CAA377; }
a { background-color: rgb(202,163,119); }
div.DivClassName
{
background-color: #CAA377;
}
.BgClassName
{
background-color: #CAA377;
}
</style>
border-color css
<style>
span { border-color: #CAA377; }
span { border-color: rgb(202,163,119); }
td.TdClassName
{
border-color: #CAA377;
}
.TagClassName
{
border-color: #CAA377;
}
</style>