Shades of Apache #CEA35F
Tints of Apache #CEA35F
RGB
CMYK
RGB Variations
Color information
#CEA35F (or 0xCEA35F) is known color: Apache. HEX triplet: CE, A3 and 5F. RGB value is (206,163,95). Sum of RGB (Red+Green+Blue) = 206+163+95=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA35F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA35F is #315CA0. Grayscale: #A8A8A8. Windows color (decimal): -3234977 or 6267854. OLE color: 6267854.
HSL color Cylindrical-coordinate representation of color #CEA35F: hue angle of 36.76º 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 #CEA35F is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 95 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.19 |
| HSL | 36.76º | 0.53% | 0.59% | - |
| HSV(B) | 36.76º | 0.54% | 0.81% | - |
| XYZ | 40.62 | 40.14 | 16.43 | - |
| YUV | 168.11 | 86.75 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 95 | 0 | 0.21 | 0.54 | 0.19 | 36.76 | 0.53 | 0.59 |
| Hex | CE | A3 | 5F | 0 | 15 | 36 | 13 | 25 | 35 | 3B |
| Octal | 316 | 243 | 137 | 0 | 25 | 66 | 23 | 45 | 65 | 73 |
| Binary | 11001110 | 10100011 | 1011111 | 0 | 10101 | 110110 | 10011 | 100101 | 110101 | 111011 |
Color Harmonies of #CEA35F
Complementary color
Monochromatic Colors of #CEA35F
Black with #CEA35F
Text Example
Text Example
White with #CEA35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA35F; }
p { color: rgb(206,163,95); }
H1.HeaderClassName
{
color: #CEA35F;
}
.AnyTagClassName
{
color: #CEA35F;
}
</style>
background-color css
<style>
a { background-color: #CEA35F; }
a { background-color: rgb(206,163,95); }
div.DivClassName
{
background-color: #CEA35F;
}
.BgClassName
{
background-color: #CEA35F;
}
</style>
border-color css
<style>
span { border-color: #CEA35F; }
span { border-color: rgb(206,163,95); }
td.TdClassName
{
border-color: #CEA35F;
}
.TagClassName
{
border-color: #CEA35F;
}
</style>