Shades of Apache #CEA863
Tints of Apache #CEA863
RGB
CMYK
RGB Variations
Color information
#CEA863 (or 0xCEA863) is known color: Apache. HEX triplet: CE, A8 and 63. RGB value is (206,168,99). Sum of RGB (Red+Green+Blue) = 206+168+99=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA863 is #31579C. Grayscale: #ABABAB. Windows color (decimal): -3233693 or 6531278. OLE color: 6531278.
HSL color Cylindrical-coordinate representation of color #CEA863: hue angle of 38.69º 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 #CEA863 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 99 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.19 |
| HSL | 38.69º | 0.52% | 0.6% | - |
| HSV(B) | 38.69º | 0.52% | 0.81% | - |
| XYZ | 41.71 | 42.03 | 17.72 | - |
| YUV | 171.5 | 87.09 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 99 | 0 | 0.18 | 0.52 | 0.19 | 38.69 | 0.52 | 0.6 |
| Hex | CE | A8 | 63 | 0 | 12 | 34 | 13 | 27 | 34 | 3C |
| Octal | 316 | 250 | 143 | 0 | 22 | 64 | 23 | 47 | 64 | 74 |
| Binary | 11001110 | 10101000 | 1100011 | 0 | 10010 | 110100 | 10011 | 100111 | 110100 | 111100 |
Color Harmonies of #CEA863
Complementary color
Monochromatic Colors of #CEA863
Black with #CEA863
Text Example
Text Example
White with #CEA863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA863; }
p { color: rgb(206,168,99); }
H1.HeaderClassName
{
color: #CEA863;
}
.AnyTagClassName
{
color: #CEA863;
}
</style>
background-color css
<style>
a { background-color: #CEA863; }
a { background-color: rgb(206,168,99); }
div.DivClassName
{
background-color: #CEA863;
}
.BgClassName
{
background-color: #CEA863;
}
</style>
border-color css
<style>
span { border-color: #CEA863; }
span { border-color: rgb(206,168,99); }
td.TdClassName
{
border-color: #CEA863;
}
.TagClassName
{
border-color: #CEA863;
}
</style>