Shades of Galliano #C9A62B
Tints of Galliano #C9A62B
RGB
CMYK
RGB Variations
Color information
#C9A62B (or 0xC9A62B) is known color: Galliano. HEX triplet: C9, A6 and 2B. RGB value is (201,166,43). Sum of RGB (Red+Green+Blue) = 201+166+43=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A62B is #3659D4. Grayscale: #A2A2A2. Windows color (decimal): -3561941 or 2860745. OLE color: 2860745.
HSL color Cylindrical-coordinate representation of color #C9A62B: hue angle of 46.71º 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 #C9A62B is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 166 | 43 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.21 |
| HSL | 46.71º | 0.65% | 0.48% | - |
| HSV(B) | 46.71º | 0.79% | 0.79% | - |
| XYZ | 38.16 | 39.86 | 7.97 | - |
| YUV | 162.44 | 60.6 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 166 | 43 | 0 | 0.17 | 0.79 | 0.21 | 46.71 | 0.65 | 0.48 |
| Hex | C9 | A6 | 2B | 0 | 11 | 4F | 15 | 2F | 41 | 30 |
| Octal | 311 | 246 | 53 | 0 | 21 | 117 | 25 | 57 | 101 | 60 |
| Binary | 11001001 | 10100110 | 101011 | 0 | 10001 | 1001111 | 10101 | 101111 | 1000001 | 110000 |
Color Harmonies of #C9A62B
Complementary color
Monochromatic Colors of #C9A62B
Black with #C9A62B
Text Example
Text Example
White with #C9A62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A62B; }
p { color: rgb(201,166,43); }
H1.HeaderClassName
{
color: #C9A62B;
}
.AnyTagClassName
{
color: #C9A62B;
}
</style>
background-color css
<style>
a { background-color: #C9A62B; }
a { background-color: rgb(201,166,43); }
div.DivClassName
{
background-color: #C9A62B;
}
.BgClassName
{
background-color: #C9A62B;
}
</style>
border-color css
<style>
span { border-color: #C9A62B; }
span { border-color: rgb(201,166,43); }
td.TdClassName
{
border-color: #C9A62B;
}
.TagClassName
{
border-color: #C9A62B;
}
</style>