Shades of Apache #CEA565
Tints of Apache #CEA565
RGB
CMYK
RGB Variations
Color information
#CEA565 (or 0xCEA565) is known color: Apache. HEX triplet: CE, A5 and 65. RGB value is (206,165,101). Sum of RGB (Red+Green+Blue) = 206+165+101=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA565 is #315A9A. Grayscale: #AAAAAA. Windows color (decimal): -3234459 or 6661582. OLE color: 6661582.
HSL color Cylindrical-coordinate representation of color #CEA565: hue angle of 36.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEA565 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 101 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.19 |
| HSL | 36.57º | 0.52% | 0.6% | - |
| HSV(B) | 36.57º | 0.51% | 0.81% | - |
| XYZ | 41.26 | 40.97 | 18.05 | - |
| YUV | 169.96 | 89.08 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 101 | 0 | 0.20 | 0.51 | 0.19 | 36.57 | 0.52 | 0.6 |
| Hex | CE | A5 | 65 | 0 | 14 | 33 | 13 | 25 | 34 | 3C |
| Octal | 316 | 245 | 145 | 0 | 24 | 63 | 23 | 45 | 64 | 74 |
| Binary | 11001110 | 10100101 | 1100101 | 0 | 10100 | 110011 | 10011 | 100101 | 110100 | 111100 |
Color Harmonies of #CEA565
Complementary color
Monochromatic Colors of #CEA565
Black with #CEA565
Text Example
Text Example
White with #CEA565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA565; }
p { color: rgb(206,165,101); }
H1.HeaderClassName
{
color: #CEA565;
}
.AnyTagClassName
{
color: #CEA565;
}
</style>
background-color css
<style>
a { background-color: #CEA565; }
a { background-color: rgb(206,165,101); }
div.DivClassName
{
background-color: #CEA565;
}
.BgClassName
{
background-color: #CEA565;
}
</style>
border-color css
<style>
span { border-color: #CEA565; }
span { border-color: rgb(206,165,101); }
td.TdClassName
{
border-color: #CEA565;
}
.TagClassName
{
border-color: #CEA565;
}
</style>