Shades of Apache #CCA659
Tints of Apache #CCA659
RGB
CMYK
RGB Variations
Color information
#CCA659 (or 0xCCA659) is known color: Apache. HEX triplet: CC, A6 and 59. RGB value is (204,166,89). Sum of RGB (Red+Green+Blue) = 204+166+89=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA659 is #3359A6. Grayscale: #A8A8A8. Windows color (decimal): -3365287 or 5875404. OLE color: 5875404.
HSL color Cylindrical-coordinate representation of color #CCA659: hue angle of 40.17º 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 #CCA659 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 89 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.2 |
| HSL | 40.17º | 0.53% | 0.57% | - |
| HSV(B) | 40.17º | 0.56% | 0.8% | - |
| XYZ | 40.34 | 40.83 | 15.21 | - |
| YUV | 168.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 89 | 0 | 0.19 | 0.56 | 0.2 | 40.17 | 0.53 | 0.57 |
| Hex | CC | A6 | 59 | 0 | 13 | 38 | 14 | 28 | 35 | 39 |
| Octal | 314 | 246 | 131 | 0 | 23 | 70 | 24 | 50 | 65 | 71 |
| Binary | 11001100 | 10100110 | 1011001 | 0 | 10011 | 111000 | 10100 | 101000 | 110101 | 111001 |
Color Harmonies of #CCA659
Complementary color
Monochromatic Colors of #CCA659
Black with #CCA659
Text Example
Text Example
White with #CCA659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA659; }
p { color: rgb(204,166,89); }
H1.HeaderClassName
{
color: #CCA659;
}
.AnyTagClassName
{
color: #CCA659;
}
</style>
background-color css
<style>
a { background-color: #CCA659; }
a { background-color: rgb(204,166,89); }
div.DivClassName
{
background-color: #CCA659;
}
.BgClassName
{
background-color: #CCA659;
}
</style>
border-color css
<style>
span { border-color: #CCA659; }
span { border-color: rgb(204,166,89); }
td.TdClassName
{
border-color: #CCA659;
}
.TagClassName
{
border-color: #CCA659;
}
</style>