Shades of Apache #CEA266
Tints of Apache #CEA266
RGB
CMYK
RGB Variations
Color information
#CEA266 (or 0xCEA266) is known color: Apache. HEX triplet: CE, A2 and 66. RGB value is (206,162,102). Sum of RGB (Red+Green+Blue) = 206+162+102=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA266 is #315D99. Grayscale: #A8A8A8. Windows color (decimal): -3235226 or 6726350. OLE color: 6726350.
HSL color Cylindrical-coordinate representation of color #CEA266: hue angle of 34.62º 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 #CEA266 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 102 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.19 |
| HSL | 34.62º | 0.51% | 0.6% | - |
| HSV(B) | 34.62º | 0.5% | 0.81% | - |
| XYZ | 40.77 | 39.92 | 18.13 | - |
| YUV | 168.32 | 90.58 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 102 | 0 | 0.21 | 0.50 | 0.19 | 34.62 | 0.51 | 0.6 |
| Hex | CE | A2 | 66 | 0 | 15 | 32 | 13 | 23 | 33 | 3C |
| Octal | 316 | 242 | 146 | 0 | 25 | 62 | 23 | 43 | 63 | 74 |
| Binary | 11001110 | 10100010 | 1100110 | 0 | 10101 | 110010 | 10011 | 100011 | 110011 | 111100 |
Color Harmonies of #CEA266
Complementary color
Monochromatic Colors of #CEA266
Black with #CEA266
Text Example
Text Example
White with #CEA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA266; }
p { color: rgb(206,162,102); }
H1.HeaderClassName
{
color: #CEA266;
}
.AnyTagClassName
{
color: #CEA266;
}
</style>
background-color css
<style>
a { background-color: #CEA266; }
a { background-color: rgb(206,162,102); }
div.DivClassName
{
background-color: #CEA266;
}
.BgClassName
{
background-color: #CEA266;
}
</style>
border-color css
<style>
span { border-color: #CEA266; }
span { border-color: rgb(206,162,102); }
td.TdClassName
{
border-color: #CEA266;
}
.TagClassName
{
border-color: #CEA266;
}
</style>