Shades of Apache #CEA455
Tints of Apache #CEA455
RGB
CMYK
RGB Variations
Color information
#CEA455 (or 0xCEA455) is known color: Apache. HEX triplet: CE, A4 and 55. RGB value is (206,164,85). Sum of RGB (Red+Green+Blue) = 206+164+85=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA455 is #315BAA. Grayscale: #A7A7A7. Windows color (decimal): -3234731 or 5612750. OLE color: 5612750.
HSL color Cylindrical-coordinate representation of color #CEA455: hue angle of 39.17º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEA455 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 85 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.19 |
| HSL | 39.17º | 0.55% | 0.57% | - |
| HSV(B) | 39.17º | 0.59% | 0.81% | - |
| XYZ | 40.37 | 40.33 | 14.25 | - |
| YUV | 167.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 85 | 0 | 0.20 | 0.59 | 0.19 | 39.17 | 0.55 | 0.57 |
| Hex | CE | A4 | 55 | 0 | 14 | 3B | 13 | 27 | 37 | 39 |
| Octal | 316 | 244 | 125 | 0 | 24 | 73 | 23 | 47 | 67 | 71 |
| Binary | 11001110 | 10100100 | 1010101 | 0 | 10100 | 111011 | 10011 | 100111 | 110111 | 111001 |
Color Harmonies of #CEA455
Complementary color
Monochromatic Colors of #CEA455
Black with #CEA455
Text Example
Text Example
White with #CEA455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA455; }
p { color: rgb(206,164,85); }
H1.HeaderClassName
{
color: #CEA455;
}
.AnyTagClassName
{
color: #CEA455;
}
</style>
background-color css
<style>
a { background-color: #CEA455; }
a { background-color: rgb(206,164,85); }
div.DivClassName
{
background-color: #CEA455;
}
.BgClassName
{
background-color: #CEA455;
}
</style>
border-color css
<style>
span { border-color: #CEA455; }
span { border-color: rgb(206,164,85); }
td.TdClassName
{
border-color: #CEA455;
}
.TagClassName
{
border-color: #CEA455;
}
</style>