Shades of Galliano #C9AB21
Tints of Galliano #C9AB21
RGB
CMYK
RGB Variations
Color information
#C9AB21 (or 0xC9AB21) is known color: Galliano. HEX triplet: C9, AB and 21. RGB value is (201,171,33). Sum of RGB (Red+Green+Blue) = 201+171+33=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AB21 is #3654DE. Grayscale: #A4A4A4. Windows color (decimal): -3560671 or 2206665. OLE color: 2206665.
HSL color Cylindrical-coordinate representation of color #C9AB21: hue angle of 49.29º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9AB21 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 33 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.21 |
| HSL | 49.29º | 0.72% | 0.46% | - |
| HSV(B) | 49.29º | 0.84% | 0.79% | - |
| XYZ | 38.92 | 41.65 | 7.43 | - |
| YUV | 164.24 | 53.94 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 33 | 0 | 0.15 | 0.84 | 0.21 | 49.29 | 0.72 | 0.46 |
| Hex | C9 | AB | 21 | 0 | F | 54 | 15 | 31 | 48 | 2E |
| Octal | 311 | 253 | 41 | 0 | 17 | 124 | 25 | 61 | 110 | 56 |
| Binary | 11001001 | 10101011 | 100001 | 0 | 1111 | 1010100 | 10101 | 110001 | 1001000 | 101110 |
Color Harmonies of #C9AB21
Complementary color
Monochromatic Colors of #C9AB21
Black with #C9AB21
Text Example
Text Example
White with #C9AB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB21; }
p { color: rgb(201,171,33); }
H1.HeaderClassName
{
color: #C9AB21;
}
.AnyTagClassName
{
color: #C9AB21;
}
</style>
background-color css
<style>
a { background-color: #C9AB21; }
a { background-color: rgb(201,171,33); }
div.DivClassName
{
background-color: #C9AB21;
}
.BgClassName
{
background-color: #C9AB21;
}
</style>
border-color css
<style>
span { border-color: #C9AB21; }
span { border-color: rgb(201,171,33); }
td.TdClassName
{
border-color: #C9AB21;
}
.TagClassName
{
border-color: #C9AB21;
}
</style>