Shades of Apache #CCA459
Tints of Apache #CCA459
RGB
CMYK
RGB Variations
Color information
#CCA459 (or 0xCCA459) is known color: Apache. HEX triplet: CC, A4 and 59. RGB value is (204,164,89). Sum of RGB (Red+Green+Blue) = 204+164+89=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA459 is #335BA6. Grayscale: #A7A7A7. Windows color (decimal): -3365799 or 5874892. OLE color: 5874892.
HSL color Cylindrical-coordinate representation of color #CCA459: hue angle of 39.13º 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 #CCA459 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 89 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.2 |
| HSL | 39.13º | 0.53% | 0.57% | - |
| HSV(B) | 39.13º | 0.56% | 0.8% | - |
| XYZ | 39.98 | 40.11 | 15.09 | - |
| YUV | 167.41 | 83.75 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 89 | 0 | 0.20 | 0.56 | 0.2 | 39.13 | 0.53 | 0.57 |
| Hex | CC | A4 | 59 | 0 | 14 | 38 | 14 | 27 | 35 | 39 |
| Octal | 314 | 244 | 131 | 0 | 24 | 70 | 24 | 47 | 65 | 71 |
| Binary | 11001100 | 10100100 | 1011001 | 0 | 10100 | 111000 | 10100 | 100111 | 110101 | 111001 |
Color Harmonies of #CCA459
Complementary color
Monochromatic Colors of #CCA459
Black with #CCA459
Text Example
Text Example
White with #CCA459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA459; }
p { color: rgb(204,164,89); }
H1.HeaderClassName
{
color: #CCA459;
}
.AnyTagClassName
{
color: #CCA459;
}
</style>
background-color css
<style>
a { background-color: #CCA459; }
a { background-color: rgb(204,164,89); }
div.DivClassName
{
background-color: #CCA459;
}
.BgClassName
{
background-color: #CCA459;
}
</style>
border-color css
<style>
span { border-color: #CCA459; }
span { border-color: rgb(204,164,89); }
td.TdClassName
{
border-color: #CCA459;
}
.TagClassName
{
border-color: #CCA459;
}
</style>