Shades of Apache #CCA059
Tints of Apache #CCA059
RGB
CMYK
RGB Variations
Color information
#CCA059 (or 0xCCA059) is known color: Apache. HEX triplet: CC, A0 and 59. RGB value is (204,160,89). Sum of RGB (Red+Green+Blue) = 204+160+89=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA059 is #335FA6. Grayscale: #A5A5A5. Windows color (decimal): -3366823 or 5873868. OLE color: 5873868.
HSL color Cylindrical-coordinate representation of color #CCA059: hue angle of 37.04º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCA059 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 89 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.2 |
| HSL | 37.04º | 0.53% | 0.57% | - |
| HSV(B) | 37.04º | 0.56% | 0.8% | - |
| XYZ | 39.28 | 38.7 | 14.85 | - |
| YUV | 165.06 | 85.08 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 89 | 0 | 0.22 | 0.56 | 0.2 | 37.04 | 0.53 | 0.57 |
| Hex | CC | A0 | 59 | 0 | 16 | 38 | 14 | 25 | 35 | 39 |
| Octal | 314 | 240 | 131 | 0 | 26 | 70 | 24 | 45 | 65 | 71 |
| Binary | 11001100 | 10100000 | 1011001 | 0 | 10110 | 111000 | 10100 | 100101 | 110101 | 111001 |
Color Harmonies of #CCA059
Complementary color
Monochromatic Colors of #CCA059
Black with #CCA059
Text Example
Text Example
White with #CCA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA059; }
p { color: rgb(204,160,89); }
H1.HeaderClassName
{
color: #CCA059;
}
.AnyTagClassName
{
color: #CCA059;
}
</style>
background-color css
<style>
a { background-color: #CCA059; }
a { background-color: rgb(204,160,89); }
div.DivClassName
{
background-color: #CCA059;
}
.BgClassName
{
background-color: #CCA059;
}
</style>
border-color css
<style>
span { border-color: #CCA059; }
span { border-color: rgb(204,160,89); }
td.TdClassName
{
border-color: #CCA059;
}
.TagClassName
{
border-color: #CCA059;
}
</style>