Shades of Apache #CEA364
Tints of Apache #CEA364
RGB
CMYK
RGB Variations
Color information
#CEA364 (or 0xCEA364) is known color: Apache. HEX triplet: CE, A3 and 64. RGB value is (206,163,100). Sum of RGB (Red+Green+Blue) = 206+163+100=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA364 is #315C9B. Grayscale: #A8A8A8. Windows color (decimal): -3234972 or 6595534. OLE color: 6595534.
HSL color Cylindrical-coordinate representation of color #CEA364: hue angle of 35.66º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEA364 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 100 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.19 |
| HSL | 35.66º | 0.52% | 0.6% | - |
| HSV(B) | 35.66º | 0.51% | 0.81% | - |
| XYZ | 40.85 | 40.24 | 17.67 | - |
| YUV | 168.68 | 89.25 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 100 | 0 | 0.21 | 0.51 | 0.19 | 35.66 | 0.52 | 0.6 |
| Hex | CE | A3 | 64 | 0 | 15 | 33 | 13 | 24 | 34 | 3C |
| Octal | 316 | 243 | 144 | 0 | 25 | 63 | 23 | 44 | 64 | 74 |
| Binary | 11001110 | 10100011 | 1100100 | 0 | 10101 | 110011 | 10011 | 100100 | 110100 | 111100 |
Color Harmonies of #CEA364
Complementary color
Monochromatic Colors of #CEA364
Black with #CEA364
Text Example
Text Example
White with #CEA364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA364; }
p { color: rgb(206,163,100); }
H1.HeaderClassName
{
color: #CEA364;
}
.AnyTagClassName
{
color: #CEA364;
}
</style>
background-color css
<style>
a { background-color: #CEA364; }
a { background-color: rgb(206,163,100); }
div.DivClassName
{
background-color: #CEA364;
}
.BgClassName
{
background-color: #CEA364;
}
</style>
border-color css
<style>
span { border-color: #CEA364; }
span { border-color: rgb(206,163,100); }
td.TdClassName
{
border-color: #CEA364;
}
.TagClassName
{
border-color: #CEA364;
}
</style>