Shades of Cameo #CAA37E
Tints of Cameo #CAA37E
RGB
CMYK
RGB Variations
Color information
#CAA37E (or 0xCAA37E) is known color: Cameo. HEX triplet: CA, A3 and 7E. RGB value is (202,163,126). Sum of RGB (Red+Green+Blue) = 202+163+126=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA37E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA37E is #355C81. Grayscale: #AAAAAA. Windows color (decimal): -3497090 or 8299466. OLE color: 8299466.
HSL color Cylindrical-coordinate representation of color #CAA37E: hue angle of 29.21º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAA37E is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 126 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.21 |
| HSL | 29.21º | 0.42% | 0.64% | - |
| HSV(B) | 29.21º | 0.38% | 0.79% | - |
| XYZ | 41.22 | 40.26 | 25.34 | - |
| YUV | 170.44 | 102.92 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 126 | 0 | 0.19 | 0.38 | 0.21 | 29.21 | 0.42 | 0.64 |
| Hex | CA | A3 | 7E | 0 | 13 | 26 | 15 | 1D | 2A | 40 |
| Octal | 312 | 243 | 176 | 0 | 23 | 46 | 25 | 35 | 52 | 100 |
| Binary | 11001010 | 10100011 | 1111110 | 0 | 10011 | 100110 | 10101 | 11101 | 101010 | 1000000 |
Color Harmonies of #CAA37E
Complementary color
Monochromatic Colors of #CAA37E
Black with #CAA37E
Text Example
Text Example
White with #CAA37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA37E; }
p { color: rgb(202,163,126); }
H1.HeaderClassName
{
color: #CAA37E;
}
.AnyTagClassName
{
color: #CAA37E;
}
</style>
background-color css
<style>
a { background-color: #CAA37E; }
a { background-color: rgb(202,163,126); }
div.DivClassName
{
background-color: #CAA37E;
}
.BgClassName
{
background-color: #CAA37E;
}
</style>
border-color css
<style>
span { border-color: #CAA37E; }
span { border-color: rgb(202,163,126); }
td.TdClassName
{
border-color: #CAA37E;
}
.TagClassName
{
border-color: #CAA37E;
}
</style>