Shades of Apache #CEAC64
Tints of Apache #CEAC64
RGB
CMYK
RGB Variations
Color information
#CEAC64 (or 0xCEAC64) is known color: Apache. HEX triplet: CE, AC and 64. RGB value is (206,172,100). Sum of RGB (Red+Green+Blue) = 206+172+100=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAC64 is #31539B. Grayscale: #AEAEAE. Windows color (decimal): -3232668 or 6597838. OLE color: 6597838.
HSL color Cylindrical-coordinate representation of color #CEAC64: hue angle of 40.75º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEAC64 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 100 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.19 |
| HSL | 40.75º | 0.52% | 0.6% | - |
| HSV(B) | 40.75º | 0.51% | 0.81% | - |
| XYZ | 42.51 | 43.55 | 18.22 | - |
| YUV | 173.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 100 | 0 | 0.17 | 0.51 | 0.19 | 40.75 | 0.52 | 0.6 |
| Hex | CE | AC | 64 | 0 | 11 | 33 | 13 | 29 | 34 | 3C |
| Octal | 316 | 254 | 144 | 0 | 21 | 63 | 23 | 51 | 64 | 74 |
| Binary | 11001110 | 10101100 | 1100100 | 0 | 10001 | 110011 | 10011 | 101001 | 110100 | 111100 |
Color Harmonies of #CEAC64
Complementary color
Monochromatic Colors of #CEAC64
Black with #CEAC64
Text Example
Text Example
White with #CEAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC64; }
p { color: rgb(206,172,100); }
H1.HeaderClassName
{
color: #CEAC64;
}
.AnyTagClassName
{
color: #CEAC64;
}
</style>
background-color css
<style>
a { background-color: #CEAC64; }
a { background-color: rgb(206,172,100); }
div.DivClassName
{
background-color: #CEAC64;
}
.BgClassName
{
background-color: #CEAC64;
}
</style>
border-color css
<style>
span { border-color: #CEAC64; }
span { border-color: rgb(206,172,100); }
td.TdClassName
{
border-color: #CEAC64;
}
.TagClassName
{
border-color: #CEAC64;
}
</style>