Shades of Apache #CE9D5E
Tints of Apache #CE9D5E
RGB
CMYK
RGB Variations
Color information
#CE9D5E (or 0xCE9D5E) is known color: Apache. HEX triplet: CE, 9D and 5E. RGB value is (206,157,94). Sum of RGB (Red+Green+Blue) = 206+157+94=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9D5E is #3162A1. Grayscale: #A4A4A4. Windows color (decimal): -3236514 or 6200782. OLE color: 6200782.
HSL color Cylindrical-coordinate representation of color #CE9D5E: hue angle of 33.75º 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 #CE9D5E is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 94 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.19 |
| HSL | 33.75º | 0.53% | 0.59% | - |
| HSV(B) | 33.75º | 0.54% | 0.81% | - |
| XYZ | 39.53 | 38.04 | 15.85 | - |
| YUV | 164.47 | 88.23 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 94 | 0 | 0.24 | 0.54 | 0.19 | 33.75 | 0.53 | 0.59 |
| Hex | CE | 9D | 5E | 0 | 18 | 36 | 13 | 22 | 35 | 3B |
| Octal | 316 | 235 | 136 | 0 | 30 | 66 | 23 | 42 | 65 | 73 |
| Binary | 11001110 | 10011101 | 1011110 | 0 | 11000 | 110110 | 10011 | 100010 | 110101 | 111011 |
Color Harmonies of #CE9D5E
Complementary color
Monochromatic Colors of #CE9D5E
Black with #CE9D5E
Text Example
Text Example
White with #CE9D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9D5E; }
p { color: rgb(206,157,94); }
H1.HeaderClassName
{
color: #CE9D5E;
}
.AnyTagClassName
{
color: #CE9D5E;
}
</style>
background-color css
<style>
a { background-color: #CE9D5E; }
a { background-color: rgb(206,157,94); }
div.DivClassName
{
background-color: #CE9D5E;
}
.BgClassName
{
background-color: #CE9D5E;
}
</style>
border-color css
<style>
span { border-color: #CE9D5E; }
span { border-color: rgb(206,157,94); }
td.TdClassName
{
border-color: #CE9D5E;
}
.TagClassName
{
border-color: #CE9D5E;
}
</style>