Shades of Apache #CE9F53
Tints of Apache #CE9F53
RGB
CMYK
RGB Variations
Color information
#CE9F53 (or 0xCE9F53) is known color: Apache. HEX triplet: CE, 9F and 53. RGB value is (206,159,83). Sum of RGB (Red+Green+Blue) = 206+159+83=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9F53 is #3160AC. Grayscale: #A4A4A4. Windows color (decimal): -3236013 or 5480398. OLE color: 5480398.
HSL color Cylindrical-coordinate representation of color #CE9F53: hue angle of 37.07º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE9F53 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 83 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.19 |
| HSL | 37.07º | 0.56% | 0.57% | - |
| HSV(B) | 37.07º | 0.6% | 0.81% | - |
| XYZ | 39.41 | 38.54 | 13.55 | - |
| YUV | 164.39 | 82.07 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 83 | 0 | 0.23 | 0.60 | 0.19 | 37.07 | 0.56 | 0.57 |
| Hex | CE | 9F | 53 | 0 | 17 | 3C | 13 | 25 | 38 | 39 |
| Octal | 316 | 237 | 123 | 0 | 27 | 74 | 23 | 45 | 70 | 71 |
| Binary | 11001110 | 10011111 | 1010011 | 0 | 10111 | 111100 | 10011 | 100101 | 111000 | 111001 |
Color Harmonies of #CE9F53
Complementary color
Monochromatic Colors of #CE9F53
Black with #CE9F53
Text Example
Text Example
White with #CE9F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F53; }
p { color: rgb(206,159,83); }
H1.HeaderClassName
{
color: #CE9F53;
}
.AnyTagClassName
{
color: #CE9F53;
}
</style>
background-color css
<style>
a { background-color: #CE9F53; }
a { background-color: rgb(206,159,83); }
div.DivClassName
{
background-color: #CE9F53;
}
.BgClassName
{
background-color: #CE9F53;
}
</style>
border-color css
<style>
span { border-color: #CE9F53; }
span { border-color: rgb(206,159,83); }
td.TdClassName
{
border-color: #CE9F53;
}
.TagClassName
{
border-color: #CE9F53;
}
</style>