Shades of Apache #CEA959
Tints of Apache #CEA959
RGB
CMYK
RGB Variations
Color information
#CEA959 (or 0xCEA959) is known color: Apache. HEX triplet: CE, A9 and 59. RGB value is (206,169,89). Sum of RGB (Red+Green+Blue) = 206+169+89=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA959 is #3156A6. Grayscale: #ABABAB. Windows color (decimal): -3233447 or 5876174. OLE color: 5876174.
HSL color Cylindrical-coordinate representation of color #CEA959: hue angle of 41.03º 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 #CEA959 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 89 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.19 |
| HSL | 41.03º | 0.54% | 0.58% | - |
| HSV(B) | 41.03º | 0.57% | 0.81% | - |
| XYZ | 41.44 | 42.22 | 15.42 | - |
| YUV | 170.94 | 81.76 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 89 | 0 | 0.18 | 0.57 | 0.19 | 41.03 | 0.54 | 0.58 |
| Hex | CE | A9 | 59 | 0 | 12 | 39 | 13 | 29 | 36 | 3A |
| Octal | 316 | 251 | 131 | 0 | 22 | 71 | 23 | 51 | 66 | 72 |
| Binary | 11001110 | 10101001 | 1011001 | 0 | 10010 | 111001 | 10011 | 101001 | 110110 | 111010 |
Color Harmonies of #CEA959
Complementary color
Monochromatic Colors of #CEA959
Black with #CEA959
Text Example
Text Example
White with #CEA959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA959; }
p { color: rgb(206,169,89); }
H1.HeaderClassName
{
color: #CEA959;
}
.AnyTagClassName
{
color: #CEA959;
}
</style>
background-color css
<style>
a { background-color: #CEA959; }
a { background-color: rgb(206,169,89); }
div.DivClassName
{
background-color: #CEA959;
}
.BgClassName
{
background-color: #CEA959;
}
</style>
border-color css
<style>
span { border-color: #CEA959; }
span { border-color: rgb(206,169,89); }
td.TdClassName
{
border-color: #CEA959;
}
.TagClassName
{
border-color: #CEA959;
}
</style>