Shades of Apache #CCA661
Tints of Apache #CCA661
RGB
CMYK
RGB Variations
Color information
#CCA661 (or 0xCCA661) is known color: Apache. HEX triplet: CC, A6 and 61. RGB value is (204,166,97). Sum of RGB (Red+Green+Blue) = 204+166+97=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA661 is #33599E. Grayscale: #A9A9A9. Windows color (decimal): -3365279 or 6399692. OLE color: 6399692.
HSL color Cylindrical-coordinate representation of color #CCA661: hue angle of 38.69º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCA661 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 97 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.2 |
| HSL | 38.69º | 0.51% | 0.59% | - |
| HSV(B) | 38.69º | 0.52% | 0.8% | - |
| XYZ | 40.7 | 40.97 | 17.07 | - |
| YUV | 169.5 | 87.09 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 97 | 0 | 0.19 | 0.52 | 0.2 | 38.69 | 0.51 | 0.59 |
| Hex | CC | A6 | 61 | 0 | 13 | 34 | 14 | 27 | 33 | 3B |
| Octal | 314 | 246 | 141 | 0 | 23 | 64 | 24 | 47 | 63 | 73 |
| Binary | 11001100 | 10100110 | 1100001 | 0 | 10011 | 110100 | 10100 | 100111 | 110011 | 111011 |
Color Harmonies of #CCA661
Complementary color
Monochromatic Colors of #CCA661
Black with #CCA661
Text Example
Text Example
White with #CCA661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA661; }
p { color: rgb(204,166,97); }
H1.HeaderClassName
{
color: #CCA661;
}
.AnyTagClassName
{
color: #CCA661;
}
</style>
background-color css
<style>
a { background-color: #CCA661; }
a { background-color: rgb(204,166,97); }
div.DivClassName
{
background-color: #CCA661;
}
.BgClassName
{
background-color: #CCA661;
}
</style>
border-color css
<style>
span { border-color: #CCA661; }
span { border-color: rgb(204,166,97); }
td.TdClassName
{
border-color: #CCA661;
}
.TagClassName
{
border-color: #CCA661;
}
</style>