Shades of Apache #CCA55B
Tints of Apache #CCA55B
RGB
CMYK
RGB Variations
Color information
#CCA55B (or 0xCCA55B) is known color: Apache. HEX triplet: CC, A5 and 5B. RGB value is (204,165,91). Sum of RGB (Red+Green+Blue) = 204+165+91=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA55B is #335AA4. Grayscale: #A8A8A8. Windows color (decimal): -3365541 or 6006220. OLE color: 6006220.
HSL color Cylindrical-coordinate representation of color #CCA55B: hue angle of 39.29º degrees, saturation: 0.53, 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 #CCA55B is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 91 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.2 |
| HSL | 39.29º | 0.53% | 0.58% | - |
| HSV(B) | 39.29º | 0.55% | 0.8% | - |
| XYZ | 40.25 | 40.5 | 15.59 | - |
| YUV | 168.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 91 | 0 | 0.19 | 0.55 | 0.2 | 39.29 | 0.53 | 0.58 |
| Hex | CC | A5 | 5B | 0 | 13 | 37 | 14 | 27 | 35 | 3A |
| Octal | 314 | 245 | 133 | 0 | 23 | 67 | 24 | 47 | 65 | 72 |
| Binary | 11001100 | 10100101 | 1011011 | 0 | 10011 | 110111 | 10100 | 100111 | 110101 | 111010 |
Color Harmonies of #CCA55B
Complementary color
Monochromatic Colors of #CCA55B
Black with #CCA55B
Text Example
Text Example
White with #CCA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA55B; }
p { color: rgb(204,165,91); }
H1.HeaderClassName
{
color: #CCA55B;
}
.AnyTagClassName
{
color: #CCA55B;
}
</style>
background-color css
<style>
a { background-color: #CCA55B; }
a { background-color: rgb(204,165,91); }
div.DivClassName
{
background-color: #CCA55B;
}
.BgClassName
{
background-color: #CCA55B;
}
</style>
border-color css
<style>
span { border-color: #CCA55B; }
span { border-color: rgb(204,165,91); }
td.TdClassName
{
border-color: #CCA55B;
}
.TagClassName
{
border-color: #CCA55B;
}
</style>