Shades of Apache #CEAC5C
Tints of Apache #CEAC5C
RGB
CMYK
RGB Variations
Color information
#CEAC5C (or 0xCEAC5C) is known color: Apache. HEX triplet: CE, AC and 5C. RGB value is (206,172,92). Sum of RGB (Red+Green+Blue) = 206+172+92=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAC5C is #3153A3. Grayscale: #ADADAD. Windows color (decimal): -3232676 or 6073550. OLE color: 6073550.
HSL color Cylindrical-coordinate representation of color #CEAC5C: hue angle of 42.11º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEAC5C is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 92 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.19 |
| HSL | 42.11º | 0.54% | 0.58% | - |
| HSV(B) | 42.11º | 0.55% | 0.81% | - |
| XYZ | 42.14 | 43.4 | 16.28 | - |
| YUV | 173.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 92 | 0 | 0.17 | 0.55 | 0.19 | 42.11 | 0.54 | 0.58 |
| Hex | CE | AC | 5C | 0 | 11 | 37 | 13 | 2A | 36 | 3A |
| Octal | 316 | 254 | 134 | 0 | 21 | 67 | 23 | 52 | 66 | 72 |
| Binary | 11001110 | 10101100 | 1011100 | 0 | 10001 | 110111 | 10011 | 101010 | 110110 | 111010 |
Color Harmonies of #CEAC5C
Complementary color
Monochromatic Colors of #CEAC5C
Black with #CEAC5C
Text Example
Text Example
White with #CEAC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC5C; }
p { color: rgb(206,172,92); }
H1.HeaderClassName
{
color: #CEAC5C;
}
.AnyTagClassName
{
color: #CEAC5C;
}
</style>
background-color css
<style>
a { background-color: #CEAC5C; }
a { background-color: rgb(206,172,92); }
div.DivClassName
{
background-color: #CEAC5C;
}
.BgClassName
{
background-color: #CEAC5C;
}
</style>
border-color css
<style>
span { border-color: #CEAC5C; }
span { border-color: rgb(206,172,92); }
td.TdClassName
{
border-color: #CEAC5C;
}
.TagClassName
{
border-color: #CEAC5C;
}
</style>