Shades of Cameo #CAA67E
Tints of Cameo #CAA67E
RGB
CMYK
RGB Variations
Color information
#CAA67E (or 0xCAA67E) is known color: Cameo. HEX triplet: CA, A6 and 7E. RGB value is (202,166,126). Sum of RGB (Red+Green+Blue) = 202+166+126=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA67E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA67E is #355981. Grayscale: #ACACAC. Windows color (decimal): -3496322 or 8300234. OLE color: 8300234.
HSL color Cylindrical-coordinate representation of color #CAA67E: hue angle of 31.58º 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 #CAA67E is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 126 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.21 |
| HSL | 31.58º | 0.42% | 0.64% | - |
| HSV(B) | 31.58º | 0.38% | 0.79% | - |
| XYZ | 41.76 | 41.34 | 25.52 | - |
| YUV | 172.2 | 101.93 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 126 | 0 | 0.18 | 0.38 | 0.21 | 31.58 | 0.42 | 0.64 |
| Hex | CA | A6 | 7E | 0 | 12 | 26 | 15 | 20 | 2A | 40 |
| Octal | 312 | 246 | 176 | 0 | 22 | 46 | 25 | 40 | 52 | 100 |
| Binary | 11001010 | 10100110 | 1111110 | 0 | 10010 | 100110 | 10101 | 100000 | 101010 | 1000000 |
Color Harmonies of #CAA67E
Complementary color
Monochromatic Colors of #CAA67E
Black with #CAA67E
Text Example
Text Example
White with #CAA67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA67E; }
p { color: rgb(202,166,126); }
H1.HeaderClassName
{
color: #CAA67E;
}
.AnyTagClassName
{
color: #CAA67E;
}
</style>
background-color css
<style>
a { background-color: #CAA67E; }
a { background-color: rgb(202,166,126); }
div.DivClassName
{
background-color: #CAA67E;
}
.BgClassName
{
background-color: #CAA67E;
}
</style>
border-color css
<style>
span { border-color: #CAA67E; }
span { border-color: rgb(202,166,126); }
td.TdClassName
{
border-color: #CAA67E;
}
.TagClassName
{
border-color: #CAA67E;
}
</style>