Shades of Apache #CCA155
Tints of Apache #CCA155
RGB
CMYK
RGB Variations
Color information
#CCA155 (or 0xCCA155) is known color: Apache. HEX triplet: CC, A1 and 55. RGB value is (204,161,85). Sum of RGB (Red+Green+Blue) = 204+161+85=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA155 is #335EAA. Grayscale: #A5A5A5. Windows color (decimal): -3366571 or 5611980. OLE color: 5611980.
HSL color Cylindrical-coordinate representation of color #CCA155: hue angle of 38.32º 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 #CCA155 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 85 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.2 |
| HSL | 38.32º | 0.54% | 0.57% | - |
| HSV(B) | 38.32º | 0.58% | 0.8% | - |
| XYZ | 39.29 | 38.98 | 14.05 | - |
| YUV | 165.19 | 82.75 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 85 | 0 | 0.21 | 0.58 | 0.2 | 38.32 | 0.54 | 0.57 |
| Hex | CC | A1 | 55 | 0 | 15 | 3A | 14 | 26 | 36 | 39 |
| Octal | 314 | 241 | 125 | 0 | 25 | 72 | 24 | 46 | 66 | 71 |
| Binary | 11001100 | 10100001 | 1010101 | 0 | 10101 | 111010 | 10100 | 100110 | 110110 | 111001 |
Color Harmonies of #CCA155
Complementary color
Monochromatic Colors of #CCA155
Black with #CCA155
Text Example
Text Example
White with #CCA155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA155; }
p { color: rgb(204,161,85); }
H1.HeaderClassName
{
color: #CCA155;
}
.AnyTagClassName
{
color: #CCA155;
}
</style>
background-color css
<style>
a { background-color: #CCA155; }
a { background-color: rgb(204,161,85); }
div.DivClassName
{
background-color: #CCA155;
}
.BgClassName
{
background-color: #CCA155;
}
</style>
border-color css
<style>
span { border-color: #CCA155; }
span { border-color: rgb(204,161,85); }
td.TdClassName
{
border-color: #CCA155;
}
.TagClassName
{
border-color: #CCA155;
}
</style>