Shades of Galliano #C9AA1B
Tints of Galliano #C9AA1B
RGB
CMYK
RGB Variations
Color information
#C9AA1B (or 0xC9AA1B) is known color: Galliano. HEX triplet: C9, AA and 1B. RGB value is (201,170,27). Sum of RGB (Red+Green+Blue) = 201+170+27=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AA1B is #3655E4. Grayscale: #A3A3A3. Windows color (decimal): -3560933 or 1813193. OLE color: 1813193.
HSL color Cylindrical-coordinate representation of color #C9AA1B: hue angle of 49.31º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9AA1B is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 27 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.21 |
| HSL | 49.31º | 0.76% | 0.45% | - |
| HSV(B) | 49.31º | 0.87% | 0.79% | - |
| XYZ | 38.66 | 41.25 | 6.96 | - |
| YUV | 162.97 | 51.27 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 27 | 0 | 0.15 | 0.87 | 0.21 | 49.31 | 0.76 | 0.45 |
| Hex | C9 | AA | 1B | 0 | F | 57 | 15 | 31 | 4C | 2D |
| Octal | 311 | 252 | 33 | 0 | 17 | 127 | 25 | 61 | 114 | 55 |
| Binary | 11001001 | 10101010 | 11011 | 0 | 1111 | 1010111 | 10101 | 110001 | 1001100 | 101101 |
Color Harmonies of #C9AA1B
Complementary color
Monochromatic Colors of #C9AA1B
Black with #C9AA1B
Text Example
Text Example
White with #C9AA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AA1B; }
p { color: rgb(201,170,27); }
H1.HeaderClassName
{
color: #C9AA1B;
}
.AnyTagClassName
{
color: #C9AA1B;
}
</style>
background-color css
<style>
a { background-color: #C9AA1B; }
a { background-color: rgb(201,170,27); }
div.DivClassName
{
background-color: #C9AA1B;
}
.BgClassName
{
background-color: #C9AA1B;
}
</style>
border-color css
<style>
span { border-color: #C9AA1B; }
span { border-color: rgb(201,170,27); }
td.TdClassName
{
border-color: #C9AA1B;
}
.TagClassName
{
border-color: #C9AA1B;
}
</style>