Shades of Apache #CCA464
Tints of Apache #CCA464
RGB
CMYK
RGB Variations
Color information
#CCA464 (or 0xCCA464) is known color: Apache. HEX triplet: CC, A4 and 64. RGB value is (204,164,100). Sum of RGB (Red+Green+Blue) = 204+164+100=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA464 is #335B9B. Grayscale: #A8A8A8. Windows color (decimal): -3365788 or 6595788. OLE color: 6595788.
HSL color Cylindrical-coordinate representation of color #CCA464: hue angle of 36.92º 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 #CCA464 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 100 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.2 |
| HSL | 36.92º | 0.5% | 0.6% | - |
| HSV(B) | 36.92º | 0.51% | 0.8% | - |
| XYZ | 40.48 | 40.31 | 17.7 | - |
| YUV | 168.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 100 | 0 | 0.20 | 0.51 | 0.2 | 36.92 | 0.5 | 0.6 |
| Hex | CC | A4 | 64 | 0 | 14 | 33 | 14 | 25 | 32 | 3C |
| Octal | 314 | 244 | 144 | 0 | 24 | 63 | 24 | 45 | 62 | 74 |
| Binary | 11001100 | 10100100 | 1100100 | 0 | 10100 | 110011 | 10100 | 100101 | 110010 | 111100 |
Color Harmonies of #CCA464
Complementary color
Monochromatic Colors of #CCA464
Black with #CCA464
Text Example
Text Example
White with #CCA464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA464; }
p { color: rgb(204,164,100); }
H1.HeaderClassName
{
color: #CCA464;
}
.AnyTagClassName
{
color: #CCA464;
}
</style>
background-color css
<style>
a { background-color: #CCA464; }
a { background-color: rgb(204,164,100); }
div.DivClassName
{
background-color: #CCA464;
}
.BgClassName
{
background-color: #CCA464;
}
</style>
border-color css
<style>
span { border-color: #CCA464; }
span { border-color: rgb(204,164,100); }
td.TdClassName
{
border-color: #CCA464;
}
.TagClassName
{
border-color: #CCA464;
}
</style>