Shades of Apache #CA9E57
Tints of Apache #CA9E57
RGB
CMYK
RGB Variations
Color information
#CA9E57 (or 0xCA9E57) is known color: Apache. HEX triplet: CA, 9E and 57. RGB value is (202,158,87). Sum of RGB (Red+Green+Blue) = 202+158+87=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 87 (34.38% from 255 or 19.46% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9E57 is #3561A8. Grayscale: #A3A3A3. Windows color (decimal): -3498409 or 5742282. OLE color: 5742282.
HSL color Cylindrical-coordinate representation of color #CA9E57: hue angle of 37.04º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA9E57 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 87 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.21 |
| HSL | 37.04º | 0.52% | 0.57% | - |
| HSV(B) | 37.04º | 0.57% | 0.79% | - |
| XYZ | 38.3 | 37.7 | 14.27 | - |
| YUV | 163.06 | 85.08 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 87 | 0 | 0.22 | 0.57 | 0.21 | 37.04 | 0.52 | 0.57 |
| Hex | CA | 9E | 57 | 0 | 16 | 39 | 15 | 25 | 34 | 39 |
| Octal | 312 | 236 | 127 | 0 | 26 | 71 | 25 | 45 | 64 | 71 |
| Binary | 11001010 | 10011110 | 1010111 | 0 | 10110 | 111001 | 10101 | 100101 | 110100 | 111001 |
Color Harmonies of #CA9E57
Complementary color
Monochromatic Colors of #CA9E57
Black with #CA9E57
Text Example
Text Example
White with #CA9E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E57; }
p { color: rgb(202,158,87); }
H1.HeaderClassName
{
color: #CA9E57;
}
.AnyTagClassName
{
color: #CA9E57;
}
</style>
background-color css
<style>
a { background-color: #CA9E57; }
a { background-color: rgb(202,158,87); }
div.DivClassName
{
background-color: #CA9E57;
}
.BgClassName
{
background-color: #CA9E57;
}
</style>
border-color css
<style>
span { border-color: #CA9E57; }
span { border-color: rgb(202,158,87); }
td.TdClassName
{
border-color: #CA9E57;
}
.TagClassName
{
border-color: #CA9E57;
}
</style>