Shades of Galliano #C9A925
Tints of Galliano #C9A925
RGB
CMYK
RGB Variations
Color information
#C9A925 (or 0xC9A925) is known color: Galliano. HEX triplet: C9, A9 and 25. RGB value is (201,169,37). Sum of RGB (Red+Green+Blue) = 201+169+37=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A925 is #3656DA. Grayscale: #A4A4A4. Windows color (decimal): -3561179 or 2468297. OLE color: 2468297.
HSL color Cylindrical-coordinate representation of color #C9A925: hue angle of 48.29º 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 #C9A925 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 37 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.21 |
| HSL | 48.29º | 0.69% | 0.47% | - |
| HSV(B) | 48.29º | 0.82% | 0.79% | - |
| XYZ | 38.61 | 40.93 | 7.62 | - |
| YUV | 163.52 | 56.6 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 37 | 0 | 0.16 | 0.82 | 0.21 | 48.29 | 0.69 | 0.47 |
| Hex | C9 | A9 | 25 | 0 | 10 | 52 | 15 | 30 | 45 | 2F |
| Octal | 311 | 251 | 45 | 0 | 20 | 122 | 25 | 60 | 105 | 57 |
| Binary | 11001001 | 10101001 | 100101 | 0 | 10000 | 1010010 | 10101 | 110000 | 1000101 | 101111 |
Color Harmonies of #C9A925
Complementary color
Monochromatic Colors of #C9A925
Black with #C9A925
Text Example
Text Example
White with #C9A925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A925; }
p { color: rgb(201,169,37); }
H1.HeaderClassName
{
color: #C9A925;
}
.AnyTagClassName
{
color: #C9A925;
}
</style>
background-color css
<style>
a { background-color: #C9A925; }
a { background-color: rgb(201,169,37); }
div.DivClassName
{
background-color: #C9A925;
}
.BgClassName
{
background-color: #C9A925;
}
</style>
border-color css
<style>
span { border-color: #C9A925; }
span { border-color: rgb(201,169,37); }
td.TdClassName
{
border-color: #C9A925;
}
.TagClassName
{
border-color: #C9A925;
}
</style>