Shades of Galliano #C9AB28
Tints of Galliano #C9AB28
RGB
CMYK
RGB Variations
Color information
#C9AB28 (or 0xC9AB28) is known color: Galliano. HEX triplet: C9, AB and 28. RGB value is (201,171,40). Sum of RGB (Red+Green+Blue) = 201+171+40=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AB28 is #3654D7. Grayscale: #A5A5A5. Windows color (decimal): -3560664 or 2665417. OLE color: 2665417.
HSL color Cylindrical-coordinate representation of color #C9AB28: hue angle of 48.82º 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 #C9AB28 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 40 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.21 |
| HSL | 48.82º | 0.67% | 0.47% | - |
| HSV(B) | 48.82º | 0.8% | 0.79% | - |
| XYZ | 39.03 | 41.7 | 8 | - |
| YUV | 165.04 | 57.44 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 40 | 0 | 0.15 | 0.80 | 0.21 | 48.82 | 0.67 | 0.47 |
| Hex | C9 | AB | 28 | 0 | F | 50 | 15 | 31 | 43 | 2F |
| Octal | 311 | 253 | 50 | 0 | 17 | 120 | 25 | 61 | 103 | 57 |
| Binary | 11001001 | 10101011 | 101000 | 0 | 1111 | 1010000 | 10101 | 110001 | 1000011 | 101111 |
Color Harmonies of #C9AB28
Complementary color
Monochromatic Colors of #C9AB28
Black with #C9AB28
Text Example
Text Example
White with #C9AB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AB28; }
p { color: rgb(201,171,40); }
H1.HeaderClassName
{
color: #C9AB28;
}
.AnyTagClassName
{
color: #C9AB28;
}
</style>
background-color css
<style>
a { background-color: #C9AB28; }
a { background-color: rgb(201,171,40); }
div.DivClassName
{
background-color: #C9AB28;
}
.BgClassName
{
background-color: #C9AB28;
}
</style>
border-color css
<style>
span { border-color: #C9AB28; }
span { border-color: rgb(201,171,40); }
td.TdClassName
{
border-color: #C9AB28;
}
.TagClassName
{
border-color: #C9AB28;
}
</style>