Shades of Apache #CE9E5E
Tints of Apache #CE9E5E
RGB
CMYK
RGB Variations
Color information
#CE9E5E (or 0xCE9E5E) is known color: Apache. HEX triplet: CE, 9E and 5E. RGB value is (206,158,94). Sum of RGB (Red+Green+Blue) = 206+158+94=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9E5E is #3161A1. Grayscale: #A5A5A5. Windows color (decimal): -3236258 or 6201038. OLE color: 6201038.
HSL color Cylindrical-coordinate representation of color #CE9E5E: hue angle of 34.29º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE9E5E is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 94 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.19 |
| HSL | 34.29º | 0.53% | 0.59% | - |
| HSV(B) | 34.29º | 0.54% | 0.81% | - |
| XYZ | 39.7 | 38.38 | 15.91 | - |
| YUV | 165.06 | 87.9 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 94 | 0 | 0.23 | 0.54 | 0.19 | 34.29 | 0.53 | 0.59 |
| Hex | CE | 9E | 5E | 0 | 17 | 36 | 13 | 22 | 35 | 3B |
| Octal | 316 | 236 | 136 | 0 | 27 | 66 | 23 | 42 | 65 | 73 |
| Binary | 11001110 | 10011110 | 1011110 | 0 | 10111 | 110110 | 10011 | 100010 | 110101 | 111011 |
Color Harmonies of #CE9E5E
Complementary color
Monochromatic Colors of #CE9E5E
Black with #CE9E5E
Text Example
Text Example
White with #CE9E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E5E; }
p { color: rgb(206,158,94); }
H1.HeaderClassName
{
color: #CE9E5E;
}
.AnyTagClassName
{
color: #CE9E5E;
}
</style>
background-color css
<style>
a { background-color: #CE9E5E; }
a { background-color: rgb(206,158,94); }
div.DivClassName
{
background-color: #CE9E5E;
}
.BgClassName
{
background-color: #CE9E5E;
}
</style>
border-color css
<style>
span { border-color: #CE9E5E; }
span { border-color: rgb(206,158,94); }
td.TdClassName
{
border-color: #CE9E5E;
}
.TagClassName
{
border-color: #CE9E5E;
}
</style>