Shades of Apache #CEA954
Tints of Apache #CEA954
RGB
CMYK
RGB Variations
Color information
#CEA954 (or 0xCEA954) is known color: Apache. HEX triplet: CE, A9 and 54. RGB value is (206,169,84). Sum of RGB (Red+Green+Blue) = 206+169+84=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 84 (33.20% from 255 or 18.30% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA954 is #3156AB. Grayscale: #AAAAAA. Windows color (decimal): -3233452 or 5548494. OLE color: 5548494.
HSL color Cylindrical-coordinate representation of color #CEA954: hue angle of 41.8º 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 #CEA954 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 84 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.19 |
| HSL | 41.8º | 0.55% | 0.57% | - |
| HSV(B) | 41.8º | 0.59% | 0.81% | - |
| XYZ | 41.24 | 42.14 | 14.35 | - |
| YUV | 170.37 | 79.26 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 84 | 0 | 0.18 | 0.59 | 0.19 | 41.8 | 0.55 | 0.57 |
| Hex | CE | A9 | 54 | 0 | 12 | 3B | 13 | 2A | 37 | 39 |
| Octal | 316 | 251 | 124 | 0 | 22 | 73 | 23 | 52 | 67 | 71 |
| Binary | 11001110 | 10101001 | 1010100 | 0 | 10010 | 111011 | 10011 | 101010 | 110111 | 111001 |
Color Harmonies of #CEA954
Complementary color
Monochromatic Colors of #CEA954
Black with #CEA954
Text Example
Text Example
White with #CEA954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA954; }
p { color: rgb(206,169,84); }
H1.HeaderClassName
{
color: #CEA954;
}
.AnyTagClassName
{
color: #CEA954;
}
</style>
background-color css
<style>
a { background-color: #CEA954; }
a { background-color: rgb(206,169,84); }
div.DivClassName
{
background-color: #CEA954;
}
.BgClassName
{
background-color: #CEA954;
}
</style>
border-color css
<style>
span { border-color: #CEA954; }
span { border-color: rgb(206,169,84); }
td.TdClassName
{
border-color: #CEA954;
}
.TagClassName
{
border-color: #CEA954;
}
</style>