Shades of Apache #CA9E5D
Tints of Apache #CA9E5D
RGB
CMYK
RGB Variations
Color information
#CA9E5D (or 0xCA9E5D) is known color: Apache. HEX triplet: CA, 9E and 5D. RGB value is (202,158,93). Sum of RGB (Red+Green+Blue) = 202+158+93=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9E5D is #3561A2. Grayscale: #A4A4A4. Windows color (decimal): -3498403 or 6135498. OLE color: 6135498.
HSL color Cylindrical-coordinate representation of color #CA9E5D: hue angle of 35.78º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA9E5D is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 158 | 93 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.21 |
| HSL | 35.78º | 0.51% | 0.58% | - |
| HSV(B) | 35.78º | 0.54% | 0.79% | - |
| XYZ | 38.56 | 37.8 | 15.62 | - |
| YUV | 163.75 | 88.08 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 93 | 0 | 0.22 | 0.54 | 0.21 | 35.78 | 0.51 | 0.58 |
| Hex | CA | 9E | 5D | 0 | 16 | 36 | 15 | 24 | 33 | 3A |
| Octal | 312 | 236 | 135 | 0 | 26 | 66 | 25 | 44 | 63 | 72 |
| Binary | 11001010 | 10011110 | 1011101 | 0 | 10110 | 110110 | 10101 | 100100 | 110011 | 111010 |
Color Harmonies of #CA9E5D
Complementary color
Monochromatic Colors of #CA9E5D
Black with #CA9E5D
Text Example
Text Example
White with #CA9E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9E5D; }
p { color: rgb(202,158,93); }
H1.HeaderClassName
{
color: #CA9E5D;
}
.AnyTagClassName
{
color: #CA9E5D;
}
</style>
background-color css
<style>
a { background-color: #CA9E5D; }
a { background-color: rgb(202,158,93); }
div.DivClassName
{
background-color: #CA9E5D;
}
.BgClassName
{
background-color: #CA9E5D;
}
</style>
border-color css
<style>
span { border-color: #CA9E5D; }
span { border-color: rgb(202,158,93); }
td.TdClassName
{
border-color: #CA9E5D;
}
.TagClassName
{
border-color: #CA9E5D;
}
</style>