Shades of Apache #CBA459
Tints of Apache #CBA459
RGB
CMYK
RGB Variations
Color information
#CBA459 (or 0xCBA459) is known color: Apache. HEX triplet: CB, A4 and 59. RGB value is (203,164,89). Sum of RGB (Red+Green+Blue) = 203+164+89=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA459 is #345BA6. Grayscale: #A7A7A7. Windows color (decimal): -3431335 or 5874891. OLE color: 5874891.
HSL color Cylindrical-coordinate representation of color #CBA459: hue angle of 39.47º 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 #CBA459 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 89 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.20 |
| HSL | 39.47º | 0.52% | 0.57% | - |
| HSV(B) | 39.47º | 0.56% | 0.8% | - |
| XYZ | 39.71 | 39.97 | 15.07 | - |
| YUV | 167.11 | 83.92 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 89 | 0 | 0.19 | 0.56 | 0.20 | 39.47 | 0.52 | 0.57 |
| Hex | CB | A4 | 59 | 0 | 13 | 38 | 14 | 27 | 34 | 39 |
| Octal | 313 | 244 | 131 | 0 | 23 | 70 | 24 | 47 | 64 | 71 |
| Binary | 11001011 | 10100100 | 1011001 | 0 | 10011 | 111000 | 10100 | 100111 | 110100 | 111001 |
Color Harmonies of #CBA459
Complementary color
Monochromatic Colors of #CBA459
Black with #CBA459
Text Example
Text Example
White with #CBA459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA459; }
p { color: rgb(203,164,89); }
H1.HeaderClassName
{
color: #CBA459;
}
.AnyTagClassName
{
color: #CBA459;
}
</style>
background-color css
<style>
a { background-color: #CBA459; }
a { background-color: rgb(203,164,89); }
div.DivClassName
{
background-color: #CBA459;
}
.BgClassName
{
background-color: #CBA459;
}
</style>
border-color css
<style>
span { border-color: #CBA459; }
span { border-color: rgb(203,164,89); }
td.TdClassName
{
border-color: #CBA459;
}
.TagClassName
{
border-color: #CBA459;
}
</style>