Shades of Apache #CCA855
Tints of Apache #CCA855
RGB
CMYK
RGB Variations
Color information
#CCA855 (or 0xCCA855) is known color: Apache. HEX triplet: CC, A8 and 55. RGB value is (204,168,85). Sum of RGB (Red+Green+Blue) = 204+168+85=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA855 is #3357AA. Grayscale: #A9A9A9. Windows color (decimal): -3364779 or 5613772. OLE color: 5613772.
HSL color Cylindrical-coordinate representation of color #CCA855: hue angle of 41.85º 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 #CCA855 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 85 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.2 |
| HSL | 41.85º | 0.54% | 0.57% | - |
| HSV(B) | 41.85º | 0.58% | 0.8% | - |
| XYZ | 40.54 | 41.5 | 14.47 | - |
| YUV | 169.3 | 80.43 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 85 | 0 | 0.18 | 0.58 | 0.2 | 41.85 | 0.54 | 0.57 |
| Hex | CC | A8 | 55 | 0 | 12 | 3A | 14 | 2A | 36 | 39 |
| Octal | 314 | 250 | 125 | 0 | 22 | 72 | 24 | 52 | 66 | 71 |
| Binary | 11001100 | 10101000 | 1010101 | 0 | 10010 | 111010 | 10100 | 101010 | 110110 | 111001 |
Color Harmonies of #CCA855
Complementary color
Monochromatic Colors of #CCA855
Black with #CCA855
Text Example
Text Example
White with #CCA855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA855; }
p { color: rgb(204,168,85); }
H1.HeaderClassName
{
color: #CCA855;
}
.AnyTagClassName
{
color: #CCA855;
}
</style>
background-color css
<style>
a { background-color: #CCA855; }
a { background-color: rgb(204,168,85); }
div.DivClassName
{
background-color: #CCA855;
}
.BgClassName
{
background-color: #CCA855;
}
</style>
border-color css
<style>
span { border-color: #CCA855; }
span { border-color: rgb(204,168,85); }
td.TdClassName
{
border-color: #CCA855;
}
.TagClassName
{
border-color: #CCA855;
}
</style>