Shades of Apache #CEA065
Tints of Apache #CEA065
RGB
CMYK
RGB Variations
Color information
#CEA065 (or 0xCEA065) is known color: Apache. HEX triplet: CE, A0 and 65. RGB value is (206,160,101). Sum of RGB (Red+Green+Blue) = 206+160+101=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA065 is #315F9A. Grayscale: #A7A7A7. Windows color (decimal): -3235739 or 6660302. OLE color: 6660302.
HSL color Cylindrical-coordinate representation of color #CEA065: hue angle of 33.71º 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 #CEA065 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 101 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.19 |
| HSL | 33.71º | 0.52% | 0.6% | - |
| HSV(B) | 33.71º | 0.51% | 0.81% | - |
| XYZ | 40.37 | 39.2 | 17.75 | - |
| YUV | 167.03 | 90.74 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 101 | 0 | 0.22 | 0.51 | 0.19 | 33.71 | 0.52 | 0.6 |
| Hex | CE | A0 | 65 | 0 | 16 | 33 | 13 | 22 | 34 | 3C |
| Octal | 316 | 240 | 145 | 0 | 26 | 63 | 23 | 42 | 64 | 74 |
| Binary | 11001110 | 10100000 | 1100101 | 0 | 10110 | 110011 | 10011 | 100010 | 110100 | 111100 |
Color Harmonies of #CEA065
Complementary color
Monochromatic Colors of #CEA065
Black with #CEA065
Text Example
Text Example
White with #CEA065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA065; }
p { color: rgb(206,160,101); }
H1.HeaderClassName
{
color: #CEA065;
}
.AnyTagClassName
{
color: #CEA065;
}
</style>
background-color css
<style>
a { background-color: #CEA065; }
a { background-color: rgb(206,160,101); }
div.DivClassName
{
background-color: #CEA065;
}
.BgClassName
{
background-color: #CEA065;
}
</style>
border-color css
<style>
span { border-color: #CEA065; }
span { border-color: rgb(206,160,101); }
td.TdClassName
{
border-color: #CEA065;
}
.TagClassName
{
border-color: #CEA065;
}
</style>