Shades of Apache #CC9E5B
Tints of Apache #CC9E5B
RGB
CMYK
RGB Variations
Color information
#CC9E5B (or 0xCC9E5B) is known color: Apache. HEX triplet: CC, 9E and 5B. RGB value is (204,158,91). Sum of RGB (Red+Green+Blue) = 204+158+91=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9E5B is #3361A4. Grayscale: #A4A4A4. Windows color (decimal): -3367333 or 6004428. OLE color: 6004428.
HSL color Cylindrical-coordinate representation of color #CC9E5B: hue angle of 35.58º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC9E5B is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 158 | 91 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.2 |
| HSL | 35.58º | 0.53% | 0.58% | - |
| HSV(B) | 35.58º | 0.55% | 0.8% | - |
| XYZ | 39.02 | 38.05 | 15.18 | - |
| YUV | 164.12 | 86.74 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 158 | 91 | 0 | 0.23 | 0.55 | 0.2 | 35.58 | 0.53 | 0.58 |
| Hex | CC | 9E | 5B | 0 | 17 | 37 | 14 | 24 | 35 | 3A |
| Octal | 314 | 236 | 133 | 0 | 27 | 67 | 24 | 44 | 65 | 72 |
| Binary | 11001100 | 10011110 | 1011011 | 0 | 10111 | 110111 | 10100 | 100100 | 110101 | 111010 |
Color Harmonies of #CC9E5B
Complementary color
Monochromatic Colors of #CC9E5B
Black with #CC9E5B
Text Example
Text Example
White with #CC9E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9E5B; }
p { color: rgb(204,158,91); }
H1.HeaderClassName
{
color: #CC9E5B;
}
.AnyTagClassName
{
color: #CC9E5B;
}
</style>
background-color css
<style>
a { background-color: #CC9E5B; }
a { background-color: rgb(204,158,91); }
div.DivClassName
{
background-color: #CC9E5B;
}
.BgClassName
{
background-color: #CC9E5B;
}
</style>
border-color css
<style>
span { border-color: #CC9E5B; }
span { border-color: rgb(204,158,91); }
td.TdClassName
{
border-color: #CC9E5B;
}
.TagClassName
{
border-color: #CC9E5B;
}
</style>