Shades of Apache #CCA164
Tints of Apache #CCA164
RGB
CMYK
RGB Variations
Color information
#CCA164 (or 0xCCA164) is known color: Apache. HEX triplet: CC, A1 and 64. RGB value is (204,161,100). Sum of RGB (Red+Green+Blue) = 204+161+100=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA164 is #335E9B. Grayscale: #A7A7A7. Windows color (decimal): -3366556 or 6595020. OLE color: 6595020.
HSL color Cylindrical-coordinate representation of color #CCA164: hue angle of 35.19º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCA164 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 100 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.2 |
| HSL | 35.19º | 0.5% | 0.6% | - |
| HSV(B) | 35.19º | 0.51% | 0.8% | - |
| XYZ | 39.95 | 39.25 | 17.53 | - |
| YUV | 166.9 | 90.25 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 100 | 0 | 0.21 | 0.51 | 0.2 | 35.19 | 0.5 | 0.6 |
| Hex | CC | A1 | 64 | 0 | 15 | 33 | 14 | 23 | 32 | 3C |
| Octal | 314 | 241 | 144 | 0 | 25 | 63 | 24 | 43 | 62 | 74 |
| Binary | 11001100 | 10100001 | 1100100 | 0 | 10101 | 110011 | 10100 | 100011 | 110010 | 111100 |
Color Harmonies of #CCA164
Complementary color
Monochromatic Colors of #CCA164
Black with #CCA164
Text Example
Text Example
White with #CCA164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA164; }
p { color: rgb(204,161,100); }
H1.HeaderClassName
{
color: #CCA164;
}
.AnyTagClassName
{
color: #CCA164;
}
</style>
background-color css
<style>
a { background-color: #CCA164; }
a { background-color: rgb(204,161,100); }
div.DivClassName
{
background-color: #CCA164;
}
.BgClassName
{
background-color: #CCA164;
}
</style>
border-color css
<style>
span { border-color: #CCA164; }
span { border-color: rgb(204,161,100); }
td.TdClassName
{
border-color: #CCA164;
}
.TagClassName
{
border-color: #CCA164;
}
</style>