Shades of Galliano #C9A325
Tints of Galliano #C9A325
RGB
CMYK
RGB Variations
Color information
#C9A325 (or 0xC9A325) is known color: Galliano. HEX triplet: C9, A3 and 25. RGB value is (201,163,37). Sum of RGB (Red+Green+Blue) = 201+163+37=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A325 is #365CDA. Grayscale: #A0A0A0. Windows color (decimal): -3562715 or 2466761. OLE color: 2466761.
HSL color Cylindrical-coordinate representation of color #C9A325: hue angle of 46.1º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9A325 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 163 | 37 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.21 |
| HSL | 46.1º | 0.69% | 0.47% | - |
| HSV(B) | 46.1º | 0.82% | 0.79% | - |
| XYZ | 37.52 | 38.75 | 7.25 | - |
| YUV | 160 | 58.59 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 163 | 37 | 0 | 0.19 | 0.82 | 0.21 | 46.1 | 0.69 | 0.47 |
| Hex | C9 | A3 | 25 | 0 | 13 | 52 | 15 | 2E | 45 | 2F |
| Octal | 311 | 243 | 45 | 0 | 23 | 122 | 25 | 56 | 105 | 57 |
| Binary | 11001001 | 10100011 | 100101 | 0 | 10011 | 1010010 | 10101 | 101110 | 1000101 | 101111 |
Color Harmonies of #C9A325
Complementary color
Monochromatic Colors of #C9A325
Black with #C9A325
Text Example
Text Example
White with #C9A325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A325; }
p { color: rgb(201,163,37); }
H1.HeaderClassName
{
color: #C9A325;
}
.AnyTagClassName
{
color: #C9A325;
}
</style>
background-color css
<style>
a { background-color: #C9A325; }
a { background-color: rgb(201,163,37); }
div.DivClassName
{
background-color: #C9A325;
}
.BgClassName
{
background-color: #C9A325;
}
</style>
border-color css
<style>
span { border-color: #C9A325; }
span { border-color: rgb(201,163,37); }
td.TdClassName
{
border-color: #C9A325;
}
.TagClassName
{
border-color: #C9A325;
}
</style>