Shades of Apache #CE9D5C
Tints of Apache #CE9D5C
RGB
CMYK
RGB Variations
Color information
#CE9D5C (or 0xCE9D5C) is known color: Apache. HEX triplet: CE, 9D and 5C. RGB value is (206,157,92). Sum of RGB (Red+Green+Blue) = 206+157+92=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9D5C is #3162A3. Grayscale: #A4A4A4. Windows color (decimal): -3236516 or 6069710. OLE color: 6069710.
HSL color Cylindrical-coordinate representation of color #CE9D5C: hue angle of 34.21º 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 #CE9D5C is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 92 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.19 |
| HSL | 34.21º | 0.54% | 0.58% | - |
| HSV(B) | 34.21º | 0.55% | 0.81% | - |
| XYZ | 39.44 | 38.01 | 15.38 | - |
| YUV | 164.24 | 87.23 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 92 | 0 | 0.24 | 0.55 | 0.19 | 34.21 | 0.54 | 0.58 |
| Hex | CE | 9D | 5C | 0 | 18 | 37 | 13 | 22 | 36 | 3A |
| Octal | 316 | 235 | 134 | 0 | 30 | 67 | 23 | 42 | 66 | 72 |
| Binary | 11001110 | 10011101 | 1011100 | 0 | 11000 | 110111 | 10011 | 100010 | 110110 | 111010 |
Color Harmonies of #CE9D5C
Complementary color
Monochromatic Colors of #CE9D5C
Black with #CE9D5C
Text Example
Text Example
White with #CE9D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9D5C; }
p { color: rgb(206,157,92); }
H1.HeaderClassName
{
color: #CE9D5C;
}
.AnyTagClassName
{
color: #CE9D5C;
}
</style>
background-color css
<style>
a { background-color: #CE9D5C; }
a { background-color: rgb(206,157,92); }
div.DivClassName
{
background-color: #CE9D5C;
}
.BgClassName
{
background-color: #CE9D5C;
}
</style>
border-color css
<style>
span { border-color: #CE9D5C; }
span { border-color: rgb(206,157,92); }
td.TdClassName
{
border-color: #CE9D5C;
}
.TagClassName
{
border-color: #CE9D5C;
}
</style>