Shades of Apache #CEA054
Tints of Apache #CEA054
RGB
CMYK
RGB Variations
Color information
#CEA054 (or 0xCEA054) is known color: Apache. HEX triplet: CE, A0 and 54. RGB value is (206,160,84). Sum of RGB (Red+Green+Blue) = 206+160+84=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 84 (33.20% from 255 or 18.67% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA054 is #315FAB. Grayscale: #A5A5A5. Windows color (decimal): -3235756 or 5546190. OLE color: 5546190.
HSL color Cylindrical-coordinate representation of color #CEA054: hue angle of 37.38º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEA054 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 84 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.19 |
| HSL | 37.38º | 0.55% | 0.57% | - |
| HSV(B) | 37.38º | 0.59% | 0.81% | - |
| XYZ | 39.62 | 38.9 | 13.81 | - |
| YUV | 165.09 | 82.24 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 84 | 0 | 0.22 | 0.59 | 0.19 | 37.38 | 0.55 | 0.57 |
| Hex | CE | A0 | 54 | 0 | 16 | 3B | 13 | 25 | 37 | 39 |
| Octal | 316 | 240 | 124 | 0 | 26 | 73 | 23 | 45 | 67 | 71 |
| Binary | 11001110 | 10100000 | 1010100 | 0 | 10110 | 111011 | 10011 | 100101 | 110111 | 111001 |
Color Harmonies of #CEA054
Complementary color
Monochromatic Colors of #CEA054
Black with #CEA054
Text Example
Text Example
White with #CEA054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA054; }
p { color: rgb(206,160,84); }
H1.HeaderClassName
{
color: #CEA054;
}
.AnyTagClassName
{
color: #CEA054;
}
</style>
background-color css
<style>
a { background-color: #CEA054; }
a { background-color: rgb(206,160,84); }
div.DivClassName
{
background-color: #CEA054;
}
.BgClassName
{
background-color: #CEA054;
}
</style>
border-color css
<style>
span { border-color: #CEA054; }
span { border-color: rgb(206,160,84); }
td.TdClassName
{
border-color: #CEA054;
}
.TagClassName
{
border-color: #CEA054;
}
</style>