Shades of Apache #CCA466
Tints of Apache #CCA466
RGB
CMYK
RGB Variations
Color information
#CCA466 (or 0xCCA466) is known color: Apache. HEX triplet: CC, A4 and 66. RGB value is (204,164,102). Sum of RGB (Red+Green+Blue) = 204+164+102=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA466 is #335B99. Grayscale: #A9A9A9. Windows color (decimal): -3365786 or 6726860. OLE color: 6726860.
HSL color Cylindrical-coordinate representation of color #CCA466: hue angle of 36.47º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCA466 is Cyan = 0, Magento = 0.20, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 102 | - |
| CMYK | 0 | 0.20 | 0.5 | 0.2 |
| HSL | 36.47º | 0.5% | 0.6% | - |
| HSV(B) | 36.47º | 0.5% | 0.8% | - |
| XYZ | 40.58 | 40.35 | 18.22 | - |
| YUV | 168.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 102 | 0 | 0.20 | 0.5 | 0.2 | 36.47 | 0.5 | 0.6 |
| Hex | CC | A4 | 66 | 0 | 14 | 32 | 14 | 24 | 32 | 3C |
| Octal | 314 | 244 | 146 | 0 | 24 | 62 | 24 | 44 | 62 | 74 |
| Binary | 11001100 | 10100100 | 1100110 | 0 | 10100 | 110010 | 10100 | 100100 | 110010 | 111100 |
Color Harmonies of #CCA466
Complementary color
Monochromatic Colors of #CCA466
Black with #CCA466
Text Example
Text Example
White with #CCA466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA466; }
p { color: rgb(204,164,102); }
H1.HeaderClassName
{
color: #CCA466;
}
.AnyTagClassName
{
color: #CCA466;
}
</style>
background-color css
<style>
a { background-color: #CCA466; }
a { background-color: rgb(204,164,102); }
div.DivClassName
{
background-color: #CCA466;
}
.BgClassName
{
background-color: #CCA466;
}
</style>
border-color css
<style>
span { border-color: #CCA466; }
span { border-color: rgb(204,164,102); }
td.TdClassName
{
border-color: #CCA466;
}
.TagClassName
{
border-color: #CCA466;
}
</style>