Shades of Apache #CCA55C
Tints of Apache #CCA55C
RGB
CMYK
RGB Variations
Color information
#CCA55C (or 0xCCA55C) is known color: Apache. HEX triplet: CC, A5 and 5C. RGB value is (204,165,92). Sum of RGB (Red+Green+Blue) = 204+165+92=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA55C is #335AA3. Grayscale: #A8A8A8. Windows color (decimal): -3365540 or 6071756. OLE color: 6071756.
HSL color Cylindrical-coordinate representation of color #CCA55C: hue angle of 39.11º 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 #CCA55C is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 92 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.2 |
| HSL | 39.11º | 0.52% | 0.58% | - |
| HSV(B) | 39.11º | 0.55% | 0.8% | - |
| XYZ | 40.29 | 40.52 | 15.82 | - |
| YUV | 168.34 | 84.92 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 92 | 0 | 0.19 | 0.55 | 0.2 | 39.11 | 0.52 | 0.58 |
| Hex | CC | A5 | 5C | 0 | 13 | 37 | 14 | 27 | 34 | 3A |
| Octal | 314 | 245 | 134 | 0 | 23 | 67 | 24 | 47 | 64 | 72 |
| Binary | 11001100 | 10100101 | 1011100 | 0 | 10011 | 110111 | 10100 | 100111 | 110100 | 111010 |
Color Harmonies of #CCA55C
Complementary color
Monochromatic Colors of #CCA55C
Black with #CCA55C
Text Example
Text Example
White with #CCA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA55C; }
p { color: rgb(204,165,92); }
H1.HeaderClassName
{
color: #CCA55C;
}
.AnyTagClassName
{
color: #CCA55C;
}
</style>
background-color css
<style>
a { background-color: #CCA55C; }
a { background-color: rgb(204,165,92); }
div.DivClassName
{
background-color: #CCA55C;
}
.BgClassName
{
background-color: #CCA55C;
}
</style>
border-color css
<style>
span { border-color: #CCA55C; }
span { border-color: rgb(204,165,92); }
td.TdClassName
{
border-color: #CCA55C;
}
.TagClassName
{
border-color: #CCA55C;
}
</style>