Shades of Apache #CAA060
Tints of Apache #CAA060
RGB
CMYK
RGB Variations
Color information
#CAA060 (or 0xCAA060) is known color: Apache. HEX triplet: CA, A0 and 60. RGB value is (202,160,96). Sum of RGB (Red+Green+Blue) = 202+160+96=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA060 is #355F9F. Grayscale: #A5A5A5. Windows color (decimal): -3497888 or 6332618. OLE color: 6332618.
HSL color Cylindrical-coordinate representation of color #CAA060: hue angle of 36.23º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAA060 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 96 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.21 |
| HSL | 36.23º | 0.5% | 0.58% | - |
| HSV(B) | 36.23º | 0.52% | 0.79% | - |
| XYZ | 39.04 | 38.54 | 16.45 | - |
| YUV | 165.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 96 | 0 | 0.21 | 0.52 | 0.21 | 36.23 | 0.5 | 0.58 |
| Hex | CA | A0 | 60 | 0 | 15 | 34 | 15 | 24 | 32 | 3A |
| Octal | 312 | 240 | 140 | 0 | 25 | 64 | 25 | 44 | 62 | 72 |
| Binary | 11001010 | 10100000 | 1100000 | 0 | 10101 | 110100 | 10101 | 100100 | 110010 | 111010 |
Color Harmonies of #CAA060
Complementary color
Monochromatic Colors of #CAA060
Black with #CAA060
Text Example
Text Example
White with #CAA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA060; }
p { color: rgb(202,160,96); }
H1.HeaderClassName
{
color: #CAA060;
}
.AnyTagClassName
{
color: #CAA060;
}
</style>
background-color css
<style>
a { background-color: #CAA060; }
a { background-color: rgb(202,160,96); }
div.DivClassName
{
background-color: #CAA060;
}
.BgClassName
{
background-color: #CAA060;
}
</style>
border-color css
<style>
span { border-color: #CAA060; }
span { border-color: rgb(202,160,96); }
td.TdClassName
{
border-color: #CAA060;
}
.TagClassName
{
border-color: #CAA060;
}
</style>