Shades of Apache #CCA156
Tints of Apache #CCA156
RGB
CMYK
RGB Variations
Color information
#CCA156 (or 0xCCA156) is known color: Apache. HEX triplet: CC, A1 and 56. RGB value is (204,161,86). Sum of RGB (Red+Green+Blue) = 204+161+86=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA156 is #335EA9. Grayscale: #A5A5A5. Windows color (decimal): -3366570 or 5677516. OLE color: 5677516.
HSL color Cylindrical-coordinate representation of color #CCA156: hue angle of 38.14º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCA156 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 86 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.2 |
| HSL | 38.14º | 0.54% | 0.57% | - |
| HSV(B) | 38.14º | 0.58% | 0.8% | - |
| XYZ | 39.33 | 39 | 14.26 | - |
| YUV | 165.31 | 83.25 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 86 | 0 | 0.21 | 0.58 | 0.2 | 38.14 | 0.54 | 0.57 |
| Hex | CC | A1 | 56 | 0 | 15 | 3A | 14 | 26 | 36 | 39 |
| Octal | 314 | 241 | 126 | 0 | 25 | 72 | 24 | 46 | 66 | 71 |
| Binary | 11001100 | 10100001 | 1010110 | 0 | 10101 | 111010 | 10100 | 100110 | 110110 | 111001 |
Color Harmonies of #CCA156
Complementary color
Monochromatic Colors of #CCA156
Black with #CCA156
Text Example
Text Example
White with #CCA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA156; }
p { color: rgb(204,161,86); }
H1.HeaderClassName
{
color: #CCA156;
}
.AnyTagClassName
{
color: #CCA156;
}
</style>
background-color css
<style>
a { background-color: #CCA156; }
a { background-color: rgb(204,161,86); }
div.DivClassName
{
background-color: #CCA156;
}
.BgClassName
{
background-color: #CCA156;
}
</style>
border-color css
<style>
span { border-color: #CCA156; }
span { border-color: rgb(204,161,86); }
td.TdClassName
{
border-color: #CCA156;
}
.TagClassName
{
border-color: #CCA156;
}
</style>