Shades of Apache #CEAA5E
Tints of Apache #CEAA5E
RGB
CMYK
RGB Variations
Color information
#CEAA5E (or 0xCEAA5E) is known color: Apache. HEX triplet: CE, AA and 5E. RGB value is (206,170,94). Sum of RGB (Red+Green+Blue) = 206+170+94=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA5E is #3155A1. Grayscale: #ACACAC. Windows color (decimal): -3233186 or 6204110. OLE color: 6204110.
HSL color Cylindrical-coordinate representation of color #CEAA5E: hue angle of 40.71º 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 #CEAA5E is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 94 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.19 |
| HSL | 40.71º | 0.53% | 0.59% | - |
| HSV(B) | 40.71º | 0.54% | 0.81% | - |
| XYZ | 41.85 | 42.68 | 16.62 | - |
| YUV | 172.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 94 | 0 | 0.17 | 0.54 | 0.19 | 40.71 | 0.53 | 0.59 |
| Hex | CE | AA | 5E | 0 | 11 | 36 | 13 | 29 | 35 | 3B |
| Octal | 316 | 252 | 136 | 0 | 21 | 66 | 23 | 51 | 65 | 73 |
| Binary | 11001110 | 10101010 | 1011110 | 0 | 10001 | 110110 | 10011 | 101001 | 110101 | 111011 |
Color Harmonies of #CEAA5E
Complementary color
Monochromatic Colors of #CEAA5E
Black with #CEAA5E
Text Example
Text Example
White with #CEAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA5E; }
p { color: rgb(206,170,94); }
H1.HeaderClassName
{
color: #CEAA5E;
}
.AnyTagClassName
{
color: #CEAA5E;
}
</style>
background-color css
<style>
a { background-color: #CEAA5E; }
a { background-color: rgb(206,170,94); }
div.DivClassName
{
background-color: #CEAA5E;
}
.BgClassName
{
background-color: #CEAA5E;
}
</style>
border-color css
<style>
span { border-color: #CEAA5E; }
span { border-color: rgb(206,170,94); }
td.TdClassName
{
border-color: #CEAA5E;
}
.TagClassName
{
border-color: #CEAA5E;
}
</style>