Shades of Apache #CEAC5E
Tints of Apache #CEAC5E
RGB
CMYK
RGB Variations
Color information
#CEAC5E (or 0xCEAC5E) is known color: Apache. HEX triplet: CE, AC and 5E. RGB value is (206,172,94). Sum of RGB (Red+Green+Blue) = 206+172+94=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAC5E is #3153A1. Grayscale: #ADADAD. Windows color (decimal): -3232674 or 6204622. OLE color: 6204622.
HSL color Cylindrical-coordinate representation of color #CEAC5E: hue angle of 41.79º 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 #CEAC5E is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 94 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.19 |
| HSL | 41.79º | 0.53% | 0.59% | - |
| HSV(B) | 41.79º | 0.54% | 0.81% | - |
| XYZ | 42.23 | 43.44 | 16.75 | - |
| YUV | 173.27 | 83.26 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 94 | 0 | 0.17 | 0.54 | 0.19 | 41.79 | 0.53 | 0.59 |
| Hex | CE | AC | 5E | 0 | 11 | 36 | 13 | 2A | 35 | 3B |
| Octal | 316 | 254 | 136 | 0 | 21 | 66 | 23 | 52 | 65 | 73 |
| Binary | 11001110 | 10101100 | 1011110 | 0 | 10001 | 110110 | 10011 | 101010 | 110101 | 111011 |
Color Harmonies of #CEAC5E
Complementary color
Monochromatic Colors of #CEAC5E
Black with #CEAC5E
Text Example
Text Example
White with #CEAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC5E; }
p { color: rgb(206,172,94); }
H1.HeaderClassName
{
color: #CEAC5E;
}
.AnyTagClassName
{
color: #CEAC5E;
}
</style>
background-color css
<style>
a { background-color: #CEAC5E; }
a { background-color: rgb(206,172,94); }
div.DivClassName
{
background-color: #CEAC5E;
}
.BgClassName
{
background-color: #CEAC5E;
}
</style>
border-color css
<style>
span { border-color: #CEAC5E; }
span { border-color: rgb(206,172,94); }
td.TdClassName
{
border-color: #CEAC5E;
}
.TagClassName
{
border-color: #CEAC5E;
}
</style>