Shades of Apache #CBA059
Tints of Apache #CBA059
RGB
CMYK
RGB Variations
Color information
#CBA059 (or 0xCBA059) is known color: Apache. HEX triplet: CB, A0 and 59. RGB value is (203,160,89). Sum of RGB (Red+Green+Blue) = 203+160+89=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 89 (35.16% from 255 or 19.69% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA059 is #345FA6. Grayscale: #A5A5A5. Windows color (decimal): -3432359 or 5873867. OLE color: 5873867.
HSL color Cylindrical-coordinate representation of color #CBA059: hue angle of 37.37º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBA059 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 89 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.20 |
| HSL | 37.37º | 0.52% | 0.57% | - |
| HSV(B) | 37.37º | 0.56% | 0.8% | - |
| XYZ | 39 | 38.56 | 14.84 | - |
| YUV | 164.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 89 | 0 | 0.21 | 0.56 | 0.20 | 37.37 | 0.52 | 0.57 |
| Hex | CB | A0 | 59 | 0 | 15 | 38 | 14 | 25 | 34 | 39 |
| Octal | 313 | 240 | 131 | 0 | 25 | 70 | 24 | 45 | 64 | 71 |
| Binary | 11001011 | 10100000 | 1011001 | 0 | 10101 | 111000 | 10100 | 100101 | 110100 | 111001 |
Color Harmonies of #CBA059
Complementary color
Monochromatic Colors of #CBA059
Black with #CBA059
Text Example
Text Example
White with #CBA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA059; }
p { color: rgb(203,160,89); }
H1.HeaderClassName
{
color: #CBA059;
}
.AnyTagClassName
{
color: #CBA059;
}
</style>
background-color css
<style>
a { background-color: #CBA059; }
a { background-color: rgb(203,160,89); }
div.DivClassName
{
background-color: #CBA059;
}
.BgClassName
{
background-color: #CBA059;
}
</style>
border-color css
<style>
span { border-color: #CBA059; }
span { border-color: rgb(203,160,89); }
td.TdClassName
{
border-color: #CBA059;
}
.TagClassName
{
border-color: #CBA059;
}
</style>