Shades of Apache #CEA059
Tints of Apache #CEA059
RGB
CMYK
RGB Variations
Color information
#CEA059 (or 0xCEA059) is known color: Apache. HEX triplet: CE, A0 and 59. RGB value is (206,160,89). Sum of RGB (Red+Green+Blue) = 206+160+89=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA059 is #315FA6. Grayscale: #A5A5A5. Windows color (decimal): -3235751 or 5873870. OLE color: 5873870.
HSL color Cylindrical-coordinate representation of color #CEA059: hue angle of 36.41º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEA059 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 89 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.19 |
| HSL | 36.41º | 0.54% | 0.58% | - |
| HSV(B) | 36.41º | 0.57% | 0.81% | - |
| XYZ | 39.83 | 38.98 | 14.88 | - |
| YUV | 165.66 | 84.74 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 89 | 0 | 0.22 | 0.57 | 0.19 | 36.41 | 0.54 | 0.58 |
| Hex | CE | A0 | 59 | 0 | 16 | 39 | 13 | 24 | 36 | 3A |
| Octal | 316 | 240 | 131 | 0 | 26 | 71 | 23 | 44 | 66 | 72 |
| Binary | 11001110 | 10100000 | 1011001 | 0 | 10110 | 111001 | 10011 | 100100 | 110110 | 111010 |
Color Harmonies of #CEA059
Complementary color
Monochromatic Colors of #CEA059
Black with #CEA059
Text Example
Text Example
White with #CEA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA059; }
p { color: rgb(206,160,89); }
H1.HeaderClassName
{
color: #CEA059;
}
.AnyTagClassName
{
color: #CEA059;
}
</style>
background-color css
<style>
a { background-color: #CEA059; }
a { background-color: rgb(206,160,89); }
div.DivClassName
{
background-color: #CEA059;
}
.BgClassName
{
background-color: #CEA059;
}
</style>
border-color css
<style>
span { border-color: #CEA059; }
span { border-color: rgb(206,160,89); }
td.TdClassName
{
border-color: #CEA059;
}
.TagClassName
{
border-color: #CEA059;
}
</style>