Shades of Apache #CEA360
Tints of Apache #CEA360
RGB
CMYK
RGB Variations
Color information
#CEA360 (or 0xCEA360) is known color: Apache. HEX triplet: CE, A3 and 60. RGB value is (206,163,96). Sum of RGB (Red+Green+Blue) = 206+163+96=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA360 is #315C9F. Grayscale: #A8A8A8. Windows color (decimal): -3234976 or 6333390. OLE color: 6333390.
HSL color Cylindrical-coordinate representation of color #CEA360: hue angle of 36.55º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEA360 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 96 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.19 |
| HSL | 36.55º | 0.53% | 0.59% | - |
| HSV(B) | 36.55º | 0.53% | 0.81% | - |
| XYZ | 40.66 | 40.16 | 16.68 | - |
| YUV | 168.22 | 87.25 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 96 | 0 | 0.21 | 0.53 | 0.19 | 36.55 | 0.53 | 0.59 |
| Hex | CE | A3 | 60 | 0 | 15 | 35 | 13 | 25 | 35 | 3B |
| Octal | 316 | 243 | 140 | 0 | 25 | 65 | 23 | 45 | 65 | 73 |
| Binary | 11001110 | 10100011 | 1100000 | 0 | 10101 | 110101 | 10011 | 100101 | 110101 | 111011 |
Color Harmonies of #CEA360
Complementary color
Monochromatic Colors of #CEA360
Black with #CEA360
Text Example
Text Example
White with #CEA360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA360; }
p { color: rgb(206,163,96); }
H1.HeaderClassName
{
color: #CEA360;
}
.AnyTagClassName
{
color: #CEA360;
}
</style>
background-color css
<style>
a { background-color: #CEA360; }
a { background-color: rgb(206,163,96); }
div.DivClassName
{
background-color: #CEA360;
}
.BgClassName
{
background-color: #CEA360;
}
</style>
border-color css
<style>
span { border-color: #CEA360; }
span { border-color: rgb(206,163,96); }
td.TdClassName
{
border-color: #CEA360;
}
.TagClassName
{
border-color: #CEA360;
}
</style>