Shades of Apache #CA9E59
Tints of Apache #CA9E59
RGB
CMYK
RGB Variations
Color information
#CA9E59 (or 0xCA9E59) is known color: Apache. HEX triplet: CA, 9E and 59. RGB value is (202,158,89). Sum of RGB (Red+Green+Blue) = 202+158+89=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9E59 is #3561A6. Grayscale: #A3A3A3. Windows color (decimal): -3498407 or 5873354. OLE color: 5873354.
HSL color Cylindrical-coordinate representation of color #CA9E59: hue angle of 36.64º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA9E59 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 89 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.21 |
| HSL | 36.64º | 0.52% | 0.57% | - |
| HSV(B) | 36.64º | 0.56% | 0.79% | - |
| XYZ | 38.39 | 37.73 | 14.71 | - |
| YUV | 163.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 89 | 0 | 0.22 | 0.56 | 0.21 | 36.64 | 0.52 | 0.57 |
| Hex | CA | 9E | 59 | 0 | 16 | 38 | 15 | 25 | 34 | 39 |
| Octal | 312 | 236 | 131 | 0 | 26 | 70 | 25 | 45 | 64 | 71 |
| Binary | 11001010 | 10011110 | 1011001 | 0 | 10110 | 111000 | 10101 | 100101 | 110100 | 111001 |
Color Harmonies of #CA9E59
Complementary color
Monochromatic Colors of #CA9E59
Black with #CA9E59
Text Example
Text Example
White with #CA9E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E59; }
p { color: rgb(202,158,89); }
H1.HeaderClassName
{
color: #CA9E59;
}
.AnyTagClassName
{
color: #CA9E59;
}
</style>
background-color css
<style>
a { background-color: #CA9E59; }
a { background-color: rgb(202,158,89); }
div.DivClassName
{
background-color: #CA9E59;
}
.BgClassName
{
background-color: #CA9E59;
}
</style>
border-color css
<style>
span { border-color: #CA9E59; }
span { border-color: rgb(202,158,89); }
td.TdClassName
{
border-color: #CA9E59;
}
.TagClassName
{
border-color: #CA9E59;
}
</style>