Shades of Apache #CEA662
Tints of Apache #CEA662
RGB
CMYK
RGB Variations
Color information
#CEA662 (or 0xCEA662) is known color: Apache. HEX triplet: CE, A6 and 62. RGB value is (206,166,98). Sum of RGB (Red+Green+Blue) = 206+166+98=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA662 is #31599D. Grayscale: #AAAAAA. Windows color (decimal): -3234206 or 6465230. OLE color: 6465230.
HSL color Cylindrical-coordinate representation of color #CEA662: hue angle of 37.78º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEA662 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 98 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.19 |
| HSL | 37.78º | 0.52% | 0.6% | - |
| HSV(B) | 37.78º | 0.52% | 0.81% | - |
| XYZ | 41.29 | 41.28 | 17.35 | - |
| YUV | 170.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 98 | 0 | 0.19 | 0.52 | 0.19 | 37.78 | 0.52 | 0.6 |
| Hex | CE | A6 | 62 | 0 | 13 | 34 | 13 | 26 | 34 | 3C |
| Octal | 316 | 246 | 142 | 0 | 23 | 64 | 23 | 46 | 64 | 74 |
| Binary | 11001110 | 10100110 | 1100010 | 0 | 10011 | 110100 | 10011 | 100110 | 110100 | 111100 |
Color Harmonies of #CEA662
Complementary color
Monochromatic Colors of #CEA662
Black with #CEA662
Text Example
Text Example
White with #CEA662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA662; }
p { color: rgb(206,166,98); }
H1.HeaderClassName
{
color: #CEA662;
}
.AnyTagClassName
{
color: #CEA662;
}
</style>
background-color css
<style>
a { background-color: #CEA662; }
a { background-color: rgb(206,166,98); }
div.DivClassName
{
background-color: #CEA662;
}
.BgClassName
{
background-color: #CEA662;
}
</style>
border-color css
<style>
span { border-color: #CEA662; }
span { border-color: rgb(206,166,98); }
td.TdClassName
{
border-color: #CEA662;
}
.TagClassName
{
border-color: #CEA662;
}
</style>