Shades of Galliano #C9A42C
Tints of Galliano #C9A42C
RGB
CMYK
RGB Variations
Color information
#C9A42C (or 0xC9A42C) is known color: Galliano. HEX triplet: C9, A4 and 2C. RGB value is (201,164,44). Sum of RGB (Red+Green+Blue) = 201+164+44=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A42C is #365BD3. Grayscale: #A1A1A1. Windows color (decimal): -3562452 or 2925769. OLE color: 2925769.
HSL color Cylindrical-coordinate representation of color #C9A42C: hue angle of 45.86º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9A42C is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 164 | 44 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.21 |
| HSL | 45.86º | 0.64% | 0.48% | - |
| HSV(B) | 45.86º | 0.78% | 0.79% | - |
| XYZ | 37.82 | 39.15 | 7.95 | - |
| YUV | 161.38 | 61.76 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 164 | 44 | 0 | 0.18 | 0.78 | 0.21 | 45.86 | 0.64 | 0.48 |
| Hex | C9 | A4 | 2C | 0 | 12 | 4E | 15 | 2E | 40 | 30 |
| Octal | 311 | 244 | 54 | 0 | 22 | 116 | 25 | 56 | 100 | 60 |
| Binary | 11001001 | 10100100 | 101100 | 0 | 10010 | 1001110 | 10101 | 101110 | 1000000 | 110000 |
Color Harmonies of #C9A42C
Complementary color
Monochromatic Colors of #C9A42C
Black with #C9A42C
Text Example
Text Example
White with #C9A42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A42C; }
p { color: rgb(201,164,44); }
H1.HeaderClassName
{
color: #C9A42C;
}
.AnyTagClassName
{
color: #C9A42C;
}
</style>
background-color css
<style>
a { background-color: #C9A42C; }
a { background-color: rgb(201,164,44); }
div.DivClassName
{
background-color: #C9A42C;
}
.BgClassName
{
background-color: #C9A42C;
}
</style>
border-color css
<style>
span { border-color: #C9A42C; }
span { border-color: rgb(201,164,44); }
td.TdClassName
{
border-color: #C9A42C;
}
.TagClassName
{
border-color: #C9A42C;
}
</style>