Shades of Apache #CEA365
Tints of Apache #CEA365
RGB
CMYK
RGB Variations
Color information
#CEA365 (or 0xCEA365) is known color: Apache. HEX triplet: CE, A3 and 65. RGB value is (206,163,101). Sum of RGB (Red+Green+Blue) = 206+163+101=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA365 is #315C9A. Grayscale: #A9A9A9. Windows color (decimal): -3234971 or 6661070. OLE color: 6661070.
HSL color Cylindrical-coordinate representation of color #CEA365: hue angle of 35.43º 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 #CEA365 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 101 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.19 |
| HSL | 35.43º | 0.52% | 0.6% | - |
| HSV(B) | 35.43º | 0.51% | 0.81% | - |
| XYZ | 40.9 | 40.26 | 17.93 | - |
| YUV | 168.79 | 89.75 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 101 | 0 | 0.21 | 0.51 | 0.19 | 35.43 | 0.52 | 0.6 |
| Hex | CE | A3 | 65 | 0 | 15 | 33 | 13 | 23 | 34 | 3C |
| Octal | 316 | 243 | 145 | 0 | 25 | 63 | 23 | 43 | 64 | 74 |
| Binary | 11001110 | 10100011 | 1100101 | 0 | 10101 | 110011 | 10011 | 100011 | 110100 | 111100 |
Color Harmonies of #CEA365
Complementary color
Monochromatic Colors of #CEA365
Black with #CEA365
Text Example
Text Example
White with #CEA365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA365; }
p { color: rgb(206,163,101); }
H1.HeaderClassName
{
color: #CEA365;
}
.AnyTagClassName
{
color: #CEA365;
}
</style>
background-color css
<style>
a { background-color: #CEA365; }
a { background-color: rgb(206,163,101); }
div.DivClassName
{
background-color: #CEA365;
}
.BgClassName
{
background-color: #CEA365;
}
</style>
border-color css
<style>
span { border-color: #CEA365; }
span { border-color: rgb(206,163,101); }
td.TdClassName
{
border-color: #CEA365;
}
.TagClassName
{
border-color: #CEA365;
}
</style>