Shades of Apache #CBA45A
Tints of Apache #CBA45A
RGB
CMYK
RGB Variations
Color information
#CBA45A (or 0xCBA45A) is known color: Apache. HEX triplet: CB, A4 and 5A. RGB value is (203,164,90). Sum of RGB (Red+Green+Blue) = 203+164+90=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA45A is #345BA5. Grayscale: #A7A7A7. Windows color (decimal): -3431334 or 5940427. OLE color: 5940427.
HSL color Cylindrical-coordinate representation of color #CBA45A: hue angle of 39.29º 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 #CBA45A is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 90 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.20 |
| HSL | 39.29º | 0.52% | 0.57% | - |
| HSV(B) | 39.29º | 0.56% | 0.8% | - |
| XYZ | 39.75 | 39.99 | 15.3 | - |
| YUV | 167.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 90 | 0 | 0.19 | 0.56 | 0.20 | 39.29 | 0.52 | 0.57 |
| Hex | CB | A4 | 5A | 0 | 13 | 38 | 14 | 27 | 34 | 39 |
| Octal | 313 | 244 | 132 | 0 | 23 | 70 | 24 | 47 | 64 | 71 |
| Binary | 11001011 | 10100100 | 1011010 | 0 | 10011 | 111000 | 10100 | 100111 | 110100 | 111001 |
Color Harmonies of #CBA45A
Complementary color
Monochromatic Colors of #CBA45A
Black with #CBA45A
Text Example
Text Example
White with #CBA45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA45A; }
p { color: rgb(203,164,90); }
H1.HeaderClassName
{
color: #CBA45A;
}
.AnyTagClassName
{
color: #CBA45A;
}
</style>
background-color css
<style>
a { background-color: #CBA45A; }
a { background-color: rgb(203,164,90); }
div.DivClassName
{
background-color: #CBA45A;
}
.BgClassName
{
background-color: #CBA45A;
}
</style>
border-color css
<style>
span { border-color: #CBA45A; }
span { border-color: rgb(203,164,90); }
td.TdClassName
{
border-color: #CBA45A;
}
.TagClassName
{
border-color: #CBA45A;
}
</style>