Shades of Apache #CA9F5A
Tints of Apache #CA9F5A
RGB
CMYK
RGB Variations
Color information
#CA9F5A (or 0xCA9F5A) is known color: Apache. HEX triplet: CA, 9F and 5A. RGB value is (202,159,90). Sum of RGB (Red+Green+Blue) = 202+159+90=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F5A is #3560A5. Grayscale: #A4A4A4. Windows color (decimal): -3498150 or 5939146. OLE color: 5939146.
HSL color Cylindrical-coordinate representation of color #CA9F5A: hue angle of 36.96º 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 #CA9F5A is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 90 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.21 |
| HSL | 36.96º | 0.51% | 0.57% | - |
| HSV(B) | 36.96º | 0.55% | 0.79% | - |
| XYZ | 38.6 | 38.09 | 14.99 | - |
| YUV | 163.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 90 | 0 | 0.21 | 0.55 | 0.21 | 36.96 | 0.51 | 0.57 |
| Hex | CA | 9F | 5A | 0 | 15 | 37 | 15 | 25 | 33 | 39 |
| Octal | 312 | 237 | 132 | 0 | 25 | 67 | 25 | 45 | 63 | 71 |
| Binary | 11001010 | 10011111 | 1011010 | 0 | 10101 | 110111 | 10101 | 100101 | 110011 | 111001 |
Color Harmonies of #CA9F5A
Complementary color
Monochromatic Colors of #CA9F5A
Black with #CA9F5A
Text Example
Text Example
White with #CA9F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F5A; }
p { color: rgb(202,159,90); }
H1.HeaderClassName
{
color: #CA9F5A;
}
.AnyTagClassName
{
color: #CA9F5A;
}
</style>
background-color css
<style>
a { background-color: #CA9F5A; }
a { background-color: rgb(202,159,90); }
div.DivClassName
{
background-color: #CA9F5A;
}
.BgClassName
{
background-color: #CA9F5A;
}
</style>
border-color css
<style>
span { border-color: #CA9F5A; }
span { border-color: rgb(202,159,90); }
td.TdClassName
{
border-color: #CA9F5A;
}
.TagClassName
{
border-color: #CA9F5A;
}
</style>