Shades of Apache #CEA04D
Tints of Apache #CEA04D
RGB
CMYK
RGB Variations
Color information
#CEA04D (or 0xCEA04D) is known color: Apache. HEX triplet: CE, A0 and 4D. RGB value is (206,160,77). Sum of RGB (Red+Green+Blue) = 206+160+77=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA04D is #315FB2. Grayscale: #A4A4A4. Windows color (decimal): -3235763 or 5087438. OLE color: 5087438.
HSL color Cylindrical-coordinate representation of color #CEA04D: hue angle of 38.6º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEA04D is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 77 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.19 |
| HSL | 38.6º | 0.57% | 0.55% | - |
| HSV(B) | 38.6º | 0.63% | 0.81% | - |
| XYZ | 39.36 | 38.8 | 12.44 | - |
| YUV | 164.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 77 | 0 | 0.22 | 0.63 | 0.19 | 38.6 | 0.57 | 0.55 |
| Hex | CE | A0 | 4D | 0 | 16 | 3F | 13 | 27 | 39 | 37 |
| Octal | 316 | 240 | 115 | 0 | 26 | 77 | 23 | 47 | 71 | 67 |
| Binary | 11001110 | 10100000 | 1001101 | 0 | 10110 | 111111 | 10011 | 100111 | 111001 | 110111 |
Color Harmonies of #CEA04D
Complementary color
Monochromatic Colors of #CEA04D
Black with #CEA04D
Text Example
Text Example
White with #CEA04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA04D; }
p { color: rgb(206,160,77); }
H1.HeaderClassName
{
color: #CEA04D;
}
.AnyTagClassName
{
color: #CEA04D;
}
</style>
background-color css
<style>
a { background-color: #CEA04D; }
a { background-color: rgb(206,160,77); }
div.DivClassName
{
background-color: #CEA04D;
}
.BgClassName
{
background-color: #CEA04D;
}
</style>
border-color css
<style>
span { border-color: #CEA04D; }
span { border-color: rgb(206,160,77); }
td.TdClassName
{
border-color: #CEA04D;
}
.TagClassName
{
border-color: #CEA04D;
}
</style>