Shades of Apache #CEA75C
Tints of Apache #CEA75C
RGB
CMYK
RGB Variations
Color information
#CEA75C (or 0xCEA75C) is known color: Apache. HEX triplet: CE, A7 and 5C. RGB value is (206,167,92). Sum of RGB (Red+Green+Blue) = 206+167+92=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA75C is #3158A3. Grayscale: #AAAAAA. Windows color (decimal): -3233956 or 6072270. OLE color: 6072270.
HSL color Cylindrical-coordinate representation of color #CEA75C: hue angle of 39.47º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEA75C is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 167 | 92 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.19 |
| HSL | 39.47º | 0.54% | 0.58% | - |
| HSV(B) | 39.47º | 0.55% | 0.81% | - |
| XYZ | 41.2 | 41.53 | 15.97 | - |
| YUV | 170.11 | 83.92 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 167 | 92 | 0 | 0.19 | 0.55 | 0.19 | 39.47 | 0.54 | 0.58 |
| Hex | CE | A7 | 5C | 0 | 13 | 37 | 13 | 27 | 36 | 3A |
| Octal | 316 | 247 | 134 | 0 | 23 | 67 | 23 | 47 | 66 | 72 |
| Binary | 11001110 | 10100111 | 1011100 | 0 | 10011 | 110111 | 10011 | 100111 | 110110 | 111010 |
Color Harmonies of #CEA75C
Complementary color
Monochromatic Colors of #CEA75C
Black with #CEA75C
Text Example
Text Example
White with #CEA75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA75C; }
p { color: rgb(206,167,92); }
H1.HeaderClassName
{
color: #CEA75C;
}
.AnyTagClassName
{
color: #CEA75C;
}
</style>
background-color css
<style>
a { background-color: #CEA75C; }
a { background-color: rgb(206,167,92); }
div.DivClassName
{
background-color: #CEA75C;
}
.BgClassName
{
background-color: #CEA75C;
}
</style>
border-color css
<style>
span { border-color: #CEA75C; }
span { border-color: rgb(206,167,92); }
td.TdClassName
{
border-color: #CEA75C;
}
.TagClassName
{
border-color: #CEA75C;
}
</style>