Shades of Apache #CCA755
Tints of Apache #CCA755
RGB
CMYK
RGB Variations
Color information
#CCA755 (or 0xCCA755) is known color: Apache. HEX triplet: CC, A7 and 55. RGB value is (204,167,85). Sum of RGB (Red+Green+Blue) = 204+167+85=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA755 is #3358AA. Grayscale: #A9A9A9. Windows color (decimal): -3365035 or 5613516. OLE color: 5613516.
HSL color Cylindrical-coordinate representation of color #CCA755: hue angle of 41.34º 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 #CCA755 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 85 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.2 |
| HSL | 41.34º | 0.54% | 0.57% | - |
| HSV(B) | 41.34º | 0.58% | 0.8% | - |
| XYZ | 40.36 | 41.13 | 14.41 | - |
| YUV | 168.72 | 80.76 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 85 | 0 | 0.18 | 0.58 | 0.2 | 41.34 | 0.54 | 0.57 |
| Hex | CC | A7 | 55 | 0 | 12 | 3A | 14 | 29 | 36 | 39 |
| Octal | 314 | 247 | 125 | 0 | 22 | 72 | 24 | 51 | 66 | 71 |
| Binary | 11001100 | 10100111 | 1010101 | 0 | 10010 | 111010 | 10100 | 101001 | 110110 | 111001 |
Color Harmonies of #CCA755
Complementary color
Monochromatic Colors of #CCA755
Black with #CCA755
Text Example
Text Example
White with #CCA755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA755; }
p { color: rgb(204,167,85); }
H1.HeaderClassName
{
color: #CCA755;
}
.AnyTagClassName
{
color: #CCA755;
}
</style>
background-color css
<style>
a { background-color: #CCA755; }
a { background-color: rgb(204,167,85); }
div.DivClassName
{
background-color: #CCA755;
}
.BgClassName
{
background-color: #CCA755;
}
</style>
border-color css
<style>
span { border-color: #CCA755; }
span { border-color: rgb(204,167,85); }
td.TdClassName
{
border-color: #CCA755;
}
.TagClassName
{
border-color: #CCA755;
}
</style>