Shades of Apache #CEA664
Tints of Apache #CEA664
RGB
CMYK
RGB Variations
Color information
#CEA664 (or 0xCEA664) is known color: Apache. HEX triplet: CE, A6 and 64. RGB value is (206,166,100). Sum of RGB (Red+Green+Blue) = 206+166+100=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA664 is #31599B. Grayscale: #AAAAAA. Windows color (decimal): -3234204 or 6596302. OLE color: 6596302.
HSL color Cylindrical-coordinate representation of color #CEA664: hue angle of 37.36º 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 #CEA664 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 100 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.19 |
| HSL | 37.36º | 0.52% | 0.6% | - |
| HSV(B) | 37.36º | 0.51% | 0.81% | - |
| XYZ | 41.39 | 41.31 | 17.85 | - |
| YUV | 170.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 100 | 0 | 0.19 | 0.51 | 0.19 | 37.36 | 0.52 | 0.6 |
| Hex | CE | A6 | 64 | 0 | 13 | 33 | 13 | 25 | 34 | 3C |
| Octal | 316 | 246 | 144 | 0 | 23 | 63 | 23 | 45 | 64 | 74 |
| Binary | 11001110 | 10100110 | 1100100 | 0 | 10011 | 110011 | 10011 | 100101 | 110100 | 111100 |
Color Harmonies of #CEA664
Complementary color
Monochromatic Colors of #CEA664
Black with #CEA664
Text Example
Text Example
White with #CEA664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA664; }
p { color: rgb(206,166,100); }
H1.HeaderClassName
{
color: #CEA664;
}
.AnyTagClassName
{
color: #CEA664;
}
</style>
background-color css
<style>
a { background-color: #CEA664; }
a { background-color: rgb(206,166,100); }
div.DivClassName
{
background-color: #CEA664;
}
.BgClassName
{
background-color: #CEA664;
}
</style>
border-color css
<style>
span { border-color: #CEA664; }
span { border-color: rgb(206,166,100); }
td.TdClassName
{
border-color: #CEA664;
}
.TagClassName
{
border-color: #CEA664;
}
</style>