Shades of Apache #CCA366
Tints of Apache #CCA366
RGB
CMYK
RGB Variations
Color information
#CCA366 (or 0xCCA366) is known color: Apache. HEX triplet: CC, A3 and 66. RGB value is (204,163,102). Sum of RGB (Red+Green+Blue) = 204+163+102=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA366 is #335C99. Grayscale: #A8A8A8. Windows color (decimal): -3366042 or 6726604. OLE color: 6726604.
HSL color Cylindrical-coordinate representation of color #CCA366: hue angle of 35.88º 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 #CCA366 is Cyan = 0, Magento = 0.20, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 102 | - |
| CMYK | 0 | 0.20 | 0.5 | 0.2 |
| HSL | 35.88º | 0.5% | 0.6% | - |
| HSV(B) | 35.88º | 0.5% | 0.8% | - |
| XYZ | 40.4 | 39.99 | 18.16 | - |
| YUV | 168.31 | 90.58 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 102 | 0 | 0.20 | 0.5 | 0.2 | 35.88 | 0.5 | 0.6 |
| Hex | CC | A3 | 66 | 0 | 14 | 32 | 14 | 24 | 32 | 3C |
| Octal | 314 | 243 | 146 | 0 | 24 | 62 | 24 | 44 | 62 | 74 |
| Binary | 11001100 | 10100011 | 1100110 | 0 | 10100 | 110010 | 10100 | 100100 | 110010 | 111100 |
Color Harmonies of #CCA366
Complementary color
Monochromatic Colors of #CCA366
Black with #CCA366
Text Example
Text Example
White with #CCA366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA366; }
p { color: rgb(204,163,102); }
H1.HeaderClassName
{
color: #CCA366;
}
.AnyTagClassName
{
color: #CCA366;
}
</style>
background-color css
<style>
a { background-color: #CCA366; }
a { background-color: rgb(204,163,102); }
div.DivClassName
{
background-color: #CCA366;
}
.BgClassName
{
background-color: #CCA366;
}
</style>
border-color css
<style>
span { border-color: #CCA366; }
span { border-color: rgb(204,163,102); }
td.TdClassName
{
border-color: #CCA366;
}
.TagClassName
{
border-color: #CCA366;
}
</style>