Shades of Apache #CEA45D
Tints of Apache #CEA45D
RGB
CMYK
RGB Variations
Color information
#CEA45D (or 0xCEA45D) is known color: Apache. HEX triplet: CE, A4 and 5D. RGB value is (206,164,93). Sum of RGB (Red+Green+Blue) = 206+164+93=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA45D is #315BA2. Grayscale: #A8A8A8. Windows color (decimal): -3234723 or 6137038. OLE color: 6137038.
HSL color Cylindrical-coordinate representation of color #CEA45D: hue angle of 37.7º 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 #CEA45D is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 93 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.19 |
| HSL | 37.7º | 0.54% | 0.59% | - |
| HSV(B) | 37.7º | 0.55% | 0.81% | - |
| XYZ | 40.7 | 40.46 | 16.02 | - |
| YUV | 168.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 93 | 0 | 0.20 | 0.55 | 0.19 | 37.7 | 0.54 | 0.59 |
| Hex | CE | A4 | 5D | 0 | 14 | 37 | 13 | 26 | 36 | 3B |
| Octal | 316 | 244 | 135 | 0 | 24 | 67 | 23 | 46 | 66 | 73 |
| Binary | 11001110 | 10100100 | 1011101 | 0 | 10100 | 110111 | 10011 | 100110 | 110110 | 111011 |
Color Harmonies of #CEA45D
Complementary color
Monochromatic Colors of #CEA45D
Black with #CEA45D
Text Example
Text Example
White with #CEA45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA45D; }
p { color: rgb(206,164,93); }
H1.HeaderClassName
{
color: #CEA45D;
}
.AnyTagClassName
{
color: #CEA45D;
}
</style>
background-color css
<style>
a { background-color: #CEA45D; }
a { background-color: rgb(206,164,93); }
div.DivClassName
{
background-color: #CEA45D;
}
.BgClassName
{
background-color: #CEA45D;
}
</style>
border-color css
<style>
span { border-color: #CEA45D; }
span { border-color: rgb(206,164,93); }
td.TdClassName
{
border-color: #CEA45D;
}
.TagClassName
{
border-color: #CEA45D;
}
</style>