Shades of Galliano #C9A321
Tints of Galliano #C9A321
RGB
CMYK
RGB Variations
Color information
#C9A321 (or 0xC9A321) is known color: Galliano. HEX triplet: C9, A3 and 21. RGB value is (201,163,33). Sum of RGB (Red+Green+Blue) = 201+163+33=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A321 is #365CDE. Grayscale: #A0A0A0. Windows color (decimal): -3562719 or 2204617. OLE color: 2204617.
HSL color Cylindrical-coordinate representation of color #C9A321: hue angle of 46.43º degrees, saturation: 0.72, 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 #C9A321 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 33 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.21 |
| HSL | 46.43º | 0.72% | 0.46% | - |
| HSV(B) | 46.43º | 0.84% | 0.79% | - |
| XYZ | 37.46 | 38.72 | 6.94 | - |
| YUV | 159.54 | 56.59 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 33 | 0 | 0.19 | 0.84 | 0.21 | 46.43 | 0.72 | 0.46 |
| Hex | C9 | A3 | 21 | 0 | 13 | 54 | 15 | 2E | 48 | 2E |
| Octal | 311 | 243 | 41 | 0 | 23 | 124 | 25 | 56 | 110 | 56 |
| Binary | 11001001 | 10100011 | 100001 | 0 | 10011 | 1010100 | 10101 | 101110 | 1001000 | 101110 |
Color Harmonies of #C9A321
Complementary color
Monochromatic Colors of #C9A321
Black with #C9A321
Text Example
Text Example
White with #C9A321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A321; }
p { color: rgb(201,163,33); }
H1.HeaderClassName
{
color: #C9A321;
}
.AnyTagClassName
{
color: #C9A321;
}
</style>
background-color css
<style>
a { background-color: #C9A321; }
a { background-color: rgb(201,163,33); }
div.DivClassName
{
background-color: #C9A321;
}
.BgClassName
{
background-color: #C9A321;
}
</style>
border-color css
<style>
span { border-color: #C9A321; }
span { border-color: rgb(201,163,33); }
td.TdClassName
{
border-color: #C9A321;
}
.TagClassName
{
border-color: #C9A321;
}
</style>