Shades of Apache #CEA858
Tints of Apache #CEA858
RGB
CMYK
RGB Variations
Color information
#CEA858 (or 0xCEA858) is known color: Apache. HEX triplet: CE, A8 and 58. RGB value is (206,168,88). Sum of RGB (Red+Green+Blue) = 206+168+88=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA858 is #3157A7. Grayscale: #AAAAAA. Windows color (decimal): -3233704 or 5810382. OLE color: 5810382.
HSL color Cylindrical-coordinate representation of color #CEA858: hue angle of 40.68º degrees, saturation: 0.55, 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 #CEA858 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 88 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.19 |
| HSL | 40.68º | 0.55% | 0.58% | - |
| HSV(B) | 40.68º | 0.57% | 0.81% | - |
| XYZ | 41.22 | 41.83 | 15.13 | - |
| YUV | 170.24 | 81.59 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 88 | 0 | 0.18 | 0.57 | 0.19 | 40.68 | 0.55 | 0.58 |
| Hex | CE | A8 | 58 | 0 | 12 | 39 | 13 | 29 | 37 | 3A |
| Octal | 316 | 250 | 130 | 0 | 22 | 71 | 23 | 51 | 67 | 72 |
| Binary | 11001110 | 10101000 | 1011000 | 0 | 10010 | 111001 | 10011 | 101001 | 110111 | 111010 |
Color Harmonies of #CEA858
Complementary color
Monochromatic Colors of #CEA858
Black with #CEA858
Text Example
Text Example
White with #CEA858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA858; }
p { color: rgb(206,168,88); }
H1.HeaderClassName
{
color: #CEA858;
}
.AnyTagClassName
{
color: #CEA858;
}
</style>
background-color css
<style>
a { background-color: #CEA858; }
a { background-color: rgb(206,168,88); }
div.DivClassName
{
background-color: #CEA858;
}
.BgClassName
{
background-color: #CEA858;
}
</style>
border-color css
<style>
span { border-color: #CEA858; }
span { border-color: rgb(206,168,88); }
td.TdClassName
{
border-color: #CEA858;
}
.TagClassName
{
border-color: #CEA858;
}
</style>