Shades of Apache #CEAE5E
Tints of Apache #CEAE5E
RGB
CMYK
RGB Variations
Color information
#CEAE5E (or 0xCEAE5E) is known color: Apache. HEX triplet: CE, AE and 5E. RGB value is (206,174,94). Sum of RGB (Red+Green+Blue) = 206+174+94=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAE5E is #3151A1. Grayscale: #AEAEAE. Windows color (decimal): -3232162 or 6205134. OLE color: 6205134.
HSL color Cylindrical-coordinate representation of color #CEAE5E: hue angle of 42.86º 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 #CEAE5E is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 94 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.19 |
| HSL | 42.86º | 0.53% | 0.59% | - |
| HSV(B) | 42.86º | 0.54% | 0.81% | - |
| XYZ | 42.61 | 44.2 | 16.88 | - |
| YUV | 174.45 | 82.6 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 94 | 0 | 0.16 | 0.54 | 0.19 | 42.86 | 0.53 | 0.59 |
| Hex | CE | AE | 5E | 0 | 10 | 36 | 13 | 2B | 35 | 3B |
| Octal | 316 | 256 | 136 | 0 | 20 | 66 | 23 | 53 | 65 | 73 |
| Binary | 11001110 | 10101110 | 1011110 | 0 | 10000 | 110110 | 10011 | 101011 | 110101 | 111011 |
Color Harmonies of #CEAE5E
Complementary color
Monochromatic Colors of #CEAE5E
Black with #CEAE5E
Text Example
Text Example
White with #CEAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAE5E; }
p { color: rgb(206,174,94); }
H1.HeaderClassName
{
color: #CEAE5E;
}
.AnyTagClassName
{
color: #CEAE5E;
}
</style>
background-color css
<style>
a { background-color: #CEAE5E; }
a { background-color: rgb(206,174,94); }
div.DivClassName
{
background-color: #CEAE5E;
}
.BgClassName
{
background-color: #CEAE5E;
}
</style>
border-color css
<style>
span { border-color: #CEAE5E; }
span { border-color: rgb(206,174,94); }
td.TdClassName
{
border-color: #CEAE5E;
}
.TagClassName
{
border-color: #CEAE5E;
}
</style>