Shades of Apache #CAA05E
Tints of Apache #CAA05E
RGB
CMYK
RGB Variations
Color information
#CAA05E (or 0xCAA05E) is known color: Apache. HEX triplet: CA, A0 and 5E. RGB value is (202,160,94). Sum of RGB (Red+Green+Blue) = 202+160+94=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA05E is #355FA1. Grayscale: #A5A5A5. Windows color (decimal): -3497890 or 6201546. OLE color: 6201546.
HSL color Cylindrical-coordinate representation of color #CAA05E: hue angle of 36.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAA05E is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 94 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.21 |
| HSL | 36.67º | 0.5% | 0.58% | - |
| HSV(B) | 36.67º | 0.53% | 0.79% | - |
| XYZ | 38.95 | 38.51 | 15.97 | - |
| YUV | 165.03 | 87.91 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 94 | 0 | 0.21 | 0.53 | 0.21 | 36.67 | 0.5 | 0.58 |
| Hex | CA | A0 | 5E | 0 | 15 | 35 | 15 | 25 | 32 | 3A |
| Octal | 312 | 240 | 136 | 0 | 25 | 65 | 25 | 45 | 62 | 72 |
| Binary | 11001010 | 10100000 | 1011110 | 0 | 10101 | 110101 | 10101 | 100101 | 110010 | 111010 |
Color Harmonies of #CAA05E
Complementary color
Monochromatic Colors of #CAA05E
Black with #CAA05E
Text Example
Text Example
White with #CAA05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA05E; }
p { color: rgb(202,160,94); }
H1.HeaderClassName
{
color: #CAA05E;
}
.AnyTagClassName
{
color: #CAA05E;
}
</style>
background-color css
<style>
a { background-color: #CAA05E; }
a { background-color: rgb(202,160,94); }
div.DivClassName
{
background-color: #CAA05E;
}
.BgClassName
{
background-color: #CAA05E;
}
</style>
border-color css
<style>
span { border-color: #CAA05E; }
span { border-color: rgb(202,160,94); }
td.TdClassName
{
border-color: #CAA05E;
}
.TagClassName
{
border-color: #CAA05E;
}
</style>