Shades of Galliano #C9AC29
Tints of Galliano #C9AC29
RGB
CMYK
RGB Variations
Color information
#C9AC29 (or 0xC9AC29) is known color: Galliano. HEX triplet: C9, AC and 29. RGB value is (201,172,41). Sum of RGB (Red+Green+Blue) = 201+172+41=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AC29 is #3653D6. Grayscale: #A6A6A6. Windows color (decimal): -3560407 or 2731209. OLE color: 2731209.
HSL color Cylindrical-coordinate representation of color #C9AC29: hue angle of 49.12º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9AC29 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 172 | 41 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.21 |
| HSL | 49.13º | 0.66% | 0.47% | - |
| HSV(B) | 49.13º | 0.8% | 0.79% | - |
| XYZ | 39.24 | 42.08 | 8.15 | - |
| YUV | 165.74 | 57.61 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 172 | 41 | 0 | 0.14 | 0.80 | 0.21 | 49.13 | 0.66 | 0.47 |
| Hex | C9 | AC | 29 | 0 | E | 50 | 15 | 31 | 42 | 2F |
| Octal | 311 | 254 | 51 | 0 | 16 | 120 | 25 | 61 | 102 | 57 |
| Binary | 11001001 | 10101100 | 101001 | 0 | 1110 | 1010000 | 10101 | 110001 | 1000010 | 101111 |
Color Harmonies of #C9AC29
Complementary color
Monochromatic Colors of #C9AC29
Black with #C9AC29
Text Example
Text Example
White with #C9AC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AC29; }
p { color: rgb(201,172,41); }
H1.HeaderClassName
{
color: #C9AC29;
}
.AnyTagClassName
{
color: #C9AC29;
}
</style>
background-color css
<style>
a { background-color: #C9AC29; }
a { background-color: rgb(201,172,41); }
div.DivClassName
{
background-color: #C9AC29;
}
.BgClassName
{
background-color: #C9AC29;
}
</style>
border-color css
<style>
span { border-color: #C9AC29; }
span { border-color: rgb(201,172,41); }
td.TdClassName
{
border-color: #C9AC29;
}
.TagClassName
{
border-color: #C9AC29;
}
</style>