Shades of Galliano #C9AA28
Tints of Galliano #C9AA28
RGB
CMYK
RGB Variations
Color information
#C9AA28 (or 0xC9AA28) is known color: Galliano. HEX triplet: C9, AA and 28. RGB value is (201,170,40). Sum of RGB (Red+Green+Blue) = 201+170+40=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AA28 is #3655D7. Grayscale: #A5A5A5. Windows color (decimal): -3560920 or 2665161. OLE color: 2665161.
HSL color Cylindrical-coordinate representation of color #C9AA28: hue angle of 48.45º degrees, saturation: 0.67, 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 #C9AA28 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 40 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.21 |
| HSL | 48.45º | 0.67% | 0.47% | - |
| HSV(B) | 48.45º | 0.8% | 0.79% | - |
| XYZ | 38.85 | 41.32 | 7.94 | - |
| YUV | 164.45 | 57.77 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 40 | 0 | 0.15 | 0.80 | 0.21 | 48.45 | 0.67 | 0.47 |
| Hex | C9 | AA | 28 | 0 | F | 50 | 15 | 30 | 43 | 2F |
| Octal | 311 | 252 | 50 | 0 | 17 | 120 | 25 | 60 | 103 | 57 |
| Binary | 11001001 | 10101010 | 101000 | 0 | 1111 | 1010000 | 10101 | 110000 | 1000011 | 101111 |
Color Harmonies of #C9AA28
Complementary color
Monochromatic Colors of #C9AA28
Black with #C9AA28
Text Example
Text Example
White with #C9AA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AA28; }
p { color: rgb(201,170,40); }
H1.HeaderClassName
{
color: #C9AA28;
}
.AnyTagClassName
{
color: #C9AA28;
}
</style>
background-color css
<style>
a { background-color: #C9AA28; }
a { background-color: rgb(201,170,40); }
div.DivClassName
{
background-color: #C9AA28;
}
.BgClassName
{
background-color: #C9AA28;
}
</style>
border-color css
<style>
span { border-color: #C9AA28; }
span { border-color: rgb(201,170,40); }
td.TdClassName
{
border-color: #C9AA28;
}
.TagClassName
{
border-color: #C9AA28;
}
</style>