Shades of Cameo #CAA77E
Tints of Cameo #CAA77E
RGB
CMYK
RGB Variations
Color information
#CAA77E (or 0xCAA77E) is known color: Cameo. HEX triplet: CA, A7 and 7E. RGB value is (202,167,126). Sum of RGB (Red+Green+Blue) = 202+167+126=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA77E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA77E is #355881. Grayscale: #ACACAC. Windows color (decimal): -3496066 or 8300490. OLE color: 8300490.
HSL color Cylindrical-coordinate representation of color #CAA77E: hue angle of 32.37º 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 #CAA77E is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 126 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.21 |
| HSL | 32.37º | 0.42% | 0.64% | - |
| HSV(B) | 32.37º | 0.38% | 0.79% | - |
| XYZ | 41.94 | 41.7 | 25.58 | - |
| YUV | 172.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 126 | 0 | 0.17 | 0.38 | 0.21 | 32.37 | 0.42 | 0.64 |
| Hex | CA | A7 | 7E | 0 | 11 | 26 | 15 | 20 | 2A | 40 |
| Octal | 312 | 247 | 176 | 0 | 21 | 46 | 25 | 40 | 52 | 100 |
| Binary | 11001010 | 10100111 | 1111110 | 0 | 10001 | 100110 | 10101 | 100000 | 101010 | 1000000 |
Color Harmonies of #CAA77E
Complementary color
Monochromatic Colors of #CAA77E
Black with #CAA77E
Text Example
Text Example
White with #CAA77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA77E; }
p { color: rgb(202,167,126); }
H1.HeaderClassName
{
color: #CAA77E;
}
.AnyTagClassName
{
color: #CAA77E;
}
</style>
background-color css
<style>
a { background-color: #CAA77E; }
a { background-color: rgb(202,167,126); }
div.DivClassName
{
background-color: #CAA77E;
}
.BgClassName
{
background-color: #CAA77E;
}
</style>
border-color css
<style>
span { border-color: #CAA77E; }
span { border-color: rgb(202,167,126); }
td.TdClassName
{
border-color: #CAA77E;
}
.TagClassName
{
border-color: #CAA77E;
}
</style>