Shades of Apache #CE9F50
Tints of Apache #CE9F50
RGB
CMYK
RGB Variations
Color information
#CE9F50 (or 0xCE9F50) is known color: Apache. HEX triplet: CE, 9F and 50. RGB value is (206,159,80). Sum of RGB (Red+Green+Blue) = 206+159+80=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9F50 is #3160AF. Grayscale: #A4A4A4. Windows color (decimal): -3236016 or 5283790. OLE color: 5283790.
HSL color Cylindrical-coordinate representation of color #CE9F50: hue angle of 37.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE9F50 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 80 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.19 |
| HSL | 37.62º | 0.56% | 0.56% | - |
| HSV(B) | 37.62º | 0.61% | 0.81% | - |
| XYZ | 39.3 | 38.5 | 12.95 | - |
| YUV | 164.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 80 | 0 | 0.23 | 0.61 | 0.19 | 37.62 | 0.56 | 0.56 |
| Hex | CE | 9F | 50 | 0 | 17 | 3D | 13 | 26 | 38 | 38 |
| Octal | 316 | 237 | 120 | 0 | 27 | 75 | 23 | 46 | 70 | 70 |
| Binary | 11001110 | 10011111 | 1010000 | 0 | 10111 | 111101 | 10011 | 100110 | 111000 | 111000 |
Color Harmonies of #CE9F50
Complementary color
Monochromatic Colors of #CE9F50
Black with #CE9F50
Text Example
Text Example
White with #CE9F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F50; }
p { color: rgb(206,159,80); }
H1.HeaderClassName
{
color: #CE9F50;
}
.AnyTagClassName
{
color: #CE9F50;
}
</style>
background-color css
<style>
a { background-color: #CE9F50; }
a { background-color: rgb(206,159,80); }
div.DivClassName
{
background-color: #CE9F50;
}
.BgClassName
{
background-color: #CE9F50;
}
</style>
border-color css
<style>
span { border-color: #CE9F50; }
span { border-color: rgb(206,159,80); }
td.TdClassName
{
border-color: #CE9F50;
}
.TagClassName
{
border-color: #CE9F50;
}
</style>