Shades of Galliano #C9A520
Tints of Galliano #C9A520
RGB
CMYK
RGB Variations
Color information
#C9A520 (or 0xC9A520) is known color: Galliano. HEX triplet: C9, A5 and 20. RGB value is (201,165,32). Sum of RGB (Red+Green+Blue) = 201+165+32=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A520 is #365ADF. Grayscale: #A1A1A1. Windows color (decimal): -3562208 or 2139593. OLE color: 2139593.
HSL color Cylindrical-coordinate representation of color #C9A520: hue angle of 47.22º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9A520 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 165 | 32 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.21 |
| HSL | 47.22º | 0.73% | 0.46% | - |
| HSV(B) | 47.22º | 0.84% | 0.79% | - |
| XYZ | 37.8 | 39.43 | 6.99 | - |
| YUV | 160.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 165 | 32 | 0 | 0.18 | 0.84 | 0.21 | 47.22 | 0.73 | 0.46 |
| Hex | C9 | A5 | 20 | 0 | 12 | 54 | 15 | 2F | 49 | 2E |
| Octal | 311 | 245 | 40 | 0 | 22 | 124 | 25 | 57 | 111 | 56 |
| Binary | 11001001 | 10100101 | 100000 | 0 | 10010 | 1010100 | 10101 | 101111 | 1001001 | 101110 |
Color Harmonies of #C9A520
Complementary color
Monochromatic Colors of #C9A520
Black with #C9A520
Text Example
Text Example
White with #C9A520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A520; }
p { color: rgb(201,165,32); }
H1.HeaderClassName
{
color: #C9A520;
}
.AnyTagClassName
{
color: #C9A520;
}
</style>
background-color css
<style>
a { background-color: #C9A520; }
a { background-color: rgb(201,165,32); }
div.DivClassName
{
background-color: #C9A520;
}
.BgClassName
{
background-color: #C9A520;
}
</style>
border-color css
<style>
span { border-color: #C9A520; }
span { border-color: rgb(201,165,32); }
td.TdClassName
{
border-color: #C9A520;
}
.TagClassName
{
border-color: #C9A520;
}
</style>