Shades of Apache #CCA657
Tints of Apache #CCA657
RGB
CMYK
RGB Variations
Color information
#CCA657 (or 0xCCA657) is known color: Apache. HEX triplet: CC, A6 and 57. RGB value is (204,166,87). Sum of RGB (Red+Green+Blue) = 204+166+87=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA657 is #3359A8. Grayscale: #A8A8A8. Windows color (decimal): -3365289 or 5744332. OLE color: 5744332.
HSL color Cylindrical-coordinate representation of color #CCA657: hue angle of 40.51º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCA657 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 87 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.2 |
| HSL | 40.51º | 0.53% | 0.57% | - |
| HSV(B) | 40.51º | 0.57% | 0.8% | - |
| XYZ | 40.26 | 40.8 | 14.77 | - |
| YUV | 168.36 | 82.09 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 87 | 0 | 0.19 | 0.57 | 0.2 | 40.51 | 0.53 | 0.57 |
| Hex | CC | A6 | 57 | 0 | 13 | 39 | 14 | 29 | 35 | 39 |
| Octal | 314 | 246 | 127 | 0 | 23 | 71 | 24 | 51 | 65 | 71 |
| Binary | 11001100 | 10100110 | 1010111 | 0 | 10011 | 111001 | 10100 | 101001 | 110101 | 111001 |
Color Harmonies of #CCA657
Complementary color
Monochromatic Colors of #CCA657
Black with #CCA657
Text Example
Text Example
White with #CCA657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA657; }
p { color: rgb(204,166,87); }
H1.HeaderClassName
{
color: #CCA657;
}
.AnyTagClassName
{
color: #CCA657;
}
</style>
background-color css
<style>
a { background-color: #CCA657; }
a { background-color: rgb(204,166,87); }
div.DivClassName
{
background-color: #CCA657;
}
.BgClassName
{
background-color: #CCA657;
}
</style>
border-color css
<style>
span { border-color: #CCA657; }
span { border-color: rgb(204,166,87); }
td.TdClassName
{
border-color: #CCA657;
}
.TagClassName
{
border-color: #CCA657;
}
</style>