Shades of Cameo #CAA07C
Tints of Cameo #CAA07C
RGB
CMYK
RGB Variations
Color information
#CAA07C (or 0xCAA07C) is known color: Cameo. HEX triplet: CA, A0 and 7C. RGB value is (202,160,124). Sum of RGB (Red+Green+Blue) = 202+160+124=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA07C is #355F83. Grayscale: #A8A8A8. Windows color (decimal): -3497860 or 8167626. OLE color: 8167626.
HSL color Cylindrical-coordinate representation of color #CAA07C: hue angle of 27.69º 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 #CAA07C is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 124 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.21 |
| HSL | 27.69º | 0.42% | 0.64% | - |
| HSV(B) | 27.69º | 0.39% | 0.79% | - |
| XYZ | 40.57 | 39.15 | 24.49 | - |
| YUV | 168.45 | 102.91 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 124 | 0 | 0.21 | 0.39 | 0.21 | 27.69 | 0.42 | 0.64 |
| Hex | CA | A0 | 7C | 0 | 15 | 27 | 15 | 1C | 2A | 40 |
| Octal | 312 | 240 | 174 | 0 | 25 | 47 | 25 | 34 | 52 | 100 |
| Binary | 11001010 | 10100000 | 1111100 | 0 | 10101 | 100111 | 10101 | 11100 | 101010 | 1000000 |
Color Harmonies of #CAA07C
Complementary color
Monochromatic Colors of #CAA07C
Black with #CAA07C
Text Example
Text Example
White with #CAA07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA07C; }
p { color: rgb(202,160,124); }
H1.HeaderClassName
{
color: #CAA07C;
}
.AnyTagClassName
{
color: #CAA07C;
}
</style>
background-color css
<style>
a { background-color: #CAA07C; }
a { background-color: rgb(202,160,124); }
div.DivClassName
{
background-color: #CAA07C;
}
.BgClassName
{
background-color: #CAA07C;
}
</style>
border-color css
<style>
span { border-color: #CAA07C; }
span { border-color: rgb(202,160,124); }
td.TdClassName
{
border-color: #CAA07C;
}
.TagClassName
{
border-color: #CAA07C;
}
</style>