Shades of Apache #CE9C56
Tints of Apache #CE9C56
RGB
CMYK
RGB Variations
Color information
#CE9C56 (or 0xCE9C56) is known color: Apache. HEX triplet: CE, 9C and 56. RGB value is (206,156,86). Sum of RGB (Red+Green+Blue) = 206+156+86=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9C56 is #3163A9. Grayscale: #A3A3A3. Windows color (decimal): -3236778 or 5676238. OLE color: 5676238.
HSL color Cylindrical-coordinate representation of color #CE9C56: hue angle of 35º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE9C56 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 86 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.19 |
| HSL | 35º | 0.55% | 0.57% | - |
| HSV(B) | 35º | 0.58% | 0.81% | - |
| XYZ | 39.02 | 37.57 | 14 | - |
| YUV | 162.97 | 84.57 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 86 | 0 | 0.24 | 0.58 | 0.19 | 35 | 0.55 | 0.57 |
| Hex | CE | 9C | 56 | 0 | 18 | 3A | 13 | 23 | 37 | 39 |
| Octal | 316 | 234 | 126 | 0 | 30 | 72 | 23 | 43 | 67 | 71 |
| Binary | 11001110 | 10011100 | 1010110 | 0 | 11000 | 111010 | 10011 | 100011 | 110111 | 111001 |
Color Harmonies of #CE9C56
Complementary color
Monochromatic Colors of #CE9C56
Black with #CE9C56
Text Example
Text Example
White with #CE9C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C56; }
p { color: rgb(206,156,86); }
H1.HeaderClassName
{
color: #CE9C56;
}
.AnyTagClassName
{
color: #CE9C56;
}
</style>
background-color css
<style>
a { background-color: #CE9C56; }
a { background-color: rgb(206,156,86); }
div.DivClassName
{
background-color: #CE9C56;
}
.BgClassName
{
background-color: #CE9C56;
}
</style>
border-color css
<style>
span { border-color: #CE9C56; }
span { border-color: rgb(206,156,86); }
td.TdClassName
{
border-color: #CE9C56;
}
.TagClassName
{
border-color: #CE9C56;
}
</style>