Shades of Cameo #CAA07E
Tints of Cameo #CAA07E
RGB
CMYK
RGB Variations
Color information
#CAA07E (or 0xCAA07E) is known color: Cameo. HEX triplet: CA, A0 and 7E. RGB value is (202,160,126). Sum of RGB (Red+Green+Blue) = 202+160+126=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA07E is #355F81. Grayscale: #A8A8A8. Windows color (decimal): -3497858 or 8298698. OLE color: 8298698.
HSL color Cylindrical-coordinate representation of color #CAA07E: hue angle of 26.84º 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 #CAA07E is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 126 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.21 |
| HSL | 26.84º | 0.42% | 0.64% | - |
| HSV(B) | 26.84º | 0.38% | 0.79% | - |
| XYZ | 40.69 | 39.2 | 25.16 | - |
| YUV | 168.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 126 | 0 | 0.21 | 0.38 | 0.21 | 26.84 | 0.42 | 0.64 |
| Hex | CA | A0 | 7E | 0 | 15 | 26 | 15 | 1B | 2A | 40 |
| Octal | 312 | 240 | 176 | 0 | 25 | 46 | 25 | 33 | 52 | 100 |
| Binary | 11001010 | 10100000 | 1111110 | 0 | 10101 | 100110 | 10101 | 11011 | 101010 | 1000000 |
Color Harmonies of #CAA07E
Complementary color
Monochromatic Colors of #CAA07E
Black with #CAA07E
Text Example
Text Example
White with #CAA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA07E; }
p { color: rgb(202,160,126); }
H1.HeaderClassName
{
color: #CAA07E;
}
.AnyTagClassName
{
color: #CAA07E;
}
</style>
background-color css
<style>
a { background-color: #CAA07E; }
a { background-color: rgb(202,160,126); }
div.DivClassName
{
background-color: #CAA07E;
}
.BgClassName
{
background-color: #CAA07E;
}
</style>
border-color css
<style>
span { border-color: #CAA07E; }
span { border-color: rgb(202,160,126); }
td.TdClassName
{
border-color: #CAA07E;
}
.TagClassName
{
border-color: #CAA07E;
}
</style>