Shades of Apache #CEA063
Tints of Apache #CEA063
RGB
CMYK
RGB Variations
Color information
#CEA063 (or 0xCEA063) is known color: Apache. HEX triplet: CE, A0 and 63. RGB value is (206,160,99). Sum of RGB (Red+Green+Blue) = 206+160+99=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA063 is #315F9C. Grayscale: #A7A7A7. Windows color (decimal): -3235741 or 6529230. OLE color: 6529230.
HSL color Cylindrical-coordinate representation of color #CEA063: hue angle of 34.21º 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 #CEA063 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 99 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.19 |
| HSL | 34.21º | 0.52% | 0.6% | - |
| HSV(B) | 34.21º | 0.52% | 0.81% | - |
| XYZ | 40.28 | 39.16 | 17.24 | - |
| YUV | 166.8 | 89.74 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 99 | 0 | 0.22 | 0.52 | 0.19 | 34.21 | 0.52 | 0.6 |
| Hex | CE | A0 | 63 | 0 | 16 | 34 | 13 | 22 | 34 | 3C |
| Octal | 316 | 240 | 143 | 0 | 26 | 64 | 23 | 42 | 64 | 74 |
| Binary | 11001110 | 10100000 | 1100011 | 0 | 10110 | 110100 | 10011 | 100010 | 110100 | 111100 |
Color Harmonies of #CEA063
Complementary color
Monochromatic Colors of #CEA063
Black with #CEA063
Text Example
Text Example
White with #CEA063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA063; }
p { color: rgb(206,160,99); }
H1.HeaderClassName
{
color: #CEA063;
}
.AnyTagClassName
{
color: #CEA063;
}
</style>
background-color css
<style>
a { background-color: #CEA063; }
a { background-color: rgb(206,160,99); }
div.DivClassName
{
background-color: #CEA063;
}
.BgClassName
{
background-color: #CEA063;
}
</style>
border-color css
<style>
span { border-color: #CEA063; }
span { border-color: rgb(206,160,99); }
td.TdClassName
{
border-color: #CEA063;
}
.TagClassName
{
border-color: #CEA063;
}
</style>