Shades of Galliano #C8A326
Tints of Galliano #C8A326
RGB
CMYK
RGB Variations
Color information
#C8A326 (or 0xC8A326) is known color: Galliano. HEX triplet: C8, A3 and 26. RGB value is (200,163,38). Sum of RGB (Red+Green+Blue) = 200+163+38=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A326 is #375CD9. Grayscale: #A0A0A0. Windows color (decimal): -3628250 or 2532296. OLE color: 2532296.
HSL color Cylindrical-coordinate representation of color #C8A326: hue angle of 46.3º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8A326 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 38 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.22 |
| HSL | 46.3º | 0.68% | 0.47% | - |
| HSV(B) | 46.3º | 0.81% | 0.78% | - |
| XYZ | 37.27 | 38.61 | 7.32 | - |
| YUV | 159.81 | 59.26 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 38 | 0 | 0.18 | 0.81 | 0.22 | 46.3 | 0.68 | 0.47 |
| Hex | C8 | A3 | 26 | 0 | 12 | 51 | 16 | 2E | 44 | 2F |
| Octal | 310 | 243 | 46 | 0 | 22 | 121 | 26 | 56 | 104 | 57 |
| Binary | 11001000 | 10100011 | 100110 | 0 | 10010 | 1010001 | 10110 | 101110 | 1000100 | 101111 |
Color Harmonies of #C8A326
Complementary color
Monochromatic Colors of #C8A326
Black with #C8A326
Text Example
Text Example
White with #C8A326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A326; }
p { color: rgb(200,163,38); }
H1.HeaderClassName
{
color: #C8A326;
}
.AnyTagClassName
{
color: #C8A326;
}
</style>
background-color css
<style>
a { background-color: #C8A326; }
a { background-color: rgb(200,163,38); }
div.DivClassName
{
background-color: #C8A326;
}
.BgClassName
{
background-color: #C8A326;
}
</style>
border-color css
<style>
span { border-color: #C8A326; }
span { border-color: rgb(200,163,38); }
td.TdClassName
{
border-color: #C8A326;
}
.TagClassName
{
border-color: #C8A326;
}
</style>