Shades of Apache #CEA560
Tints of Apache #CEA560
RGB
CMYK
RGB Variations
Color information
#CEA560 (or 0xCEA560) is known color: Apache. HEX triplet: CE, A5 and 60. RGB value is (206,165,96). Sum of RGB (Red+Green+Blue) = 206+165+96=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA560 is #315A9F. Grayscale: #A9A9A9. Windows color (decimal): -3234464 or 6333902. OLE color: 6333902.
HSL color Cylindrical-coordinate representation of color #CEA560: hue angle of 37.64º 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 #CEA560 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 96 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.19 |
| HSL | 37.64º | 0.53% | 0.59% | - |
| HSV(B) | 37.64º | 0.53% | 0.81% | - |
| XYZ | 41.02 | 40.88 | 16.79 | - |
| YUV | 169.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 96 | 0 | 0.20 | 0.53 | 0.19 | 37.64 | 0.53 | 0.59 |
| Hex | CE | A5 | 60 | 0 | 14 | 35 | 13 | 26 | 35 | 3B |
| Octal | 316 | 245 | 140 | 0 | 24 | 65 | 23 | 46 | 65 | 73 |
| Binary | 11001110 | 10100101 | 1100000 | 0 | 10100 | 110101 | 10011 | 100110 | 110101 | 111011 |
Color Harmonies of #CEA560
Complementary color
Monochromatic Colors of #CEA560
Black with #CEA560
Text Example
Text Example
White with #CEA560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA560; }
p { color: rgb(206,165,96); }
H1.HeaderClassName
{
color: #CEA560;
}
.AnyTagClassName
{
color: #CEA560;
}
</style>
background-color css
<style>
a { background-color: #CEA560; }
a { background-color: rgb(206,165,96); }
div.DivClassName
{
background-color: #CEA560;
}
.BgClassName
{
background-color: #CEA560;
}
</style>
border-color css
<style>
span { border-color: #CEA560; }
span { border-color: rgb(206,165,96); }
td.TdClassName
{
border-color: #CEA560;
}
.TagClassName
{
border-color: #CEA560;
}
</style>