Shades of Apache #CB9E56
Tints of Apache #CB9E56
RGB
CMYK
RGB Variations
Color information
#CB9E56 (or 0xCB9E56) is known color: Apache. HEX triplet: CB, 9E and 56. RGB value is (203,158,86). Sum of RGB (Red+Green+Blue) = 203+158+86=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9E56 is #3461A9. Grayscale: #A3A3A3. Windows color (decimal): -3432874 or 5676747. OLE color: 5676747.
HSL color Cylindrical-coordinate representation of color #CB9E56: hue angle of 36.92º 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 #CB9E56 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 158 | 86 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.20 |
| HSL | 36.92º | 0.53% | 0.57% | - |
| HSV(B) | 36.92º | 0.58% | 0.8% | - |
| XYZ | 38.54 | 37.82 | 14.07 | - |
| YUV | 163.25 | 84.41 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 86 | 0 | 0.22 | 0.58 | 0.20 | 36.92 | 0.53 | 0.57 |
| Hex | CB | 9E | 56 | 0 | 16 | 3A | 14 | 25 | 35 | 39 |
| Octal | 313 | 236 | 126 | 0 | 26 | 72 | 24 | 45 | 65 | 71 |
| Binary | 11001011 | 10011110 | 1010110 | 0 | 10110 | 111010 | 10100 | 100101 | 110101 | 111001 |
Color Harmonies of #CB9E56
Complementary color
Monochromatic Colors of #CB9E56
Black with #CB9E56
Text Example
Text Example
White with #CB9E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9E56; }
p { color: rgb(203,158,86); }
H1.HeaderClassName
{
color: #CB9E56;
}
.AnyTagClassName
{
color: #CB9E56;
}
</style>
background-color css
<style>
a { background-color: #CB9E56; }
a { background-color: rgb(203,158,86); }
div.DivClassName
{
background-color: #CB9E56;
}
.BgClassName
{
background-color: #CB9E56;
}
</style>
border-color css
<style>
span { border-color: #CB9E56; }
span { border-color: rgb(203,158,86); }
td.TdClassName
{
border-color: #CB9E56;
}
.TagClassName
{
border-color: #CB9E56;
}
</style>