Shades of Galliano #C9AA20
Tints of Galliano #C9AA20
RGB
CMYK
RGB Variations
Color information
#C9AA20 (or 0xC9AA20) is known color: Galliano. HEX triplet: C9, AA and 20. RGB value is (201,170,32). Sum of RGB (Red+Green+Blue) = 201+170+32=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AA20 is #3655DF. Grayscale: #A4A4A4. Windows color (decimal): -3560928 or 2140873. OLE color: 2140873.
HSL color Cylindrical-coordinate representation of color #C9AA20: hue angle of 48.99º 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 #C9AA20 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 32 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.21 |
| HSL | 48.99º | 0.73% | 0.46% | - |
| HSV(B) | 48.99º | 0.84% | 0.79% | - |
| XYZ | 38.72 | 41.27 | 7.29 | - |
| YUV | 163.54 | 53.77 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 32 | 0 | 0.15 | 0.84 | 0.21 | 48.99 | 0.73 | 0.46 |
| Hex | C9 | AA | 20 | 0 | F | 54 | 15 | 31 | 49 | 2E |
| Octal | 311 | 252 | 40 | 0 | 17 | 124 | 25 | 61 | 111 | 56 |
| Binary | 11001001 | 10101010 | 100000 | 0 | 1111 | 1010100 | 10101 | 110001 | 1001001 | 101110 |
Color Harmonies of #C9AA20
Complementary color
Monochromatic Colors of #C9AA20
Black with #C9AA20
Text Example
Text Example
White with #C9AA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AA20; }
p { color: rgb(201,170,32); }
H1.HeaderClassName
{
color: #C9AA20;
}
.AnyTagClassName
{
color: #C9AA20;
}
</style>
background-color css
<style>
a { background-color: #C9AA20; }
a { background-color: rgb(201,170,32); }
div.DivClassName
{
background-color: #C9AA20;
}
.BgClassName
{
background-color: #C9AA20;
}
</style>
border-color css
<style>
span { border-color: #C9AA20; }
span { border-color: rgb(201,170,32); }
td.TdClassName
{
border-color: #C9AA20;
}
.TagClassName
{
border-color: #C9AA20;
}
</style>