Shades of Apache #CEA562
Tints of Apache #CEA562
RGB
CMYK
RGB Variations
Color information
#CEA562 (or 0xCEA562) is known color: Apache. HEX triplet: CE, A5 and 62. RGB value is (206,165,98). Sum of RGB (Red+Green+Blue) = 206+165+98=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA562 is #315A9D. Grayscale: #A9A9A9. Windows color (decimal): -3234462 or 6464974. OLE color: 6464974.
HSL color Cylindrical-coordinate representation of color #CEA562: hue angle of 37.22º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEA562 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 98 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.19 |
| HSL | 37.22º | 0.52% | 0.6% | - |
| HSV(B) | 37.22º | 0.52% | 0.81% | - |
| XYZ | 41.11 | 40.91 | 17.29 | - |
| YUV | 169.62 | 87.58 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 98 | 0 | 0.20 | 0.52 | 0.19 | 37.22 | 0.52 | 0.6 |
| Hex | CE | A5 | 62 | 0 | 14 | 34 | 13 | 25 | 34 | 3C |
| Octal | 316 | 245 | 142 | 0 | 24 | 64 | 23 | 45 | 64 | 74 |
| Binary | 11001110 | 10100101 | 1100010 | 0 | 10100 | 110100 | 10011 | 100101 | 110100 | 111100 |
Color Harmonies of #CEA562
Complementary color
Monochromatic Colors of #CEA562
Black with #CEA562
Text Example
Text Example
White with #CEA562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA562; }
p { color: rgb(206,165,98); }
H1.HeaderClassName
{
color: #CEA562;
}
.AnyTagClassName
{
color: #CEA562;
}
</style>
background-color css
<style>
a { background-color: #CEA562; }
a { background-color: rgb(206,165,98); }
div.DivClassName
{
background-color: #CEA562;
}
.BgClassName
{
background-color: #CEA562;
}
</style>
border-color css
<style>
span { border-color: #CEA562; }
span { border-color: rgb(206,165,98); }
td.TdClassName
{
border-color: #CEA562;
}
.TagClassName
{
border-color: #CEA562;
}
</style>