Shades of Apache #CEA359
Tints of Apache #CEA359
RGB
CMYK
RGB Variations
Color information
#CEA359 (or 0xCEA359) is known color: Apache. HEX triplet: CE, A3 and 59. RGB value is (206,163,89). Sum of RGB (Red+Green+Blue) = 206+163+89=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA359 is #315CA6. Grayscale: #A7A7A7. Windows color (decimal): -3234983 or 5874638. OLE color: 5874638.
HSL color Cylindrical-coordinate representation of color #CEA359: hue angle of 37.95º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEA359 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 89 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.19 |
| HSL | 37.95º | 0.54% | 0.58% | - |
| HSV(B) | 37.95º | 0.57% | 0.81% | - |
| XYZ | 40.35 | 40.04 | 15.05 | - |
| YUV | 167.42 | 83.75 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 89 | 0 | 0.21 | 0.57 | 0.19 | 37.95 | 0.54 | 0.58 |
| Hex | CE | A3 | 59 | 0 | 15 | 39 | 13 | 26 | 36 | 3A |
| Octal | 316 | 243 | 131 | 0 | 25 | 71 | 23 | 46 | 66 | 72 |
| Binary | 11001110 | 10100011 | 1011001 | 0 | 10101 | 111001 | 10011 | 100110 | 110110 | 111010 |
Color Harmonies of #CEA359
Complementary color
Monochromatic Colors of #CEA359
Black with #CEA359
Text Example
Text Example
White with #CEA359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA359; }
p { color: rgb(206,163,89); }
H1.HeaderClassName
{
color: #CEA359;
}
.AnyTagClassName
{
color: #CEA359;
}
</style>
background-color css
<style>
a { background-color: #CEA359; }
a { background-color: rgb(206,163,89); }
div.DivClassName
{
background-color: #CEA359;
}
.BgClassName
{
background-color: #CEA359;
}
</style>
border-color css
<style>
span { border-color: #CEA359; }
span { border-color: rgb(206,163,89); }
td.TdClassName
{
border-color: #CEA359;
}
.TagClassName
{
border-color: #CEA359;
}
</style>