Shades of Galliano #C8A32D
Tints of Galliano #C8A32D
RGB
CMYK
RGB Variations
Color information
#C8A32D (or 0xC8A32D) is known color: Galliano. HEX triplet: C8, A3 and 2D. RGB value is (200,163,45). Sum of RGB (Red+Green+Blue) = 200+163+45=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A32D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A32D is #375CD2. Grayscale: #A1A1A1. Windows color (decimal): -3628243 or 2991048. OLE color: 2991048.
HSL color Cylindrical-coordinate representation of color #C8A32D: hue angle of 45.68º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8A32D is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 45 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.22 |
| HSL | 45.68º | 0.63% | 0.48% | - |
| HSV(B) | 45.68º | 0.78% | 0.78% | - |
| XYZ | 37.39 | 38.66 | 7.97 | - |
| YUV | 160.61 | 62.76 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 45 | 0 | 0.18 | 0.78 | 0.22 | 45.68 | 0.63 | 0.48 |
| Hex | C8 | A3 | 2D | 0 | 12 | 4E | 16 | 2E | 3F | 30 |
| Octal | 310 | 243 | 55 | 0 | 22 | 116 | 26 | 56 | 77 | 60 |
| Binary | 11001000 | 10100011 | 101101 | 0 | 10010 | 1001110 | 10110 | 101110 | 111111 | 110000 |
Color Harmonies of #C8A32D
Complementary color
Monochromatic Colors of #C8A32D
Black with #C8A32D
Text Example
Text Example
White with #C8A32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A32D; }
p { color: rgb(200,163,45); }
H1.HeaderClassName
{
color: #C8A32D;
}
.AnyTagClassName
{
color: #C8A32D;
}
</style>
background-color css
<style>
a { background-color: #C8A32D; }
a { background-color: rgb(200,163,45); }
div.DivClassName
{
background-color: #C8A32D;
}
.BgClassName
{
background-color: #C8A32D;
}
</style>
border-color css
<style>
span { border-color: #C8A32D; }
span { border-color: rgb(200,163,45); }
td.TdClassName
{
border-color: #C8A32D;
}
.TagClassName
{
border-color: #C8A32D;
}
</style>