Shades of Apache #CCA75D
Tints of Apache #CCA75D
RGB
CMYK
RGB Variations
Color information
#CCA75D (or 0xCCA75D) is known color: Apache. HEX triplet: CC, A7 and 5D. RGB value is (204,167,93). Sum of RGB (Red+Green+Blue) = 204+167+93=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA75D is #3358A2. Grayscale: #A9A9A9. Windows color (decimal): -3365027 or 6137804. OLE color: 6137804.
HSL color Cylindrical-coordinate representation of color #CCA75D: hue angle of 40º 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 #CCA75D is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 93 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.2 |
| HSL | 40º | 0.52% | 0.58% | - |
| HSV(B) | 40º | 0.54% | 0.8% | - |
| XYZ | 40.7 | 41.27 | 16.18 | - |
| YUV | 169.63 | 84.76 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 93 | 0 | 0.18 | 0.54 | 0.2 | 40 | 0.52 | 0.58 |
| Hex | CC | A7 | 5D | 0 | 12 | 36 | 14 | 28 | 34 | 3A |
| Octal | 314 | 247 | 135 | 0 | 22 | 66 | 24 | 50 | 64 | 72 |
| Binary | 11001100 | 10100111 | 1011101 | 0 | 10010 | 110110 | 10100 | 101000 | 110100 | 111010 |
Color Harmonies of #CCA75D
Complementary color
Monochromatic Colors of #CCA75D
Black with #CCA75D
Text Example
Text Example
White with #CCA75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA75D; }
p { color: rgb(204,167,93); }
H1.HeaderClassName
{
color: #CCA75D;
}
.AnyTagClassName
{
color: #CCA75D;
}
</style>
background-color css
<style>
a { background-color: #CCA75D; }
a { background-color: rgb(204,167,93); }
div.DivClassName
{
background-color: #CCA75D;
}
.BgClassName
{
background-color: #CCA75D;
}
</style>
border-color css
<style>
span { border-color: #CCA75D; }
span { border-color: rgb(204,167,93); }
td.TdClassName
{
border-color: #CCA75D;
}
.TagClassName
{
border-color: #CCA75D;
}
</style>