Shades of Apache #CE9C55
Tints of Apache #CE9C55
RGB
CMYK
RGB Variations
Color information
#CE9C55 (or 0xCE9C55) is known color: Apache. HEX triplet: CE, 9C and 55. RGB value is (206,156,85). Sum of RGB (Red+Green+Blue) = 206+156+85=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9C55 is #3163AA. Grayscale: #A3A3A3. Windows color (decimal): -3236779 or 5610702. OLE color: 5610702.
HSL color Cylindrical-coordinate representation of color #CE9C55: hue angle of 35.21º 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 #CE9C55 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 85 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.19 |
| HSL | 35.21º | 0.55% | 0.57% | - |
| HSV(B) | 35.21º | 0.59% | 0.81% | - |
| XYZ | 38.98 | 37.55 | 13.79 | - |
| YUV | 162.86 | 84.07 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 85 | 0 | 0.24 | 0.59 | 0.19 | 35.21 | 0.55 | 0.57 |
| Hex | CE | 9C | 55 | 0 | 18 | 3B | 13 | 23 | 37 | 39 |
| Octal | 316 | 234 | 125 | 0 | 30 | 73 | 23 | 43 | 67 | 71 |
| Binary | 11001110 | 10011100 | 1010101 | 0 | 11000 | 111011 | 10011 | 100011 | 110111 | 111001 |
Color Harmonies of #CE9C55
Complementary color
Monochromatic Colors of #CE9C55
Black with #CE9C55
Text Example
Text Example
White with #CE9C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C55; }
p { color: rgb(206,156,85); }
H1.HeaderClassName
{
color: #CE9C55;
}
.AnyTagClassName
{
color: #CE9C55;
}
</style>
background-color css
<style>
a { background-color: #CE9C55; }
a { background-color: rgb(206,156,85); }
div.DivClassName
{
background-color: #CE9C55;
}
.BgClassName
{
background-color: #CE9C55;
}
</style>
border-color css
<style>
span { border-color: #CE9C55; }
span { border-color: rgb(206,156,85); }
td.TdClassName
{
border-color: #CE9C55;
}
.TagClassName
{
border-color: #CE9C55;
}
</style>