Shades of Cameo #CAA67C
Tints of Cameo #CAA67C
RGB
CMYK
RGB Variations
Color information
#CAA67C (or 0xCAA67C) is known color: Cameo. HEX triplet: CA, A6 and 7C. RGB value is (202,166,124). Sum of RGB (Red+Green+Blue) = 202+166+124=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA67C is #355983. Grayscale: #ACACAC. Windows color (decimal): -3496324 or 8169162. OLE color: 8169162.
HSL color Cylindrical-coordinate representation of color #CAA67C: hue angle of 32.31º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAA67C is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 124 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.21 |
| HSL | 32.31º | 0.42% | 0.64% | - |
| HSV(B) | 32.31º | 0.39% | 0.79% | - |
| XYZ | 41.63 | 41.28 | 24.84 | - |
| YUV | 171.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 124 | 0 | 0.18 | 0.39 | 0.21 | 32.31 | 0.42 | 0.64 |
| Hex | CA | A6 | 7C | 0 | 12 | 27 | 15 | 20 | 2A | 40 |
| Octal | 312 | 246 | 174 | 0 | 22 | 47 | 25 | 40 | 52 | 100 |
| Binary | 11001010 | 10100110 | 1111100 | 0 | 10010 | 100111 | 10101 | 100000 | 101010 | 1000000 |
Color Harmonies of #CAA67C
Complementary color
Monochromatic Colors of #CAA67C
Black with #CAA67C
Text Example
Text Example
White with #CAA67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA67C; }
p { color: rgb(202,166,124); }
H1.HeaderClassName
{
color: #CAA67C;
}
.AnyTagClassName
{
color: #CAA67C;
}
</style>
background-color css
<style>
a { background-color: #CAA67C; }
a { background-color: rgb(202,166,124); }
div.DivClassName
{
background-color: #CAA67C;
}
.BgClassName
{
background-color: #CAA67C;
}
</style>
border-color css
<style>
span { border-color: #CAA67C; }
span { border-color: rgb(202,166,124); }
td.TdClassName
{
border-color: #CAA67C;
}
.TagClassName
{
border-color: #CAA67C;
}
</style>