Shades of Galliano #C9A329
Tints of Galliano #C9A329
RGB
CMYK
RGB Variations
Color information
#C9A329 (or 0xC9A329) is known color: Galliano. HEX triplet: C9, A3 and 29. RGB value is (201,163,41). Sum of RGB (Red+Green+Blue) = 201+163+41=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 41 (16.41% from 255 or 10.12% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A329 is #365CD6. Grayscale: #A0A0A0. Windows color (decimal): -3562711 or 2728905. OLE color: 2728905.
HSL color Cylindrical-coordinate representation of color #C9A329: hue angle of 45.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9A329 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 41 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.21 |
| HSL | 45.75º | 0.66% | 0.47% | - |
| HSV(B) | 45.75º | 0.8% | 0.79% | - |
| XYZ | 37.58 | 38.77 | 7.6 | - |
| YUV | 160.45 | 60.59 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 41 | 0 | 0.19 | 0.80 | 0.21 | 45.75 | 0.66 | 0.47 |
| Hex | C9 | A3 | 29 | 0 | 13 | 50 | 15 | 2E | 42 | 2F |
| Octal | 311 | 243 | 51 | 0 | 23 | 120 | 25 | 56 | 102 | 57 |
| Binary | 11001001 | 10100011 | 101001 | 0 | 10011 | 1010000 | 10101 | 101110 | 1000010 | 101111 |
Color Harmonies of #C9A329
Complementary color
Monochromatic Colors of #C9A329
Black with #C9A329
Text Example
Text Example
White with #C9A329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A329; }
p { color: rgb(201,163,41); }
H1.HeaderClassName
{
color: #C9A329;
}
.AnyTagClassName
{
color: #C9A329;
}
</style>
background-color css
<style>
a { background-color: #C9A329; }
a { background-color: rgb(201,163,41); }
div.DivClassName
{
background-color: #C9A329;
}
.BgClassName
{
background-color: #C9A329;
}
</style>
border-color css
<style>
span { border-color: #C9A329; }
span { border-color: rgb(201,163,41); }
td.TdClassName
{
border-color: #C9A329;
}
.TagClassName
{
border-color: #C9A329;
}
</style>