Shades of Apache #CCA655
Tints of Apache #CCA655
RGB
CMYK
RGB Variations
Color information
#CCA655 (or 0xCCA655) is known color: Apache. HEX triplet: CC, A6 and 55. RGB value is (204,166,85). Sum of RGB (Red+Green+Blue) = 204+166+85=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA655 is #3359AA. Grayscale: #A8A8A8. Windows color (decimal): -3365291 or 5613260. OLE color: 5613260.
HSL color Cylindrical-coordinate representation of color #CCA655: hue angle of 40.84º 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 #CCA655 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 85 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.2 |
| HSL | 40.84º | 0.54% | 0.57% | - |
| HSV(B) | 40.84º | 0.58% | 0.8% | - |
| XYZ | 40.18 | 40.77 | 14.35 | - |
| YUV | 168.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 85 | 0 | 0.19 | 0.58 | 0.2 | 40.84 | 0.54 | 0.57 |
| Hex | CC | A6 | 55 | 0 | 13 | 3A | 14 | 29 | 36 | 39 |
| Octal | 314 | 246 | 125 | 0 | 23 | 72 | 24 | 51 | 66 | 71 |
| Binary | 11001100 | 10100110 | 1010101 | 0 | 10011 | 111010 | 10100 | 101001 | 110110 | 111001 |
Color Harmonies of #CCA655
Complementary color
Monochromatic Colors of #CCA655
Black with #CCA655
Text Example
Text Example
White with #CCA655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA655; }
p { color: rgb(204,166,85); }
H1.HeaderClassName
{
color: #CCA655;
}
.AnyTagClassName
{
color: #CCA655;
}
</style>
background-color css
<style>
a { background-color: #CCA655; }
a { background-color: rgb(204,166,85); }
div.DivClassName
{
background-color: #CCA655;
}
.BgClassName
{
background-color: #CCA655;
}
</style>
border-color css
<style>
span { border-color: #CCA655; }
span { border-color: rgb(204,166,85); }
td.TdClassName
{
border-color: #CCA655;
}
.TagClassName
{
border-color: #CCA655;
}
</style>