Shades of Apache #CEA35D
Tints of Apache #CEA35D
RGB
CMYK
RGB Variations
Color information
#CEA35D (or 0xCEA35D) is known color: Apache. HEX triplet: CE, A3 and 5D. RGB value is (206,163,93). Sum of RGB (Red+Green+Blue) = 206+163+93=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA35D is #315CA2. Grayscale: #A8A8A8. Windows color (decimal): -3234979 or 6136782. OLE color: 6136782.
HSL color Cylindrical-coordinate representation of color #CEA35D: hue angle of 37.17º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEA35D is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 93 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.19 |
| HSL | 37.17º | 0.54% | 0.59% | - |
| HSV(B) | 37.17º | 0.55% | 0.81% | - |
| XYZ | 40.53 | 40.11 | 15.96 | - |
| YUV | 167.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 93 | 0 | 0.21 | 0.55 | 0.19 | 37.17 | 0.54 | 0.59 |
| Hex | CE | A3 | 5D | 0 | 15 | 37 | 13 | 25 | 36 | 3B |
| Octal | 316 | 243 | 135 | 0 | 25 | 67 | 23 | 45 | 66 | 73 |
| Binary | 11001110 | 10100011 | 1011101 | 0 | 10101 | 110111 | 10011 | 100101 | 110110 | 111011 |
Color Harmonies of #CEA35D
Complementary color
Monochromatic Colors of #CEA35D
Black with #CEA35D
Text Example
Text Example
White with #CEA35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA35D; }
p { color: rgb(206,163,93); }
H1.HeaderClassName
{
color: #CEA35D;
}
.AnyTagClassName
{
color: #CEA35D;
}
</style>
background-color css
<style>
a { background-color: #CEA35D; }
a { background-color: rgb(206,163,93); }
div.DivClassName
{
background-color: #CEA35D;
}
.BgClassName
{
background-color: #CEA35D;
}
</style>
border-color css
<style>
span { border-color: #CEA35D; }
span { border-color: rgb(206,163,93); }
td.TdClassName
{
border-color: #CEA35D;
}
.TagClassName
{
border-color: #CEA35D;
}
</style>