Shades of Apache #CA9E51
Tints of Apache #CA9E51
RGB
CMYK
RGB Variations
Color information
#CA9E51 (or 0xCA9E51) is known color: Apache. HEX triplet: CA, 9E and 51. RGB value is (202,158,81). Sum of RGB (Red+Green+Blue) = 202+158+81=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9E51 is #3561AE. Grayscale: #A2A2A2. Windows color (decimal): -3498415 or 5349066. OLE color: 5349066.
HSL color Cylindrical-coordinate representation of color #CA9E51: hue angle of 38.18º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA9E51 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 81 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.21 |
| HSL | 38.18º | 0.53% | 0.55% | - |
| HSV(B) | 38.18º | 0.6% | 0.79% | - |
| XYZ | 38.07 | 37.6 | 13.04 | - |
| YUV | 162.38 | 82.08 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 81 | 0 | 0.22 | 0.60 | 0.21 | 38.18 | 0.53 | 0.55 |
| Hex | CA | 9E | 51 | 0 | 16 | 3C | 15 | 26 | 35 | 37 |
| Octal | 312 | 236 | 121 | 0 | 26 | 74 | 25 | 46 | 65 | 67 |
| Binary | 11001010 | 10011110 | 1010001 | 0 | 10110 | 111100 | 10101 | 100110 | 110101 | 110111 |
Color Harmonies of #CA9E51
Complementary color
Monochromatic Colors of #CA9E51
Black with #CA9E51
Text Example
Text Example
White with #CA9E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E51; }
p { color: rgb(202,158,81); }
H1.HeaderClassName
{
color: #CA9E51;
}
.AnyTagClassName
{
color: #CA9E51;
}
</style>
background-color css
<style>
a { background-color: #CA9E51; }
a { background-color: rgb(202,158,81); }
div.DivClassName
{
background-color: #CA9E51;
}
.BgClassName
{
background-color: #CA9E51;
}
</style>
border-color css
<style>
span { border-color: #CA9E51; }
span { border-color: rgb(202,158,81); }
td.TdClassName
{
border-color: #CA9E51;
}
.TagClassName
{
border-color: #CA9E51;
}
</style>