Shades of Apache #CA9E5B
Tints of Apache #CA9E5B
RGB
CMYK
RGB Variations
Color information
#CA9E5B (or 0xCA9E5B) is known color: Apache. HEX triplet: CA, 9E and 5B. RGB value is (202,158,91). Sum of RGB (Red+Green+Blue) = 202+158+91=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9E5B is #3561A4. Grayscale: #A3A3A3. Windows color (decimal): -3498405 or 6004426. OLE color: 6004426.
HSL color Cylindrical-coordinate representation of color #CA9E5B: hue angle of 36.22º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA9E5B is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 91 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.21 |
| HSL | 36.22º | 0.51% | 0.57% | - |
| HSV(B) | 36.22º | 0.55% | 0.79% | - |
| XYZ | 38.47 | 37.77 | 15.16 | - |
| YUV | 163.52 | 87.08 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 91 | 0 | 0.22 | 0.55 | 0.21 | 36.22 | 0.51 | 0.57 |
| Hex | CA | 9E | 5B | 0 | 16 | 37 | 15 | 24 | 33 | 39 |
| Octal | 312 | 236 | 133 | 0 | 26 | 67 | 25 | 44 | 63 | 71 |
| Binary | 11001010 | 10011110 | 1011011 | 0 | 10110 | 110111 | 10101 | 100100 | 110011 | 111001 |
Color Harmonies of #CA9E5B
Complementary color
Monochromatic Colors of #CA9E5B
Black with #CA9E5B
Text Example
Text Example
White with #CA9E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E5B; }
p { color: rgb(202,158,91); }
H1.HeaderClassName
{
color: #CA9E5B;
}
.AnyTagClassName
{
color: #CA9E5B;
}
</style>
background-color css
<style>
a { background-color: #CA9E5B; }
a { background-color: rgb(202,158,91); }
div.DivClassName
{
background-color: #CA9E5B;
}
.BgClassName
{
background-color: #CA9E5B;
}
</style>
border-color css
<style>
span { border-color: #CA9E5B; }
span { border-color: rgb(202,158,91); }
td.TdClassName
{
border-color: #CA9E5B;
}
.TagClassName
{
border-color: #CA9E5B;
}
</style>