Shades of Apache #CEA45C
Tints of Apache #CEA45C
RGB
CMYK
RGB Variations
Color information
#CEA45C (or 0xCEA45C) is known color: Apache. HEX triplet: CE, A4 and 5C. RGB value is (206,164,92). Sum of RGB (Red+Green+Blue) = 206+164+92=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA45C is #315BA3. Grayscale: #A8A8A8. Windows color (decimal): -3234724 or 6071502. OLE color: 6071502.
HSL color Cylindrical-coordinate representation of color #CEA45C: hue angle of 37.89º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEA45C is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 92 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.19 |
| HSL | 37.89º | 0.54% | 0.58% | - |
| HSV(B) | 37.89º | 0.55% | 0.81% | - |
| XYZ | 40.66 | 40.45 | 15.79 | - |
| YUV | 168.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 92 | 0 | 0.20 | 0.55 | 0.19 | 37.89 | 0.54 | 0.58 |
| Hex | CE | A4 | 5C | 0 | 14 | 37 | 13 | 26 | 36 | 3A |
| Octal | 316 | 244 | 134 | 0 | 24 | 67 | 23 | 46 | 66 | 72 |
| Binary | 11001110 | 10100100 | 1011100 | 0 | 10100 | 110111 | 10011 | 100110 | 110110 | 111010 |
Color Harmonies of #CEA45C
Complementary color
Monochromatic Colors of #CEA45C
Black with #CEA45C
Text Example
Text Example
White with #CEA45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA45C; }
p { color: rgb(206,164,92); }
H1.HeaderClassName
{
color: #CEA45C;
}
.AnyTagClassName
{
color: #CEA45C;
}
</style>
background-color css
<style>
a { background-color: #CEA45C; }
a { background-color: rgb(206,164,92); }
div.DivClassName
{
background-color: #CEA45C;
}
.BgClassName
{
background-color: #CEA45C;
}
</style>
border-color css
<style>
span { border-color: #CEA45C; }
span { border-color: rgb(206,164,92); }
td.TdClassName
{
border-color: #CEA45C;
}
.TagClassName
{
border-color: #CEA45C;
}
</style>