Shades of Galliano #C8A528
Tints of Galliano #C8A528
RGB
CMYK
RGB Variations
Color information
#C8A528 (or 0xC8A528) is known color: Galliano. HEX triplet: C8, A5 and 28. RGB value is (200,165,40). Sum of RGB (Red+Green+Blue) = 200+165+40=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A528 is #375AD7. Grayscale: #A1A1A1. Windows color (decimal): -3627736 or 2663880. OLE color: 2663880.
HSL color Cylindrical-coordinate representation of color #C8A528: hue angle of 46.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8A528 is Cyan = 0, Magento = 0.18, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 40 | - |
| CMYK | 0 | 0.18 | 0.8 | 0.22 |
| HSL | 46.88º | 0.67% | 0.47% | - |
| HSV(B) | 46.88º | 0.8% | 0.78% | - |
| XYZ | 37.66 | 39.34 | 7.62 | - |
| YUV | 161.22 | 59.6 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 40 | 0 | 0.18 | 0.8 | 0.22 | 46.88 | 0.67 | 0.47 |
| Hex | C8 | A5 | 28 | 0 | 12 | 50 | 16 | 2F | 43 | 2F |
| Octal | 310 | 245 | 50 | 0 | 22 | 120 | 26 | 57 | 103 | 57 |
| Binary | 11001000 | 10100101 | 101000 | 0 | 10010 | 1010000 | 10110 | 101111 | 1000011 | 101111 |
Color Harmonies of #C8A528
Complementary color
Monochromatic Colors of #C8A528
Black with #C8A528
Text Example
Text Example
White with #C8A528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A528; }
p { color: rgb(200,165,40); }
H1.HeaderClassName
{
color: #C8A528;
}
.AnyTagClassName
{
color: #C8A528;
}
</style>
background-color css
<style>
a { background-color: #C8A528; }
a { background-color: rgb(200,165,40); }
div.DivClassName
{
background-color: #C8A528;
}
.BgClassName
{
background-color: #C8A528;
}
</style>
border-color css
<style>
span { border-color: #C8A528; }
span { border-color: rgb(200,165,40); }
td.TdClassName
{
border-color: #C8A528;
}
.TagClassName
{
border-color: #C8A528;
}
</style>