Shades of Cameo #CAA87C
Tints of Cameo #CAA87C
RGB
CMYK
RGB Variations
Color information
#CAA87C (or 0xCAA87C) is known color: Cameo. HEX triplet: CA, A8 and 7C. RGB value is (202,168,124). Sum of RGB (Red+Green+Blue) = 202+168+124=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA87C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA87C is #355783. Grayscale: #ADADAD. Windows color (decimal): -3495812 or 8169674. OLE color: 8169674.
HSL color Cylindrical-coordinate representation of color #CAA87C: hue angle of 33.85º 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 #CAA87C is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 124 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.21 |
| HSL | 33.85º | 0.42% | 0.64% | - |
| HSV(B) | 33.85º | 0.39% | 0.79% | - |
| XYZ | 42 | 42.02 | 24.97 | - |
| YUV | 173.15 | 100.26 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 124 | 0 | 0.17 | 0.39 | 0.21 | 33.85 | 0.42 | 0.64 |
| Hex | CA | A8 | 7C | 0 | 11 | 27 | 15 | 22 | 2A | 40 |
| Octal | 312 | 250 | 174 | 0 | 21 | 47 | 25 | 42 | 52 | 100 |
| Binary | 11001010 | 10101000 | 1111100 | 0 | 10001 | 100111 | 10101 | 100010 | 101010 | 1000000 |
Color Harmonies of #CAA87C
Complementary color
Monochromatic Colors of #CAA87C
Black with #CAA87C
Text Example
Text Example
White with #CAA87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA87C; }
p { color: rgb(202,168,124); }
H1.HeaderClassName
{
color: #CAA87C;
}
.AnyTagClassName
{
color: #CAA87C;
}
</style>
background-color css
<style>
a { background-color: #CAA87C; }
a { background-color: rgb(202,168,124); }
div.DivClassName
{
background-color: #CAA87C;
}
.BgClassName
{
background-color: #CAA87C;
}
</style>
border-color css
<style>
span { border-color: #CAA87C; }
span { border-color: rgb(202,168,124); }
td.TdClassName
{
border-color: #CAA87C;
}
.TagClassName
{
border-color: #CAA87C;
}
</style>