Shades of Apache #CCA559
Tints of Apache #CCA559
RGB
CMYK
RGB Variations
Color information
#CCA559 (or 0xCCA559) is known color: Apache. HEX triplet: CC, A5 and 59. RGB value is (204,165,89). Sum of RGB (Red+Green+Blue) = 204+165+89=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA559 is #335AA6. Grayscale: #A8A8A8. Windows color (decimal): -3365543 or 5875148. OLE color: 5875148.
HSL color Cylindrical-coordinate representation of color #CCA559: hue angle of 39.65º 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 #CCA559 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 89 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.2 |
| HSL | 39.65º | 0.53% | 0.57% | - |
| HSV(B) | 39.65º | 0.56% | 0.8% | - |
| XYZ | 40.16 | 40.47 | 15.15 | - |
| YUV | 168 | 83.42 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 89 | 0 | 0.19 | 0.56 | 0.2 | 39.65 | 0.53 | 0.57 |
| Hex | CC | A5 | 59 | 0 | 13 | 38 | 14 | 28 | 35 | 39 |
| Octal | 314 | 245 | 131 | 0 | 23 | 70 | 24 | 50 | 65 | 71 |
| Binary | 11001100 | 10100101 | 1011001 | 0 | 10011 | 111000 | 10100 | 101000 | 110101 | 111001 |
Color Harmonies of #CCA559
Complementary color
Monochromatic Colors of #CCA559
Black with #CCA559
Text Example
Text Example
White with #CCA559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA559; }
p { color: rgb(204,165,89); }
H1.HeaderClassName
{
color: #CCA559;
}
.AnyTagClassName
{
color: #CCA559;
}
</style>
background-color css
<style>
a { background-color: #CCA559; }
a { background-color: rgb(204,165,89); }
div.DivClassName
{
background-color: #CCA559;
}
.BgClassName
{
background-color: #CCA559;
}
</style>
border-color css
<style>
span { border-color: #CCA559; }
span { border-color: rgb(204,165,89); }
td.TdClassName
{
border-color: #CCA559;
}
.TagClassName
{
border-color: #CCA559;
}
</style>