Shades of Apache #CCA65E
Tints of Apache #CCA65E
RGB
CMYK
RGB Variations
Color information
#CCA65E (or 0xCCA65E) is known color: Apache. HEX triplet: CC, A6 and 5E. RGB value is (204,166,94). Sum of RGB (Red+Green+Blue) = 204+166+94=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA65E is #3359A1. Grayscale: #A9A9A9. Windows color (decimal): -3365282 or 6203084. OLE color: 6203084.
HSL color Cylindrical-coordinate representation of color #CCA65E: hue angle of 39.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCA65E is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 94 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.2 |
| HSL | 39.27º | 0.52% | 0.58% | - |
| HSV(B) | 39.27º | 0.54% | 0.8% | - |
| XYZ | 40.56 | 40.92 | 16.35 | - |
| YUV | 169.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 94 | 0 | 0.19 | 0.54 | 0.2 | 39.27 | 0.52 | 0.58 |
| Hex | CC | A6 | 5E | 0 | 13 | 36 | 14 | 27 | 34 | 3A |
| Octal | 314 | 246 | 136 | 0 | 23 | 66 | 24 | 47 | 64 | 72 |
| Binary | 11001100 | 10100110 | 1011110 | 0 | 10011 | 110110 | 10100 | 100111 | 110100 | 111010 |
Color Harmonies of #CCA65E
Complementary color
Monochromatic Colors of #CCA65E
Black with #CCA65E
Text Example
Text Example
White with #CCA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA65E; }
p { color: rgb(204,166,94); }
H1.HeaderClassName
{
color: #CCA65E;
}
.AnyTagClassName
{
color: #CCA65E;
}
</style>
background-color css
<style>
a { background-color: #CCA65E; }
a { background-color: rgb(204,166,94); }
div.DivClassName
{
background-color: #CCA65E;
}
.BgClassName
{
background-color: #CCA65E;
}
</style>
border-color css
<style>
span { border-color: #CCA65E; }
span { border-color: rgb(204,166,94); }
td.TdClassName
{
border-color: #CCA65E;
}
.TagClassName
{
border-color: #CCA65E;
}
</style>