Shades of Apache #CE9F62
Tints of Apache #CE9F62
RGB
CMYK
RGB Variations
Color information
#CE9F62 (or 0xCE9F62) is known color: Apache. HEX triplet: CE, 9F and 62. RGB value is (206,159,98). Sum of RGB (Red+Green+Blue) = 206+159+98=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9F62 is #31609D. Grayscale: #A6A6A6. Windows color (decimal): -3235998 or 6463438. OLE color: 6463438.
HSL color Cylindrical-coordinate representation of color #CE9F62: hue angle of 33.89º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE9F62 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 98 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.19 |
| HSL | 33.89º | 0.52% | 0.6% | - |
| HSV(B) | 33.89º | 0.52% | 0.81% | - |
| XYZ | 40.06 | 38.8 | 16.93 | - |
| YUV | 166.1 | 89.57 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 98 | 0 | 0.23 | 0.52 | 0.19 | 33.89 | 0.52 | 0.6 |
| Hex | CE | 9F | 62 | 0 | 17 | 34 | 13 | 22 | 34 | 3C |
| Octal | 316 | 237 | 142 | 0 | 27 | 64 | 23 | 42 | 64 | 74 |
| Binary | 11001110 | 10011111 | 1100010 | 0 | 10111 | 110100 | 10011 | 100010 | 110100 | 111100 |
Color Harmonies of #CE9F62
Complementary color
Monochromatic Colors of #CE9F62
Black with #CE9F62
Text Example
Text Example
White with #CE9F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F62; }
p { color: rgb(206,159,98); }
H1.HeaderClassName
{
color: #CE9F62;
}
.AnyTagClassName
{
color: #CE9F62;
}
</style>
background-color css
<style>
a { background-color: #CE9F62; }
a { background-color: rgb(206,159,98); }
div.DivClassName
{
background-color: #CE9F62;
}
.BgClassName
{
background-color: #CE9F62;
}
</style>
border-color css
<style>
span { border-color: #CE9F62; }
span { border-color: rgb(206,159,98); }
td.TdClassName
{
border-color: #CE9F62;
}
.TagClassName
{
border-color: #CE9F62;
}
</style>