Shades of Apache #CEAE5D
Tints of Apache #CEAE5D
RGB
CMYK
RGB Variations
Color information
#CEAE5D (or 0xCEAE5D) is known color: Apache. HEX triplet: CE, AE and 5D. RGB value is (206,174,93). Sum of RGB (Red+Green+Blue) = 206+174+93=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAE5D is #3151A2. Grayscale: #AEAEAE. Windows color (decimal): -3232163 or 6139598. OLE color: 6139598.
HSL color Cylindrical-coordinate representation of color #CEAE5D: hue angle of 43.01º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEAE5D is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 93 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.19 |
| HSL | 43.01º | 0.54% | 0.59% | - |
| HSV(B) | 43.01º | 0.55% | 0.81% | - |
| XYZ | 42.57 | 44.18 | 16.64 | - |
| YUV | 174.33 | 82.1 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 93 | 0 | 0.16 | 0.55 | 0.19 | 43.01 | 0.54 | 0.59 |
| Hex | CE | AE | 5D | 0 | 10 | 37 | 13 | 2B | 36 | 3B |
| Octal | 316 | 256 | 135 | 0 | 20 | 67 | 23 | 53 | 66 | 73 |
| Binary | 11001110 | 10101110 | 1011101 | 0 | 10000 | 110111 | 10011 | 101011 | 110110 | 111011 |
Color Harmonies of #CEAE5D
Complementary color
Monochromatic Colors of #CEAE5D
Black with #CEAE5D
Text Example
Text Example
White with #CEAE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAE5D; }
p { color: rgb(206,174,93); }
H1.HeaderClassName
{
color: #CEAE5D;
}
.AnyTagClassName
{
color: #CEAE5D;
}
</style>
background-color css
<style>
a { background-color: #CEAE5D; }
a { background-color: rgb(206,174,93); }
div.DivClassName
{
background-color: #CEAE5D;
}
.BgClassName
{
background-color: #CEAE5D;
}
</style>
border-color css
<style>
span { border-color: #CEAE5D; }
span { border-color: rgb(206,174,93); }
td.TdClassName
{
border-color: #CEAE5D;
}
.TagClassName
{
border-color: #CEAE5D;
}
</style>