Shades of Apache #CEA666
Tints of Apache #CEA666
RGB
CMYK
RGB Variations
Color information
#CEA666 (or 0xCEA666) is known color: Apache. HEX triplet: CE, A6 and 66. RGB value is (206,166,102). Sum of RGB (Red+Green+Blue) = 206+166+102=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA666 is #315999. Grayscale: #AAAAAA. Windows color (decimal): -3234202 or 6727374. OLE color: 6727374.
HSL color Cylindrical-coordinate representation of color #CEA666: hue angle of 36.92º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEA666 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 102 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.19 |
| HSL | 36.92º | 0.51% | 0.6% | - |
| HSV(B) | 36.92º | 0.5% | 0.81% | - |
| XYZ | 41.49 | 41.35 | 18.37 | - |
| YUV | 170.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 102 | 0 | 0.19 | 0.50 | 0.19 | 36.92 | 0.51 | 0.6 |
| Hex | CE | A6 | 66 | 0 | 13 | 32 | 13 | 25 | 33 | 3C |
| Octal | 316 | 246 | 146 | 0 | 23 | 62 | 23 | 45 | 63 | 74 |
| Binary | 11001110 | 10100110 | 1100110 | 0 | 10011 | 110010 | 10011 | 100101 | 110011 | 111100 |
Color Harmonies of #CEA666
Complementary color
Monochromatic Colors of #CEA666
Black with #CEA666
Text Example
Text Example
White with #CEA666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA666; }
p { color: rgb(206,166,102); }
H1.HeaderClassName
{
color: #CEA666;
}
.AnyTagClassName
{
color: #CEA666;
}
</style>
background-color css
<style>
a { background-color: #CEA666; }
a { background-color: rgb(206,166,102); }
div.DivClassName
{
background-color: #CEA666;
}
.BgClassName
{
background-color: #CEA666;
}
</style>
border-color css
<style>
span { border-color: #CEA666; }
span { border-color: rgb(206,166,102); }
td.TdClassName
{
border-color: #CEA666;
}
.TagClassName
{
border-color: #CEA666;
}
</style>