Shades of Apache #CEA862
Tints of Apache #CEA862
RGB
CMYK
RGB Variations
Color information
#CEA862 (or 0xCEA862) is known color: Apache. HEX triplet: CE, A8 and 62. RGB value is (206,168,98). Sum of RGB (Red+Green+Blue) = 206+168+98=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA862 is #31579D. Grayscale: #ABABAB. Windows color (decimal): -3233694 or 6465742. OLE color: 6465742.
HSL color Cylindrical-coordinate representation of color #CEA862: hue angle of 38.89º 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 #CEA862 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 98 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.19 |
| HSL | 38.89º | 0.52% | 0.6% | - |
| HSV(B) | 38.89º | 0.52% | 0.81% | - |
| XYZ | 41.66 | 42.01 | 17.47 | - |
| YUV | 171.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 98 | 0 | 0.18 | 0.52 | 0.19 | 38.89 | 0.52 | 0.6 |
| Hex | CE | A8 | 62 | 0 | 12 | 34 | 13 | 27 | 34 | 3C |
| Octal | 316 | 250 | 142 | 0 | 22 | 64 | 23 | 47 | 64 | 74 |
| Binary | 11001110 | 10101000 | 1100010 | 0 | 10010 | 110100 | 10011 | 100111 | 110100 | 111100 |
Color Harmonies of #CEA862
Complementary color
Monochromatic Colors of #CEA862
Black with #CEA862
Text Example
Text Example
White with #CEA862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA862; }
p { color: rgb(206,168,98); }
H1.HeaderClassName
{
color: #CEA862;
}
.AnyTagClassName
{
color: #CEA862;
}
</style>
background-color css
<style>
a { background-color: #CEA862; }
a { background-color: rgb(206,168,98); }
div.DivClassName
{
background-color: #CEA862;
}
.BgClassName
{
background-color: #CEA862;
}
</style>
border-color css
<style>
span { border-color: #CEA862; }
span { border-color: rgb(206,168,98); }
td.TdClassName
{
border-color: #CEA862;
}
.TagClassName
{
border-color: #CEA862;
}
</style>