Shades of Apache #CA9F58
Tints of Apache #CA9F58
RGB
CMYK
RGB Variations
Color information
#CA9F58 (or 0xCA9F58) is known color: Apache. HEX triplet: CA, 9F and 58. RGB value is (202,159,88). Sum of RGB (Red+Green+Blue) = 202+159+88=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F58 is #3560A7. Grayscale: #A4A4A4. Windows color (decimal): -3498152 or 5808074. OLE color: 5808074.
HSL color Cylindrical-coordinate representation of color #CA9F58: hue angle of 37.37º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA9F58 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 88 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.21 |
| HSL | 37.37º | 0.52% | 0.57% | - |
| HSV(B) | 37.37º | 0.56% | 0.79% | - |
| XYZ | 38.52 | 38.06 | 14.55 | - |
| YUV | 163.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 88 | 0 | 0.21 | 0.56 | 0.21 | 37.37 | 0.52 | 0.57 |
| Hex | CA | 9F | 58 | 0 | 15 | 38 | 15 | 25 | 34 | 39 |
| Octal | 312 | 237 | 130 | 0 | 25 | 70 | 25 | 45 | 64 | 71 |
| Binary | 11001010 | 10011111 | 1011000 | 0 | 10101 | 111000 | 10101 | 100101 | 110100 | 111001 |
Color Harmonies of #CA9F58
Complementary color
Monochromatic Colors of #CA9F58
Black with #CA9F58
Text Example
Text Example
White with #CA9F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F58; }
p { color: rgb(202,159,88); }
H1.HeaderClassName
{
color: #CA9F58;
}
.AnyTagClassName
{
color: #CA9F58;
}
</style>
background-color css
<style>
a { background-color: #CA9F58; }
a { background-color: rgb(202,159,88); }
div.DivClassName
{
background-color: #CA9F58;
}
.BgClassName
{
background-color: #CA9F58;
}
</style>
border-color css
<style>
span { border-color: #CA9F58; }
span { border-color: rgb(202,159,88); }
td.TdClassName
{
border-color: #CA9F58;
}
.TagClassName
{
border-color: #CA9F58;
}
</style>