Shades of Apache #CCA159
Tints of Apache #CCA159
RGB
CMYK
RGB Variations
Color information
#CCA159 (or 0xCCA159) is known color: Apache. HEX triplet: CC, A1 and 59. RGB value is (204,161,89). Sum of RGB (Red+Green+Blue) = 204+161+89=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA159 is #335EA6. Grayscale: #A5A5A5. Windows color (decimal): -3366567 or 5874124. OLE color: 5874124.
HSL color Cylindrical-coordinate representation of color #CCA159: hue angle of 37.57º 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 #CCA159 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 89 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.2 |
| HSL | 37.57º | 0.53% | 0.57% | - |
| HSV(B) | 37.57º | 0.56% | 0.8% | - |
| XYZ | 39.45 | 39.05 | 14.91 | - |
| YUV | 165.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 89 | 0 | 0.21 | 0.56 | 0.2 | 37.57 | 0.53 | 0.57 |
| Hex | CC | A1 | 59 | 0 | 15 | 38 | 14 | 26 | 35 | 39 |
| Octal | 314 | 241 | 131 | 0 | 25 | 70 | 24 | 46 | 65 | 71 |
| Binary | 11001100 | 10100001 | 1011001 | 0 | 10101 | 111000 | 10100 | 100110 | 110101 | 111001 |
Color Harmonies of #CCA159
Complementary color
Monochromatic Colors of #CCA159
Black with #CCA159
Text Example
Text Example
White with #CCA159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA159; }
p { color: rgb(204,161,89); }
H1.HeaderClassName
{
color: #CCA159;
}
.AnyTagClassName
{
color: #CCA159;
}
</style>
background-color css
<style>
a { background-color: #CCA159; }
a { background-color: rgb(204,161,89); }
div.DivClassName
{
background-color: #CCA159;
}
.BgClassName
{
background-color: #CCA159;
}
</style>
border-color css
<style>
span { border-color: #CCA159; }
span { border-color: rgb(204,161,89); }
td.TdClassName
{
border-color: #CCA159;
}
.TagClassName
{
border-color: #CCA159;
}
</style>