Shades of Apache #CEA865
Tints of Apache #CEA865
RGB
CMYK
RGB Variations
Color information
#CEA865 (or 0xCEA865) is known color: Apache. HEX triplet: CE, A8 and 65. RGB value is (206,168,101). Sum of RGB (Red+Green+Blue) = 206+168+101=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA865 is #31579A. Grayscale: #ACACAC. Windows color (decimal): -3233691 or 6662350. OLE color: 6662350.
HSL color Cylindrical-coordinate representation of color #CEA865: hue angle of 38.29º 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 #CEA865 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 101 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.19 |
| HSL | 38.29º | 0.52% | 0.6% | - |
| HSV(B) | 38.29º | 0.51% | 0.81% | - |
| XYZ | 41.81 | 42.07 | 18.23 | - |
| YUV | 171.72 | 88.09 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 101 | 0 | 0.18 | 0.51 | 0.19 | 38.29 | 0.52 | 0.6 |
| Hex | CE | A8 | 65 | 0 | 12 | 33 | 13 | 26 | 34 | 3C |
| Octal | 316 | 250 | 145 | 0 | 22 | 63 | 23 | 46 | 64 | 74 |
| Binary | 11001110 | 10101000 | 1100101 | 0 | 10010 | 110011 | 10011 | 100110 | 110100 | 111100 |
Color Harmonies of #CEA865
Complementary color
Monochromatic Colors of #CEA865
Black with #CEA865
Text Example
Text Example
White with #CEA865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA865; }
p { color: rgb(206,168,101); }
H1.HeaderClassName
{
color: #CEA865;
}
.AnyTagClassName
{
color: #CEA865;
}
</style>
background-color css
<style>
a { background-color: #CEA865; }
a { background-color: rgb(206,168,101); }
div.DivClassName
{
background-color: #CEA865;
}
.BgClassName
{
background-color: #CEA865;
}
</style>
border-color css
<style>
span { border-color: #CEA865; }
span { border-color: rgb(206,168,101); }
td.TdClassName
{
border-color: #CEA865;
}
.TagClassName
{
border-color: #CEA865;
}
</style>