Shades of Galliano #C9A026
Tints of Galliano #C9A026
RGB
CMYK
RGB Variations
Color information
#C9A026 (or 0xC9A026) is known color: Galliano. HEX triplet: C9, A0 and 26. RGB value is (201,160,38). Sum of RGB (Red+Green+Blue) = 201+160+38=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A026 is #365FD9. Grayscale: #9E9E9E. Windows color (decimal): -3563482 or 2531529. OLE color: 2531529.
HSL color Cylindrical-coordinate representation of color #C9A026: hue angle of 44.91º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9A026 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 38 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.21 |
| HSL | 44.91º | 0.68% | 0.47% | - |
| HSV(B) | 44.91º | 0.81% | 0.79% | - |
| XYZ | 37.01 | 37.7 | 7.16 | - |
| YUV | 158.35 | 60.08 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 38 | 0 | 0.20 | 0.81 | 0.21 | 44.91 | 0.68 | 0.47 |
| Hex | C9 | A0 | 26 | 0 | 14 | 51 | 15 | 2D | 44 | 2F |
| Octal | 311 | 240 | 46 | 0 | 24 | 121 | 25 | 55 | 104 | 57 |
| Binary | 11001001 | 10100000 | 100110 | 0 | 10100 | 1010001 | 10101 | 101101 | 1000100 | 101111 |
Color Harmonies of #C9A026
Complementary color
Monochromatic Colors of #C9A026
Black with #C9A026
Text Example
Text Example
White with #C9A026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A026; }
p { color: rgb(201,160,38); }
H1.HeaderClassName
{
color: #C9A026;
}
.AnyTagClassName
{
color: #C9A026;
}
</style>
background-color css
<style>
a { background-color: #C9A026; }
a { background-color: rgb(201,160,38); }
div.DivClassName
{
background-color: #C9A026;
}
.BgClassName
{
background-color: #C9A026;
}
</style>
border-color css
<style>
span { border-color: #C9A026; }
span { border-color: rgb(201,160,38); }
td.TdClassName
{
border-color: #C9A026;
}
.TagClassName
{
border-color: #C9A026;
}
</style>