Shades of Apache #CCA05C
Tints of Apache #CCA05C
RGB
CMYK
RGB Variations
Color information
#CCA05C (or 0xCCA05C) is known color: Apache. HEX triplet: CC, A0 and 5C. RGB value is (204,160,92). Sum of RGB (Red+Green+Blue) = 204+160+92=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA05C is #335FA3. Grayscale: #A5A5A5. Windows color (decimal): -3366820 or 6070476. OLE color: 6070476.
HSL color Cylindrical-coordinate representation of color #CCA05C: hue angle of 36.43º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCA05C is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 92 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.2 |
| HSL | 36.43º | 0.52% | 0.58% | - |
| HSV(B) | 36.43º | 0.55% | 0.8% | - |
| XYZ | 39.4 | 38.75 | 15.53 | - |
| YUV | 165.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 92 | 0 | 0.22 | 0.55 | 0.2 | 36.43 | 0.52 | 0.58 |
| Hex | CC | A0 | 5C | 0 | 16 | 37 | 14 | 24 | 34 | 3A |
| Octal | 314 | 240 | 134 | 0 | 26 | 67 | 24 | 44 | 64 | 72 |
| Binary | 11001100 | 10100000 | 1011100 | 0 | 10110 | 110111 | 10100 | 100100 | 110100 | 111010 |
Color Harmonies of #CCA05C
Complementary color
Monochromatic Colors of #CCA05C
Black with #CCA05C
Text Example
Text Example
White with #CCA05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA05C; }
p { color: rgb(204,160,92); }
H1.HeaderClassName
{
color: #CCA05C;
}
.AnyTagClassName
{
color: #CCA05C;
}
</style>
background-color css
<style>
a { background-color: #CCA05C; }
a { background-color: rgb(204,160,92); }
div.DivClassName
{
background-color: #CCA05C;
}
.BgClassName
{
background-color: #CCA05C;
}
</style>
border-color css
<style>
span { border-color: #CCA05C; }
span { border-color: rgb(204,160,92); }
td.TdClassName
{
border-color: #CCA05C;
}
.TagClassName
{
border-color: #CCA05C;
}
</style>