Shades of Apache #CEA766
Tints of Apache #CEA766
RGB
CMYK
RGB Variations
Color information
#CEA766 (or 0xCEA766) is known color: Apache. HEX triplet: CE, A7 and 66. RGB value is (206,167,102). Sum of RGB (Red+Green+Blue) = 206+167+102=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA766 is #315899. Grayscale: #ABABAB. Windows color (decimal): -3233946 or 6727630. OLE color: 6727630.
HSL color Cylindrical-coordinate representation of color #CEA766: hue angle of 37.5º 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 #CEA766 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 102 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.19 |
| HSL | 37.5º | 0.51% | 0.6% | - |
| HSV(B) | 37.5º | 0.5% | 0.81% | - |
| XYZ | 41.67 | 41.72 | 18.43 | - |
| YUV | 171.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 102 | 0 | 0.19 | 0.50 | 0.19 | 37.5 | 0.51 | 0.6 |
| Hex | CE | A7 | 66 | 0 | 13 | 32 | 13 | 26 | 33 | 3C |
| Octal | 316 | 247 | 146 | 0 | 23 | 62 | 23 | 46 | 63 | 74 |
| Binary | 11001110 | 10100111 | 1100110 | 0 | 10011 | 110010 | 10011 | 100110 | 110011 | 111100 |
Color Harmonies of #CEA766
Complementary color
Monochromatic Colors of #CEA766
Black with #CEA766
Text Example
Text Example
White with #CEA766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA766; }
p { color: rgb(206,167,102); }
H1.HeaderClassName
{
color: #CEA766;
}
.AnyTagClassName
{
color: #CEA766;
}
</style>
background-color css
<style>
a { background-color: #CEA766; }
a { background-color: rgb(206,167,102); }
div.DivClassName
{
background-color: #CEA766;
}
.BgClassName
{
background-color: #CEA766;
}
</style>
border-color css
<style>
span { border-color: #CEA766; }
span { border-color: rgb(206,167,102); }
td.TdClassName
{
border-color: #CEA766;
}
.TagClassName
{
border-color: #CEA766;
}
</style>