Shades of Apache #CCA65D
Tints of Apache #CCA65D
RGB
CMYK
RGB Variations
Color information
#CCA65D (or 0xCCA65D) is known color: Apache. HEX triplet: CC, A6 and 5D. RGB value is (204,166,93). Sum of RGB (Red+Green+Blue) = 204+166+93=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA65D is #3359A2. Grayscale: #A9A9A9. Windows color (decimal): -3365283 or 6137548. OLE color: 6137548.
HSL color Cylindrical-coordinate representation of color #CCA65D: hue angle of 39.46º 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 #CCA65D is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 93 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.2 |
| HSL | 39.46º | 0.52% | 0.58% | - |
| HSV(B) | 39.46º | 0.54% | 0.8% | - |
| XYZ | 40.51 | 40.9 | 16.12 | - |
| YUV | 169.04 | 85.09 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 93 | 0 | 0.19 | 0.54 | 0.2 | 39.46 | 0.52 | 0.58 |
| Hex | CC | A6 | 5D | 0 | 13 | 36 | 14 | 27 | 34 | 3A |
| Octal | 314 | 246 | 135 | 0 | 23 | 66 | 24 | 47 | 64 | 72 |
| Binary | 11001100 | 10100110 | 1011101 | 0 | 10011 | 110110 | 10100 | 100111 | 110100 | 111010 |
Color Harmonies of #CCA65D
Complementary color
Monochromatic Colors of #CCA65D
Black with #CCA65D
Text Example
Text Example
White with #CCA65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA65D; }
p { color: rgb(204,166,93); }
H1.HeaderClassName
{
color: #CCA65D;
}
.AnyTagClassName
{
color: #CCA65D;
}
</style>
background-color css
<style>
a { background-color: #CCA65D; }
a { background-color: rgb(204,166,93); }
div.DivClassName
{
background-color: #CCA65D;
}
.BgClassName
{
background-color: #CCA65D;
}
</style>
border-color css
<style>
span { border-color: #CCA65D; }
span { border-color: rgb(204,166,93); }
td.TdClassName
{
border-color: #CCA65D;
}
.TagClassName
{
border-color: #CCA65D;
}
</style>