Shades of Apache #CA9E54
Tints of Apache #CA9E54
RGB
CMYK
RGB Variations
Color information
#CA9E54 (or 0xCA9E54) is known color: Apache. HEX triplet: CA, 9E and 54. RGB value is (202,158,84). Sum of RGB (Red+Green+Blue) = 202+158+84=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 84 (33.20% from 255 or 18.92% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9E54 is #3561AB. Grayscale: #A3A3A3. Windows color (decimal): -3498412 or 5545674. OLE color: 5545674.
HSL color Cylindrical-coordinate representation of color #CA9E54: hue angle of 37.63º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA9E54 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 84 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.21 |
| HSL | 37.63º | 0.53% | 0.56% | - |
| HSV(B) | 37.63º | 0.58% | 0.79% | - |
| XYZ | 38.18 | 37.65 | 13.64 | - |
| YUV | 162.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 84 | 0 | 0.22 | 0.58 | 0.21 | 37.63 | 0.53 | 0.56 |
| Hex | CA | 9E | 54 | 0 | 16 | 3A | 15 | 26 | 35 | 38 |
| Octal | 312 | 236 | 124 | 0 | 26 | 72 | 25 | 46 | 65 | 70 |
| Binary | 11001010 | 10011110 | 1010100 | 0 | 10110 | 111010 | 10101 | 100110 | 110101 | 111000 |
Color Harmonies of #CA9E54
Complementary color
Monochromatic Colors of #CA9E54
Black with #CA9E54
Text Example
Text Example
White with #CA9E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E54; }
p { color: rgb(202,158,84); }
H1.HeaderClassName
{
color: #CA9E54;
}
.AnyTagClassName
{
color: #CA9E54;
}
</style>
background-color css
<style>
a { background-color: #CA9E54; }
a { background-color: rgb(202,158,84); }
div.DivClassName
{
background-color: #CA9E54;
}
.BgClassName
{
background-color: #CA9E54;
}
</style>
border-color css
<style>
span { border-color: #CA9E54; }
span { border-color: rgb(202,158,84); }
td.TdClassName
{
border-color: #CA9E54;
}
.TagClassName
{
border-color: #CA9E54;
}
</style>