Shades of Galliano #C9A02B
Tints of Galliano #C9A02B
RGB
CMYK
RGB Variations
Color information
#C9A02B (or 0xC9A02B) is known color: Galliano. HEX triplet: C9, A0 and 2B. RGB value is (201,160,43). Sum of RGB (Red+Green+Blue) = 201+160+43=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A02B is #365FD4. Grayscale: #9F9F9F. Windows color (decimal): -3563477 or 2859209. OLE color: 2859209.
HSL color Cylindrical-coordinate representation of color #C9A02B: hue angle of 44.43º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9A02B is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 160 | 43 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.21 |
| HSL | 44.43º | 0.65% | 0.48% | - |
| HSV(B) | 44.43º | 0.79% | 0.79% | - |
| XYZ | 37.09 | 37.73 | 7.61 | - |
| YUV | 158.92 | 62.58 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 160 | 43 | 0 | 0.20 | 0.79 | 0.21 | 44.43 | 0.65 | 0.48 |
| Hex | C9 | A0 | 2B | 0 | 14 | 4F | 15 | 2C | 41 | 30 |
| Octal | 311 | 240 | 53 | 0 | 24 | 117 | 25 | 54 | 101 | 60 |
| Binary | 11001001 | 10100000 | 101011 | 0 | 10100 | 1001111 | 10101 | 101100 | 1000001 | 110000 |
Color Harmonies of #C9A02B
Complementary color
Monochromatic Colors of #C9A02B
Black with #C9A02B
Text Example
Text Example
White with #C9A02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A02B; }
p { color: rgb(201,160,43); }
H1.HeaderClassName
{
color: #C9A02B;
}
.AnyTagClassName
{
color: #C9A02B;
}
</style>
background-color css
<style>
a { background-color: #C9A02B; }
a { background-color: rgb(201,160,43); }
div.DivClassName
{
background-color: #C9A02B;
}
.BgClassName
{
background-color: #C9A02B;
}
</style>
border-color css
<style>
span { border-color: #C9A02B; }
span { border-color: rgb(201,160,43); }
td.TdClassName
{
border-color: #C9A02B;
}
.TagClassName
{
border-color: #C9A02B;
}
</style>