Shades of Apache #CC9E58
Tints of Apache #CC9E58
RGB
CMYK
RGB Variations
Color information
#CC9E58 (or 0xCC9E58) is known color: Apache. HEX triplet: CC, 9E and 58. RGB value is (204,158,88). Sum of RGB (Red+Green+Blue) = 204+158+88=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9E58 is #3361A7. Grayscale: #A4A4A4. Windows color (decimal): -3367336 or 5807820. OLE color: 5807820.
HSL color Cylindrical-coordinate representation of color #CC9E58: hue angle of 36.21º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC9E58 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 158 | 88 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.2 |
| HSL | 36.21º | 0.53% | 0.57% | - |
| HSV(B) | 36.21º | 0.57% | 0.8% | - |
| XYZ | 38.89 | 38 | 14.52 | - |
| YUV | 163.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 158 | 88 | 0 | 0.23 | 0.57 | 0.2 | 36.21 | 0.53 | 0.57 |
| Hex | CC | 9E | 58 | 0 | 17 | 39 | 14 | 24 | 35 | 39 |
| Octal | 314 | 236 | 130 | 0 | 27 | 71 | 24 | 44 | 65 | 71 |
| Binary | 11001100 | 10011110 | 1011000 | 0 | 10111 | 111001 | 10100 | 100100 | 110101 | 111001 |
Color Harmonies of #CC9E58
Complementary color
Monochromatic Colors of #CC9E58
Black with #CC9E58
Text Example
Text Example
White with #CC9E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9E58; }
p { color: rgb(204,158,88); }
H1.HeaderClassName
{
color: #CC9E58;
}
.AnyTagClassName
{
color: #CC9E58;
}
</style>
background-color css
<style>
a { background-color: #CC9E58; }
a { background-color: rgb(204,158,88); }
div.DivClassName
{
background-color: #CC9E58;
}
.BgClassName
{
background-color: #CC9E58;
}
</style>
border-color css
<style>
span { border-color: #CC9E58; }
span { border-color: rgb(204,158,88); }
td.TdClassName
{
border-color: #CC9E58;
}
.TagClassName
{
border-color: #CC9E58;
}
</style>