Shades of Apache #CBA256
Tints of Apache #CBA256
RGB
CMYK
RGB Variations
Color information
#CBA256 (or 0xCBA256) is known color: Apache. HEX triplet: CB, A2 and 56. RGB value is (203,162,86). Sum of RGB (Red+Green+Blue) = 203+162+86=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA256 is #345DA9. Grayscale: #A5A5A5. Windows color (decimal): -3431850 or 5677771. OLE color: 5677771.
HSL color Cylindrical-coordinate representation of color #CBA256: hue angle of 38.97º 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 #CBA256 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 86 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.20 |
| HSL | 38.97º | 0.53% | 0.57% | - |
| HSV(B) | 38.97º | 0.58% | 0.8% | - |
| XYZ | 39.23 | 39.21 | 14.3 | - |
| YUV | 165.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 86 | 0 | 0.20 | 0.58 | 0.20 | 38.97 | 0.53 | 0.57 |
| Hex | CB | A2 | 56 | 0 | 14 | 3A | 14 | 27 | 35 | 39 |
| Octal | 313 | 242 | 126 | 0 | 24 | 72 | 24 | 47 | 65 | 71 |
| Binary | 11001011 | 10100010 | 1010110 | 0 | 10100 | 111010 | 10100 | 100111 | 110101 | 111001 |
Color Harmonies of #CBA256
Complementary color
Monochromatic Colors of #CBA256
Black with #CBA256
Text Example
Text Example
White with #CBA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA256; }
p { color: rgb(203,162,86); }
H1.HeaderClassName
{
color: #CBA256;
}
.AnyTagClassName
{
color: #CBA256;
}
</style>
background-color css
<style>
a { background-color: #CBA256; }
a { background-color: rgb(203,162,86); }
div.DivClassName
{
background-color: #CBA256;
}
.BgClassName
{
background-color: #CBA256;
}
</style>
border-color css
<style>
span { border-color: #CBA256; }
span { border-color: rgb(203,162,86); }
td.TdClassName
{
border-color: #CBA256;
}
.TagClassName
{
border-color: #CBA256;
}
</style>