Shades of Apache #CCA160
Tints of Apache #CCA160
RGB
CMYK
RGB Variations
Color information
#CCA160 (or 0xCCA160) is known color: Apache. HEX triplet: CC, A1 and 60. RGB value is (204,161,96). Sum of RGB (Red+Green+Blue) = 204+161+96=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA160 is #335E9F. Grayscale: #A6A6A6. Windows color (decimal): -3366560 or 6332876. OLE color: 6332876.
HSL color Cylindrical-coordinate representation of color #CCA160: hue angle of 36.11º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCA160 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 96 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.2 |
| HSL | 36.11º | 0.51% | 0.59% | - |
| HSV(B) | 36.11º | 0.53% | 0.8% | - |
| XYZ | 39.76 | 39.17 | 16.53 | - |
| YUV | 166.45 | 88.25 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 96 | 0 | 0.21 | 0.53 | 0.2 | 36.11 | 0.51 | 0.59 |
| Hex | CC | A1 | 60 | 0 | 15 | 35 | 14 | 24 | 33 | 3B |
| Octal | 314 | 241 | 140 | 0 | 25 | 65 | 24 | 44 | 63 | 73 |
| Binary | 11001100 | 10100001 | 1100000 | 0 | 10101 | 110101 | 10100 | 100100 | 110011 | 111011 |
Color Harmonies of #CCA160
Complementary color
Monochromatic Colors of #CCA160
Black with #CCA160
Text Example
Text Example
White with #CCA160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA160; }
p { color: rgb(204,161,96); }
H1.HeaderClassName
{
color: #CCA160;
}
.AnyTagClassName
{
color: #CCA160;
}
</style>
background-color css
<style>
a { background-color: #CCA160; }
a { background-color: rgb(204,161,96); }
div.DivClassName
{
background-color: #CCA160;
}
.BgClassName
{
background-color: #CCA160;
}
</style>
border-color css
<style>
span { border-color: #CCA160; }
span { border-color: rgb(204,161,96); }
td.TdClassName
{
border-color: #CCA160;
}
.TagClassName
{
border-color: #CCA160;
}
</style>