Shades of Apache #CEA166
Tints of Apache #CEA166
RGB
CMYK
RGB Variations
Color information
#CEA166 (or 0xCEA166) is known color: Apache. HEX triplet: CE, A1 and 66. RGB value is (206,161,102). Sum of RGB (Red+Green+Blue) = 206+161+102=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA166 is #315E99. Grayscale: #A8A8A8. Windows color (decimal): -3235482 or 6726094. OLE color: 6726094.
HSL color Cylindrical-coordinate representation of color #CEA166: hue angle of 34.04º 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 #CEA166 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 102 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.19 |
| HSL | 34.04º | 0.51% | 0.6% | - |
| HSV(B) | 34.04º | 0.5% | 0.81% | - |
| XYZ | 40.6 | 39.57 | 18.07 | - |
| YUV | 167.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 102 | 0 | 0.22 | 0.50 | 0.19 | 34.04 | 0.51 | 0.6 |
| Hex | CE | A1 | 66 | 0 | 16 | 32 | 13 | 22 | 33 | 3C |
| Octal | 316 | 241 | 146 | 0 | 26 | 62 | 23 | 42 | 63 | 74 |
| Binary | 11001110 | 10100001 | 1100110 | 0 | 10110 | 110010 | 10011 | 100010 | 110011 | 111100 |
Color Harmonies of #CEA166
Complementary color
Monochromatic Colors of #CEA166
Black with #CEA166
Text Example
Text Example
White with #CEA166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA166; }
p { color: rgb(206,161,102); }
H1.HeaderClassName
{
color: #CEA166;
}
.AnyTagClassName
{
color: #CEA166;
}
</style>
background-color css
<style>
a { background-color: #CEA166; }
a { background-color: rgb(206,161,102); }
div.DivClassName
{
background-color: #CEA166;
}
.BgClassName
{
background-color: #CEA166;
}
</style>
border-color css
<style>
span { border-color: #CEA166; }
span { border-color: rgb(206,161,102); }
td.TdClassName
{
border-color: #CEA166;
}
.TagClassName
{
border-color: #CEA166;
}
</style>