Shades of Apache #CA9E55
Tints of Apache #CA9E55
RGB
CMYK
RGB Variations
Color information
#CA9E55 (or 0xCA9E55) is known color: Apache. HEX triplet: CA, 9E and 55. RGB value is (202,158,85). Sum of RGB (Red+Green+Blue) = 202+158+85=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9E55 is #3561AA. Grayscale: #A3A3A3. Windows color (decimal): -3498411 or 5611210. OLE color: 5611210.
HSL color Cylindrical-coordinate representation of color #CA9E55: hue angle of 37.44º degrees, saturation: 0.52, 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 #CA9E55 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 85 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.21 |
| HSL | 37.44º | 0.52% | 0.56% | - |
| HSV(B) | 37.44º | 0.58% | 0.79% | - |
| XYZ | 38.22 | 37.67 | 13.85 | - |
| YUV | 162.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 85 | 0 | 0.22 | 0.58 | 0.21 | 37.44 | 0.52 | 0.56 |
| Hex | CA | 9E | 55 | 0 | 16 | 3A | 15 | 25 | 34 | 38 |
| Octal | 312 | 236 | 125 | 0 | 26 | 72 | 25 | 45 | 64 | 70 |
| Binary | 11001010 | 10011110 | 1010101 | 0 | 10110 | 111010 | 10101 | 100101 | 110100 | 111000 |
Color Harmonies of #CA9E55
Complementary color
Monochromatic Colors of #CA9E55
Black with #CA9E55
Text Example
Text Example
White with #CA9E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E55; }
p { color: rgb(202,158,85); }
H1.HeaderClassName
{
color: #CA9E55;
}
.AnyTagClassName
{
color: #CA9E55;
}
</style>
background-color css
<style>
a { background-color: #CA9E55; }
a { background-color: rgb(202,158,85); }
div.DivClassName
{
background-color: #CA9E55;
}
.BgClassName
{
background-color: #CA9E55;
}
</style>
border-color css
<style>
span { border-color: #CA9E55; }
span { border-color: rgb(202,158,85); }
td.TdClassName
{
border-color: #CA9E55;
}
.TagClassName
{
border-color: #CA9E55;
}
</style>