Shades of Apache #CEAC5D
Tints of Apache #CEAC5D
RGB
CMYK
RGB Variations
Color information
#CEAC5D (or 0xCEAC5D) is known color: Apache. HEX triplet: CE, AC and 5D. RGB value is (206,172,93). Sum of RGB (Red+Green+Blue) = 206+172+93=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAC5D is #3153A2. Grayscale: #ADADAD. Windows color (decimal): -3232675 or 6139086. OLE color: 6139086.
HSL color Cylindrical-coordinate representation of color #CEAC5D: hue angle of 41.95º 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 #CEAC5D is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 93 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.19 |
| HSL | 41.95º | 0.54% | 0.59% | - |
| HSV(B) | 41.95º | 0.55% | 0.81% | - |
| XYZ | 42.18 | 43.42 | 16.51 | - |
| YUV | 173.16 | 82.76 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 93 | 0 | 0.17 | 0.55 | 0.19 | 41.95 | 0.54 | 0.59 |
| Hex | CE | AC | 5D | 0 | 11 | 37 | 13 | 2A | 36 | 3B |
| Octal | 316 | 254 | 135 | 0 | 21 | 67 | 23 | 52 | 66 | 73 |
| Binary | 11001110 | 10101100 | 1011101 | 0 | 10001 | 110111 | 10011 | 101010 | 110110 | 111011 |
Color Harmonies of #CEAC5D
Complementary color
Monochromatic Colors of #CEAC5D
Black with #CEAC5D
Text Example
Text Example
White with #CEAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC5D; }
p { color: rgb(206,172,93); }
H1.HeaderClassName
{
color: #CEAC5D;
}
.AnyTagClassName
{
color: #CEAC5D;
}
</style>
background-color css
<style>
a { background-color: #CEAC5D; }
a { background-color: rgb(206,172,93); }
div.DivClassName
{
background-color: #CEAC5D;
}
.BgClassName
{
background-color: #CEAC5D;
}
</style>
border-color css
<style>
span { border-color: #CEAC5D; }
span { border-color: rgb(206,172,93); }
td.TdClassName
{
border-color: #CEAC5D;
}
.TagClassName
{
border-color: #CEAC5D;
}
</style>