Shades of Galliano #C9A123
Tints of Galliano #C9A123
RGB
CMYK
RGB Variations
Color information
#C9A123 (or 0xC9A123) is known color: Galliano. HEX triplet: C9, A1 and 23. RGB value is (201,161,35). Sum of RGB (Red+Green+Blue) = 201+161+35=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 35 (14.06% from 255 or 8.82% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A123 is #365EDC. Grayscale: #9F9F9F. Windows color (decimal): -3563229 or 2335177. OLE color: 2335177.
HSL color Cylindrical-coordinate representation of color #C9A123: hue angle of 45.54º degrees, saturation: 0.7, 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 #C9A123 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 35 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.21 |
| HSL | 45.54º | 0.7% | 0.46% | - |
| HSV(B) | 45.54º | 0.83% | 0.79% | - |
| XYZ | 37.14 | 38.03 | 6.97 | - |
| YUV | 158.6 | 58.25 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 35 | 0 | 0.20 | 0.83 | 0.21 | 45.54 | 0.7 | 0.46 |
| Hex | C9 | A1 | 23 | 0 | 14 | 53 | 15 | 2E | 46 | 2E |
| Octal | 311 | 241 | 43 | 0 | 24 | 123 | 25 | 56 | 106 | 56 |
| Binary | 11001001 | 10100001 | 100011 | 0 | 10100 | 1010011 | 10101 | 101110 | 1000110 | 101110 |
Color Harmonies of #C9A123
Complementary color
Monochromatic Colors of #C9A123
Black with #C9A123
Text Example
Text Example
White with #C9A123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A123; }
p { color: rgb(201,161,35); }
H1.HeaderClassName
{
color: #C9A123;
}
.AnyTagClassName
{
color: #C9A123;
}
</style>
background-color css
<style>
a { background-color: #C9A123; }
a { background-color: rgb(201,161,35); }
div.DivClassName
{
background-color: #C9A123;
}
.BgClassName
{
background-color: #C9A123;
}
</style>
border-color css
<style>
span { border-color: #C9A123; }
span { border-color: rgb(201,161,35); }
td.TdClassName
{
border-color: #C9A123;
}
.TagClassName
{
border-color: #C9A123;
}
</style>