Shades of Apache #CEA060
Tints of Apache #CEA060
RGB
CMYK
RGB Variations
Color information
#CEA060 (or 0xCEA060) is known color: Apache. HEX triplet: CE, A0 and 60. RGB value is (206,160,96). Sum of RGB (Red+Green+Blue) = 206+160+96=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA060 is #315F9F. Grayscale: #A6A6A6. Windows color (decimal): -3235744 or 6332622. OLE color: 6332622.
HSL color Cylindrical-coordinate representation of color #CEA060: hue angle of 34.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEA060 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 96 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.19 |
| HSL | 34.91º | 0.53% | 0.59% | - |
| HSV(B) | 34.91º | 0.53% | 0.81% | - |
| XYZ | 40.14 | 39.11 | 16.5 | - |
| YUV | 166.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 96 | 0 | 0.22 | 0.53 | 0.19 | 34.91 | 0.53 | 0.59 |
| Hex | CE | A0 | 60 | 0 | 16 | 35 | 13 | 23 | 35 | 3B |
| Octal | 316 | 240 | 140 | 0 | 26 | 65 | 23 | 43 | 65 | 73 |
| Binary | 11001110 | 10100000 | 1100000 | 0 | 10110 | 110101 | 10011 | 100011 | 110101 | 111011 |
Color Harmonies of #CEA060
Complementary color
Monochromatic Colors of #CEA060
Black with #CEA060
Text Example
Text Example
White with #CEA060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA060; }
p { color: rgb(206,160,96); }
H1.HeaderClassName
{
color: #CEA060;
}
.AnyTagClassName
{
color: #CEA060;
}
</style>
background-color css
<style>
a { background-color: #CEA060; }
a { background-color: rgb(206,160,96); }
div.DivClassName
{
background-color: #CEA060;
}
.BgClassName
{
background-color: #CEA060;
}
</style>
border-color css
<style>
span { border-color: #CEA060; }
span { border-color: rgb(206,160,96); }
td.TdClassName
{
border-color: #CEA060;
}
.TagClassName
{
border-color: #CEA060;
}
</style>