Shades of Apache #CEA564
Tints of Apache #CEA564
RGB
CMYK
RGB Variations
Color information
#CEA564 (or 0xCEA564) is known color: Apache. HEX triplet: CE, A5 and 64. RGB value is (206,165,100). Sum of RGB (Red+Green+Blue) = 206+165+100=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA564 is #315A9B. Grayscale: #AAAAAA. Windows color (decimal): -3234460 or 6596046. OLE color: 6596046.
HSL color Cylindrical-coordinate representation of color #CEA564: hue angle of 36.79º 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 #CEA564 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 100 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.19 |
| HSL | 36.79º | 0.52% | 0.6% | - |
| HSV(B) | 36.79º | 0.51% | 0.81% | - |
| XYZ | 41.21 | 40.95 | 17.79 | - |
| YUV | 169.85 | 88.58 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 100 | 0 | 0.20 | 0.51 | 0.19 | 36.79 | 0.52 | 0.6 |
| Hex | CE | A5 | 64 | 0 | 14 | 33 | 13 | 25 | 34 | 3C |
| Octal | 316 | 245 | 144 | 0 | 24 | 63 | 23 | 45 | 64 | 74 |
| Binary | 11001110 | 10100101 | 1100100 | 0 | 10100 | 110011 | 10011 | 100101 | 110100 | 111100 |
Color Harmonies of #CEA564
Complementary color
Monochromatic Colors of #CEA564
Black with #CEA564
Text Example
Text Example
White with #CEA564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA564; }
p { color: rgb(206,165,100); }
H1.HeaderClassName
{
color: #CEA564;
}
.AnyTagClassName
{
color: #CEA564;
}
</style>
background-color css
<style>
a { background-color: #CEA564; }
a { background-color: rgb(206,165,100); }
div.DivClassName
{
background-color: #CEA564;
}
.BgClassName
{
background-color: #CEA564;
}
</style>
border-color css
<style>
span { border-color: #CEA564; }
span { border-color: rgb(206,165,100); }
td.TdClassName
{
border-color: #CEA564;
}
.TagClassName
{
border-color: #CEA564;
}
</style>