Shades of Galliano #C9A222
Tints of Galliano #C9A222
RGB
CMYK
RGB Variations
Color information
#C9A222 (or 0xC9A222) is known color: Galliano. HEX triplet: C9, A2 and 22. RGB value is (201,162,34). Sum of RGB (Red+Green+Blue) = 201+162+34=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A222 is #365DDD. Grayscale: #9F9F9F. Windows color (decimal): -3562974 or 2269897. OLE color: 2269897.
HSL color Cylindrical-coordinate representation of color #C9A222: hue angle of 45.99º degrees, saturation: 0.71, 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 #C9A222 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 162 | 34 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.21 |
| HSL | 45.99º | 0.71% | 0.46% | - |
| HSV(B) | 45.99º | 0.83% | 0.79% | - |
| XYZ | 37.3 | 38.37 | 6.95 | - |
| YUV | 159.07 | 57.42 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 162 | 34 | 0 | 0.19 | 0.83 | 0.21 | 45.99 | 0.71 | 0.46 |
| Hex | C9 | A2 | 22 | 0 | 13 | 53 | 15 | 2E | 47 | 2E |
| Octal | 311 | 242 | 42 | 0 | 23 | 123 | 25 | 56 | 107 | 56 |
| Binary | 11001001 | 10100010 | 100010 | 0 | 10011 | 1010011 | 10101 | 101110 | 1000111 | 101110 |
Color Harmonies of #C9A222
Complementary color
Monochromatic Colors of #C9A222
Black with #C9A222
Text Example
Text Example
White with #C9A222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A222; }
p { color: rgb(201,162,34); }
H1.HeaderClassName
{
color: #C9A222;
}
.AnyTagClassName
{
color: #C9A222;
}
</style>
background-color css
<style>
a { background-color: #C9A222; }
a { background-color: rgb(201,162,34); }
div.DivClassName
{
background-color: #C9A222;
}
.BgClassName
{
background-color: #C9A222;
}
</style>
border-color css
<style>
span { border-color: #C9A222; }
span { border-color: rgb(201,162,34); }
td.TdClassName
{
border-color: #C9A222;
}
.TagClassName
{
border-color: #C9A222;
}
</style>