Shades of Galliano #C9AB1F
Tints of Galliano #C9AB1F
RGB
CMYK
RGB Variations
Color information
#C9AB1F (or 0xC9AB1F) is known color: Galliano. HEX triplet: C9, AB and 1F. RGB value is (201,171,31). Sum of RGB (Red+Green+Blue) = 201+171+31=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 31 (12.5% from 255 or 7.69% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AB1F is #3654E0. Grayscale: #A4A4A4. Windows color (decimal): -3560673 or 2075593. OLE color: 2075593.
HSL color Cylindrical-coordinate representation of color #C9AB1F: hue angle of 49.41º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9AB1F is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 31 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.21 |
| HSL | 49.41º | 0.73% | 0.45% | - |
| HSV(B) | 49.41º | 0.85% | 0.79% | - |
| XYZ | 38.9 | 41.64 | 7.28 | - |
| YUV | 164.01 | 52.94 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 31 | 0 | 0.15 | 0.85 | 0.21 | 49.41 | 0.73 | 0.45 |
| Hex | C9 | AB | 1F | 0 | F | 55 | 15 | 31 | 49 | 2D |
| Octal | 311 | 253 | 37 | 0 | 17 | 125 | 25 | 61 | 111 | 55 |
| Binary | 11001001 | 10101011 | 11111 | 0 | 1111 | 1010101 | 10101 | 110001 | 1001001 | 101101 |
Color Harmonies of #C9AB1F
Complementary color
Monochromatic Colors of #C9AB1F
Black with #C9AB1F
Text Example
Text Example
White with #C9AB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB1F; }
p { color: rgb(201,171,31); }
H1.HeaderClassName
{
color: #C9AB1F;
}
.AnyTagClassName
{
color: #C9AB1F;
}
</style>
background-color css
<style>
a { background-color: #C9AB1F; }
a { background-color: rgb(201,171,31); }
div.DivClassName
{
background-color: #C9AB1F;
}
.BgClassName
{
background-color: #C9AB1F;
}
</style>
border-color css
<style>
span { border-color: #C9AB1F; }
span { border-color: rgb(201,171,31); }
td.TdClassName
{
border-color: #C9AB1F;
}
.TagClassName
{
border-color: #C9AB1F;
}
</style>