Shades of Apache #CE9D53
Tints of Apache #CE9D53
RGB
CMYK
RGB Variations
Color information
#CE9D53 (or 0xCE9D53) is known color: Apache. HEX triplet: CE, 9D and 53. RGB value is (206,157,83). Sum of RGB (Red+Green+Blue) = 206+157+83=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9D53 is #3162AC. Grayscale: #A3A3A3. Windows color (decimal): -3236525 or 5479886. OLE color: 5479886.
HSL color Cylindrical-coordinate representation of color #CE9D53: hue angle of 36.1º 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 #CE9D53 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 83 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.19 |
| HSL | 36.1º | 0.56% | 0.57% | - |
| HSV(B) | 36.1º | 0.6% | 0.81% | - |
| XYZ | 39.07 | 37.86 | 13.43 | - |
| YUV | 163.22 | 82.73 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 83 | 0 | 0.24 | 0.60 | 0.19 | 36.1 | 0.56 | 0.57 |
| Hex | CE | 9D | 53 | 0 | 18 | 3C | 13 | 24 | 38 | 39 |
| Octal | 316 | 235 | 123 | 0 | 30 | 74 | 23 | 44 | 70 | 71 |
| Binary | 11001110 | 10011101 | 1010011 | 0 | 11000 | 111100 | 10011 | 100100 | 111000 | 111001 |
Color Harmonies of #CE9D53
Complementary color
Monochromatic Colors of #CE9D53
Black with #CE9D53
Text Example
Text Example
White with #CE9D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9D53; }
p { color: rgb(206,157,83); }
H1.HeaderClassName
{
color: #CE9D53;
}
.AnyTagClassName
{
color: #CE9D53;
}
</style>
background-color css
<style>
a { background-color: #CE9D53; }
a { background-color: rgb(206,157,83); }
div.DivClassName
{
background-color: #CE9D53;
}
.BgClassName
{
background-color: #CE9D53;
}
</style>
border-color css
<style>
span { border-color: #CE9D53; }
span { border-color: rgb(206,157,83); }
td.TdClassName
{
border-color: #CE9D53;
}
.TagClassName
{
border-color: #CE9D53;
}
</style>