Shades of Apache #CE9F5D
Tints of Apache #CE9F5D
RGB
CMYK
RGB Variations
Color information
#CE9F5D (or 0xCE9F5D) is known color: Apache. HEX triplet: CE, 9F and 5D. RGB value is (206,159,93). Sum of RGB (Red+Green+Blue) = 206+159+93=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9F5D is #3160A2. Grayscale: #A5A5A5. Windows color (decimal): -3236003 or 6135758. OLE color: 6135758.
HSL color Cylindrical-coordinate representation of color #CE9F5D: hue angle of 35.04º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE9F5D is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 93 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.19 |
| HSL | 35.04º | 0.54% | 0.59% | - |
| HSV(B) | 35.04º | 0.55% | 0.81% | - |
| XYZ | 39.83 | 38.71 | 15.73 | - |
| YUV | 165.53 | 87.07 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 93 | 0 | 0.23 | 0.55 | 0.19 | 35.04 | 0.54 | 0.59 |
| Hex | CE | 9F | 5D | 0 | 17 | 37 | 13 | 23 | 36 | 3B |
| Octal | 316 | 237 | 135 | 0 | 27 | 67 | 23 | 43 | 66 | 73 |
| Binary | 11001110 | 10011111 | 1011101 | 0 | 10111 | 110111 | 10011 | 100011 | 110110 | 111011 |
Color Harmonies of #CE9F5D
Complementary color
Monochromatic Colors of #CE9F5D
Black with #CE9F5D
Text Example
Text Example
White with #CE9F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F5D; }
p { color: rgb(206,159,93); }
H1.HeaderClassName
{
color: #CE9F5D;
}
.AnyTagClassName
{
color: #CE9F5D;
}
</style>
background-color css
<style>
a { background-color: #CE9F5D; }
a { background-color: rgb(206,159,93); }
div.DivClassName
{
background-color: #CE9F5D;
}
.BgClassName
{
background-color: #CE9F5D;
}
</style>
border-color css
<style>
span { border-color: #CE9F5D; }
span { border-color: rgb(206,159,93); }
td.TdClassName
{
border-color: #CE9F5D;
}
.TagClassName
{
border-color: #CE9F5D;
}
</style>