Shades of Galliano #C9A322
Tints of Galliano #C9A322
RGB
CMYK
RGB Variations
Color information
#C9A322 (or 0xC9A322) is known color: Galliano. HEX triplet: C9, A3 and 22. RGB value is (201,163,34). Sum of RGB (Red+Green+Blue) = 201+163+34=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A322 is #365CDD. Grayscale: #A0A0A0. Windows color (decimal): -3562718 or 2270153. OLE color: 2270153.
HSL color Cylindrical-coordinate representation of color #C9A322: hue angle of 46.35º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9A322 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 34 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.21 |
| HSL | 46.35º | 0.71% | 0.46% | - |
| HSV(B) | 46.35º | 0.83% | 0.79% | - |
| XYZ | 37.47 | 38.73 | 7.01 | - |
| YUV | 159.66 | 57.09 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 34 | 0 | 0.19 | 0.83 | 0.21 | 46.35 | 0.71 | 0.46 |
| Hex | C9 | A3 | 22 | 0 | 13 | 53 | 15 | 2E | 47 | 2E |
| Octal | 311 | 243 | 42 | 0 | 23 | 123 | 25 | 56 | 107 | 56 |
| Binary | 11001001 | 10100011 | 100010 | 0 | 10011 | 1010011 | 10101 | 101110 | 1000111 | 101110 |
Color Harmonies of #C9A322
Complementary color
Monochromatic Colors of #C9A322
Black with #C9A322
Text Example
Text Example
White with #C9A322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A322; }
p { color: rgb(201,163,34); }
H1.HeaderClassName
{
color: #C9A322;
}
.AnyTagClassName
{
color: #C9A322;
}
</style>
background-color css
<style>
a { background-color: #C9A322; }
a { background-color: rgb(201,163,34); }
div.DivClassName
{
background-color: #C9A322;
}
.BgClassName
{
background-color: #C9A322;
}
</style>
border-color css
<style>
span { border-color: #C9A322; }
span { border-color: rgb(201,163,34); }
td.TdClassName
{
border-color: #C9A322;
}
.TagClassName
{
border-color: #C9A322;
}
</style>