Shades of Apache #CEA756
Tints of Apache #CEA756
RGB
CMYK
RGB Variations
Color information
#CEA756 (or 0xCEA756) is known color: Apache. HEX triplet: CE, A7 and 56. RGB value is (206,167,86). Sum of RGB (Red+Green+Blue) = 206+167+86=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA756 is #3158A9. Grayscale: #A9A9A9. Windows color (decimal): -3233962 or 5679054. OLE color: 5679054.
HSL color Cylindrical-coordinate representation of color #CEA756: hue angle of 40.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEA756 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 86 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.19 |
| HSL | 40.5º | 0.55% | 0.57% | - |
| HSV(B) | 40.5º | 0.58% | 0.81% | - |
| XYZ | 40.95 | 41.43 | 14.64 | - |
| YUV | 169.43 | 80.92 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 86 | 0 | 0.19 | 0.58 | 0.19 | 40.5 | 0.55 | 0.57 |
| Hex | CE | A7 | 56 | 0 | 13 | 3A | 13 | 28 | 37 | 39 |
| Octal | 316 | 247 | 126 | 0 | 23 | 72 | 23 | 50 | 67 | 71 |
| Binary | 11001110 | 10100111 | 1010110 | 0 | 10011 | 111010 | 10011 | 101000 | 110111 | 111001 |
Color Harmonies of #CEA756
Complementary color
Monochromatic Colors of #CEA756
Black with #CEA756
Text Example
Text Example
White with #CEA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA756; }
p { color: rgb(206,167,86); }
H1.HeaderClassName
{
color: #CEA756;
}
.AnyTagClassName
{
color: #CEA756;
}
</style>
background-color css
<style>
a { background-color: #CEA756; }
a { background-color: rgb(206,167,86); }
div.DivClassName
{
background-color: #CEA756;
}
.BgClassName
{
background-color: #CEA756;
}
</style>
border-color css
<style>
span { border-color: #CEA756; }
span { border-color: rgb(206,167,86); }
td.TdClassName
{
border-color: #CEA756;
}
.TagClassName
{
border-color: #CEA756;
}
</style>