Shades of Apache #CEA460
Tints of Apache #CEA460
RGB
CMYK
RGB Variations
Color information
#CEA460 (or 0xCEA460) is known color: Apache. HEX triplet: CE, A4 and 60. RGB value is (206,164,96). Sum of RGB (Red+Green+Blue) = 206+164+96=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA460 is #315B9F. Grayscale: #A9A9A9. Windows color (decimal): -3234720 or 6333646. OLE color: 6333646.
HSL color Cylindrical-coordinate representation of color #CEA460: hue angle of 37.09º 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 #CEA460 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 96 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.19 |
| HSL | 37.09º | 0.53% | 0.59% | - |
| HSV(B) | 37.09º | 0.53% | 0.81% | - |
| XYZ | 40.84 | 40.52 | 16.73 | - |
| YUV | 168.81 | 86.91 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 96 | 0 | 0.20 | 0.53 | 0.19 | 37.09 | 0.53 | 0.59 |
| Hex | CE | A4 | 60 | 0 | 14 | 35 | 13 | 25 | 35 | 3B |
| Octal | 316 | 244 | 140 | 0 | 24 | 65 | 23 | 45 | 65 | 73 |
| Binary | 11001110 | 10100100 | 1100000 | 0 | 10100 | 110101 | 10011 | 100101 | 110101 | 111011 |
Color Harmonies of #CEA460
Complementary color
Monochromatic Colors of #CEA460
Black with #CEA460
Text Example
Text Example
White with #CEA460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA460; }
p { color: rgb(206,164,96); }
H1.HeaderClassName
{
color: #CEA460;
}
.AnyTagClassName
{
color: #CEA460;
}
</style>
background-color css
<style>
a { background-color: #CEA460; }
a { background-color: rgb(206,164,96); }
div.DivClassName
{
background-color: #CEA460;
}
.BgClassName
{
background-color: #CEA460;
}
</style>
border-color css
<style>
span { border-color: #CEA460; }
span { border-color: rgb(206,164,96); }
td.TdClassName
{
border-color: #CEA460;
}
.TagClassName
{
border-color: #CEA460;
}
</style>