Shades of Apache #CEA462
Tints of Apache #CEA462
RGB
CMYK
RGB Variations
Color information
#CEA462 (or 0xCEA462) is known color: Apache. HEX triplet: CE, A4 and 62. RGB value is (206,164,98). Sum of RGB (Red+Green+Blue) = 206+164+98=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA462 is #315B9D. Grayscale: #A9A9A9. Windows color (decimal): -3234718 or 6464718. OLE color: 6464718.
HSL color Cylindrical-coordinate representation of color #CEA462: hue angle of 36.67º 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 #CEA462 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 98 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.19 |
| HSL | 36.67º | 0.52% | 0.6% | - |
| HSV(B) | 36.67º | 0.52% | 0.81% | - |
| XYZ | 40.93 | 40.55 | 17.23 | - |
| YUV | 169.03 | 87.91 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 98 | 0 | 0.20 | 0.52 | 0.19 | 36.67 | 0.52 | 0.6 |
| Hex | CE | A4 | 62 | 0 | 14 | 34 | 13 | 25 | 34 | 3C |
| Octal | 316 | 244 | 142 | 0 | 24 | 64 | 23 | 45 | 64 | 74 |
| Binary | 11001110 | 10100100 | 1100010 | 0 | 10100 | 110100 | 10011 | 100101 | 110100 | 111100 |
Color Harmonies of #CEA462
Complementary color
Monochromatic Colors of #CEA462
Black with #CEA462
Text Example
Text Example
White with #CEA462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA462; }
p { color: rgb(206,164,98); }
H1.HeaderClassName
{
color: #CEA462;
}
.AnyTagClassName
{
color: #CEA462;
}
</style>
background-color css
<style>
a { background-color: #CEA462; }
a { background-color: rgb(206,164,98); }
div.DivClassName
{
background-color: #CEA462;
}
.BgClassName
{
background-color: #CEA462;
}
</style>
border-color css
<style>
span { border-color: #CEA462; }
span { border-color: rgb(206,164,98); }
td.TdClassName
{
border-color: #CEA462;
}
.TagClassName
{
border-color: #CEA462;
}
</style>