Shades of Apache #CA9F57
Tints of Apache #CA9F57
RGB
CMYK
RGB Variations
Color information
#CA9F57 (or 0xCA9F57) is known color: Apache. HEX triplet: CA, 9F and 57. RGB value is (202,159,87). Sum of RGB (Red+Green+Blue) = 202+159+87=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 87 (34.38% from 255 or 19.42% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F57 is #3560A8. Grayscale: #A3A3A3. Windows color (decimal): -3498153 or 5742538. OLE color: 5742538.
HSL color Cylindrical-coordinate representation of color #CA9F57: hue angle of 37.57º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA9F57 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 87 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.21 |
| HSL | 37.57º | 0.52% | 0.57% | - |
| HSV(B) | 37.57º | 0.57% | 0.79% | - |
| XYZ | 38.48 | 38.04 | 14.33 | - |
| YUV | 163.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 87 | 0 | 0.21 | 0.57 | 0.21 | 37.57 | 0.52 | 0.57 |
| Hex | CA | 9F | 57 | 0 | 15 | 39 | 15 | 26 | 34 | 39 |
| Octal | 312 | 237 | 127 | 0 | 25 | 71 | 25 | 46 | 64 | 71 |
| Binary | 11001010 | 10011111 | 1010111 | 0 | 10101 | 111001 | 10101 | 100110 | 110100 | 111001 |
Color Harmonies of #CA9F57
Complementary color
Monochromatic Colors of #CA9F57
Black with #CA9F57
Text Example
Text Example
White with #CA9F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F57; }
p { color: rgb(202,159,87); }
H1.HeaderClassName
{
color: #CA9F57;
}
.AnyTagClassName
{
color: #CA9F57;
}
</style>
background-color css
<style>
a { background-color: #CA9F57; }
a { background-color: rgb(202,159,87); }
div.DivClassName
{
background-color: #CA9F57;
}
.BgClassName
{
background-color: #CA9F57;
}
</style>
border-color css
<style>
span { border-color: #CA9F57; }
span { border-color: rgb(202,159,87); }
td.TdClassName
{
border-color: #CA9F57;
}
.TagClassName
{
border-color: #CA9F57;
}
</style>