Shades of Apache #CEA464
Tints of Apache #CEA464
RGB
CMYK
RGB Variations
Color information
#CEA464 (or 0xCEA464) is known color: Apache. HEX triplet: CE, A4 and 64. RGB value is (206,164,100). Sum of RGB (Red+Green+Blue) = 206+164+100=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 100 (39.45% from 255 or 21.28% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA464 is #315B9B. Grayscale: #A9A9A9. Windows color (decimal): -3234716 or 6595790. OLE color: 6595790.
HSL color Cylindrical-coordinate representation of color #CEA464: hue angle of 36.23º 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 #CEA464 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 100 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.19 |
| HSL | 36.23º | 0.52% | 0.6% | - |
| HSV(B) | 36.23º | 0.51% | 0.81% | - |
| XYZ | 41.03 | 40.59 | 17.73 | - |
| YUV | 169.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 100 | 0 | 0.20 | 0.51 | 0.19 | 36.23 | 0.52 | 0.6 |
| Hex | CE | A4 | 64 | 0 | 14 | 33 | 13 | 24 | 34 | 3C |
| Octal | 316 | 244 | 144 | 0 | 24 | 63 | 23 | 44 | 64 | 74 |
| Binary | 11001110 | 10100100 | 1100100 | 0 | 10100 | 110011 | 10011 | 100100 | 110100 | 111100 |
Color Harmonies of #CEA464
Complementary color
Monochromatic Colors of #CEA464
Black with #CEA464
Text Example
Text Example
White with #CEA464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA464; }
p { color: rgb(206,164,100); }
H1.HeaderClassName
{
color: #CEA464;
}
.AnyTagClassName
{
color: #CEA464;
}
</style>
background-color css
<style>
a { background-color: #CEA464; }
a { background-color: rgb(206,164,100); }
div.DivClassName
{
background-color: #CEA464;
}
.BgClassName
{
background-color: #CEA464;
}
</style>
border-color css
<style>
span { border-color: #CEA464; }
span { border-color: rgb(206,164,100); }
td.TdClassName
{
border-color: #CEA464;
}
.TagClassName
{
border-color: #CEA464;
}
</style>