Shades of Galliano #C9AB1C
Tints of Galliano #C9AB1C
RGB
CMYK
RGB Variations
Color information
#C9AB1C (or 0xC9AB1C) is known color: Galliano. HEX triplet: C9, AB and 1C. RGB value is (201,171,28). Sum of RGB (Red+Green+Blue) = 201+171+28=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AB1C is #3654E3. Grayscale: #A4A4A4. Windows color (decimal): -3560676 or 1878985. OLE color: 1878985.
HSL color Cylindrical-coordinate representation of color #C9AB1C: hue angle of 49.6º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9AB1C is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 28 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.21 |
| HSL | 49.6º | 0.76% | 0.45% | - |
| HSV(B) | 49.6º | 0.86% | 0.79% | - |
| XYZ | 38.86 | 41.63 | 7.09 | - |
| YUV | 163.67 | 51.44 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 28 | 0 | 0.15 | 0.86 | 0.21 | 49.6 | 0.76 | 0.45 |
| Hex | C9 | AB | 1C | 0 | F | 56 | 15 | 32 | 4C | 2D |
| Octal | 311 | 253 | 34 | 0 | 17 | 126 | 25 | 62 | 114 | 55 |
| Binary | 11001001 | 10101011 | 11100 | 0 | 1111 | 1010110 | 10101 | 110010 | 1001100 | 101101 |
Color Harmonies of #C9AB1C
Complementary color
Monochromatic Colors of #C9AB1C
Black with #C9AB1C
Text Example
Text Example
White with #C9AB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB1C; }
p { color: rgb(201,171,28); }
H1.HeaderClassName
{
color: #C9AB1C;
}
.AnyTagClassName
{
color: #C9AB1C;
}
</style>
background-color css
<style>
a { background-color: #C9AB1C; }
a { background-color: rgb(201,171,28); }
div.DivClassName
{
background-color: #C9AB1C;
}
.BgClassName
{
background-color: #C9AB1C;
}
</style>
border-color css
<style>
span { border-color: #C9AB1C; }
span { border-color: rgb(201,171,28); }
td.TdClassName
{
border-color: #C9AB1C;
}
.TagClassName
{
border-color: #C9AB1C;
}
</style>