Shades of Apache #CBA056
Tints of Apache #CBA056
RGB
CMYK
RGB Variations
Color information
#CBA056 (or 0xCBA056) is known color: Apache. HEX triplet: CB, A0 and 56. RGB value is (203,160,86). Sum of RGB (Red+Green+Blue) = 203+160+86=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA056 is #345FA9. Grayscale: #A4A4A4. Windows color (decimal): -3432362 or 5677259. OLE color: 5677259.
HSL color Cylindrical-coordinate representation of color #CBA056: hue angle of 37.95º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBA056 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 86 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.20 |
| HSL | 37.95º | 0.53% | 0.57% | - |
| HSV(B) | 37.95º | 0.58% | 0.8% | - |
| XYZ | 38.88 | 38.51 | 14.19 | - |
| YUV | 164.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 86 | 0 | 0.21 | 0.58 | 0.20 | 37.95 | 0.53 | 0.57 |
| Hex | CB | A0 | 56 | 0 | 15 | 3A | 14 | 26 | 35 | 39 |
| Octal | 313 | 240 | 126 | 0 | 25 | 72 | 24 | 46 | 65 | 71 |
| Binary | 11001011 | 10100000 | 1010110 | 0 | 10101 | 111010 | 10100 | 100110 | 110101 | 111001 |
Color Harmonies of #CBA056
Complementary color
Monochromatic Colors of #CBA056
Black with #CBA056
Text Example
Text Example
White with #CBA056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA056; }
p { color: rgb(203,160,86); }
H1.HeaderClassName
{
color: #CBA056;
}
.AnyTagClassName
{
color: #CBA056;
}
</style>
background-color css
<style>
a { background-color: #CBA056; }
a { background-color: rgb(203,160,86); }
div.DivClassName
{
background-color: #CBA056;
}
.BgClassName
{
background-color: #CBA056;
}
</style>
border-color css
<style>
span { border-color: #CBA056; }
span { border-color: rgb(203,160,86); }
td.TdClassName
{
border-color: #CBA056;
}
.TagClassName
{
border-color: #CBA056;
}
</style>