Shades of Apache #CEA65C
Tints of Apache #CEA65C
RGB
CMYK
RGB Variations
Color information
#CEA65C (or 0xCEA65C) is known color: Apache. HEX triplet: CE, A6 and 5C. RGB value is (206,166,92). Sum of RGB (Red+Green+Blue) = 206+166+92=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA65C is #3159A3. Grayscale: #A9A9A9. Windows color (decimal): -3234212 or 6072014. OLE color: 6072014.
HSL color Cylindrical-coordinate representation of color #CEA65C: hue angle of 38.95º 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 #CEA65C is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 92 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.19 |
| HSL | 38.95º | 0.54% | 0.58% | - |
| HSV(B) | 38.95º | 0.55% | 0.81% | - |
| XYZ | 41.02 | 41.17 | 15.91 | - |
| YUV | 169.52 | 84.25 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 92 | 0 | 0.19 | 0.55 | 0.19 | 38.95 | 0.54 | 0.58 |
| Hex | CE | A6 | 5C | 0 | 13 | 37 | 13 | 27 | 36 | 3A |
| Octal | 316 | 246 | 134 | 0 | 23 | 67 | 23 | 47 | 66 | 72 |
| Binary | 11001110 | 10100110 | 1011100 | 0 | 10011 | 110111 | 10011 | 100111 | 110110 | 111010 |
Color Harmonies of #CEA65C
Complementary color
Monochromatic Colors of #CEA65C
Black with #CEA65C
Text Example
Text Example
White with #CEA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA65C; }
p { color: rgb(206,166,92); }
H1.HeaderClassName
{
color: #CEA65C;
}
.AnyTagClassName
{
color: #CEA65C;
}
</style>
background-color css
<style>
a { background-color: #CEA65C; }
a { background-color: rgb(206,166,92); }
div.DivClassName
{
background-color: #CEA65C;
}
.BgClassName
{
background-color: #CEA65C;
}
</style>
border-color css
<style>
span { border-color: #CEA65C; }
span { border-color: rgb(206,166,92); }
td.TdClassName
{
border-color: #CEA65C;
}
.TagClassName
{
border-color: #CEA65C;
}
</style>