Shades of Apache #CEA05F
Tints of Apache #CEA05F
RGB
CMYK
RGB Variations
Color information
#CEA05F (or 0xCEA05F) is known color: Apache. HEX triplet: CE, A0 and 5F. RGB value is (206,160,95). Sum of RGB (Red+Green+Blue) = 206+160+95=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA05F is #315FA0. Grayscale: #A6A6A6. Windows color (decimal): -3235745 or 6267086. OLE color: 6267086.
HSL color Cylindrical-coordinate representation of color #CEA05F: hue angle of 35.14º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEA05F is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 95 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.19 |
| HSL | 35.14º | 0.53% | 0.59% | - |
| HSV(B) | 35.14º | 0.54% | 0.81% | - |
| XYZ | 40.09 | 39.09 | 16.26 | - |
| YUV | 166.34 | 87.74 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 95 | 0 | 0.22 | 0.54 | 0.19 | 35.14 | 0.53 | 0.59 |
| Hex | CE | A0 | 5F | 0 | 16 | 36 | 13 | 23 | 35 | 3B |
| Octal | 316 | 240 | 137 | 0 | 26 | 66 | 23 | 43 | 65 | 73 |
| Binary | 11001110 | 10100000 | 1011111 | 0 | 10110 | 110110 | 10011 | 100011 | 110101 | 111011 |
Color Harmonies of #CEA05F
Complementary color
Monochromatic Colors of #CEA05F
Black with #CEA05F
Text Example
Text Example
White with #CEA05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA05F; }
p { color: rgb(206,160,95); }
H1.HeaderClassName
{
color: #CEA05F;
}
.AnyTagClassName
{
color: #CEA05F;
}
</style>
background-color css
<style>
a { background-color: #CEA05F; }
a { background-color: rgb(206,160,95); }
div.DivClassName
{
background-color: #CEA05F;
}
.BgClassName
{
background-color: #CEA05F;
}
</style>
border-color css
<style>
span { border-color: #CEA05F; }
span { border-color: rgb(206,160,95); }
td.TdClassName
{
border-color: #CEA05F;
}
.TagClassName
{
border-color: #CEA05F;
}
</style>