Shades of Apache #CEA95C
Tints of Apache #CEA95C
RGB
CMYK
RGB Variations
Color information
#CEA95C (or 0xCEA95C) is known color: Apache. HEX triplet: CE, A9 and 5C. RGB value is (206,169,92). Sum of RGB (Red+Green+Blue) = 206+169+92=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA95C is #3156A3. Grayscale: #ABABAB. Windows color (decimal): -3233444 or 6072782. OLE color: 6072782.
HSL color Cylindrical-coordinate representation of color #CEA95C: hue angle of 40.53º 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 #CEA95C is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 92 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.19 |
| HSL | 40.53º | 0.54% | 0.58% | - |
| HSV(B) | 40.53º | 0.55% | 0.81% | - |
| XYZ | 41.57 | 42.27 | 16.09 | - |
| YUV | 171.29 | 83.26 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 92 | 0 | 0.18 | 0.55 | 0.19 | 40.53 | 0.54 | 0.58 |
| Hex | CE | A9 | 5C | 0 | 12 | 37 | 13 | 29 | 36 | 3A |
| Octal | 316 | 251 | 134 | 0 | 22 | 67 | 23 | 51 | 66 | 72 |
| Binary | 11001110 | 10101001 | 1011100 | 0 | 10010 | 110111 | 10011 | 101001 | 110110 | 111010 |
Color Harmonies of #CEA95C
Complementary color
Monochromatic Colors of #CEA95C
Black with #CEA95C
Text Example
Text Example
White with #CEA95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA95C; }
p { color: rgb(206,169,92); }
H1.HeaderClassName
{
color: #CEA95C;
}
.AnyTagClassName
{
color: #CEA95C;
}
</style>
background-color css
<style>
a { background-color: #CEA95C; }
a { background-color: rgb(206,169,92); }
div.DivClassName
{
background-color: #CEA95C;
}
.BgClassName
{
background-color: #CEA95C;
}
</style>
border-color css
<style>
span { border-color: #CEA95C; }
span { border-color: rgb(206,169,92); }
td.TdClassName
{
border-color: #CEA95C;
}
.TagClassName
{
border-color: #CEA95C;
}
</style>