Shades of Apache #CE9E56
Tints of Apache #CE9E56
RGB
CMYK
RGB Variations
Color information
#CE9E56 (or 0xCE9E56) is known color: Apache. HEX triplet: CE, 9E and 56. RGB value is (206,158,86). Sum of RGB (Red+Green+Blue) = 206+158+86=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9E56 is #3161A9. Grayscale: #A4A4A4. Windows color (decimal): -3236266 or 5676750. OLE color: 5676750.
HSL color Cylindrical-coordinate representation of color #CE9E56: hue angle of 36º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE9E56 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 86 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.19 |
| HSL | 36º | 0.55% | 0.57% | - |
| HSV(B) | 36º | 0.58% | 0.81% | - |
| XYZ | 39.36 | 38.25 | 14.11 | - |
| YUV | 164.14 | 83.9 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 86 | 0 | 0.23 | 0.58 | 0.19 | 36 | 0.55 | 0.57 |
| Hex | CE | 9E | 56 | 0 | 17 | 3A | 13 | 24 | 37 | 39 |
| Octal | 316 | 236 | 126 | 0 | 27 | 72 | 23 | 44 | 67 | 71 |
| Binary | 11001110 | 10011110 | 1010110 | 0 | 10111 | 111010 | 10011 | 100100 | 110111 | 111001 |
Color Harmonies of #CE9E56
Complementary color
Monochromatic Colors of #CE9E56
Black with #CE9E56
Text Example
Text Example
White with #CE9E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E56; }
p { color: rgb(206,158,86); }
H1.HeaderClassName
{
color: #CE9E56;
}
.AnyTagClassName
{
color: #CE9E56;
}
</style>
background-color css
<style>
a { background-color: #CE9E56; }
a { background-color: rgb(206,158,86); }
div.DivClassName
{
background-color: #CE9E56;
}
.BgClassName
{
background-color: #CE9E56;
}
</style>
border-color css
<style>
span { border-color: #CE9E56; }
span { border-color: rgb(206,158,86); }
td.TdClassName
{
border-color: #CE9E56;
}
.TagClassName
{
border-color: #CE9E56;
}
</style>