Shades of Apache #CEAC53
Tints of Apache #CEAC53
RGB
CMYK
RGB Variations
Color information
#CEAC53 (or 0xCEAC53) is known color: Apache. HEX triplet: CE, AC and 53. RGB value is (206,172,83). Sum of RGB (Red+Green+Blue) = 206+172+83=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAC53 is #3153AC. Grayscale: #ACACAC. Windows color (decimal): -3232685 or 5483726. OLE color: 5483726.
HSL color Cylindrical-coordinate representation of color #CEAC53: hue angle of 43.41º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEAC53 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 83 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.19 |
| HSL | 43.41º | 0.56% | 0.57% | - |
| HSV(B) | 43.41º | 0.6% | 0.81% | - |
| XYZ | 41.77 | 43.25 | 14.33 | - |
| YUV | 172.02 | 77.76 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 83 | 0 | 0.17 | 0.60 | 0.19 | 43.41 | 0.56 | 0.57 |
| Hex | CE | AC | 53 | 0 | 11 | 3C | 13 | 2B | 38 | 39 |
| Octal | 316 | 254 | 123 | 0 | 21 | 74 | 23 | 53 | 70 | 71 |
| Binary | 11001110 | 10101100 | 1010011 | 0 | 10001 | 111100 | 10011 | 101011 | 111000 | 111001 |
Color Harmonies of #CEAC53
Complementary color
Monochromatic Colors of #CEAC53
Black with #CEAC53
Text Example
Text Example
White with #CEAC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC53; }
p { color: rgb(206,172,83); }
H1.HeaderClassName
{
color: #CEAC53;
}
.AnyTagClassName
{
color: #CEAC53;
}
</style>
background-color css
<style>
a { background-color: #CEAC53; }
a { background-color: rgb(206,172,83); }
div.DivClassName
{
background-color: #CEAC53;
}
.BgClassName
{
background-color: #CEAC53;
}
</style>
border-color css
<style>
span { border-color: #CEAC53; }
span { border-color: rgb(206,172,83); }
td.TdClassName
{
border-color: #CEAC53;
}
.TagClassName
{
border-color: #CEAC53;
}
</style>