Shades of Galliano #C7A32C
Tints of Galliano #C7A32C
RGB
CMYK
RGB Variations
Color information
#C7A32C (or 0xC7A32C) is known color: Galliano. HEX triplet: C7, A3 and 2C. RGB value is (199,163,44). Sum of RGB (Red+Green+Blue) = 199+163+44=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A32C is #385CD3. Grayscale: #A0A0A0. Windows color (decimal): -3693780 or 2925511. OLE color: 2925511.
HSL color Cylindrical-coordinate representation of color #C7A32C: hue angle of 46.06º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7A32C is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 163 | 44 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.22 |
| HSL | 46.06º | 0.64% | 0.48% | - |
| HSV(B) | 46.06º | 0.78% | 0.78% | - |
| XYZ | 37.11 | 38.52 | 7.86 | - |
| YUV | 160.2 | 62.43 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 44 | 0 | 0.18 | 0.78 | 0.22 | 46.06 | 0.64 | 0.48 |
| Hex | C7 | A3 | 2C | 0 | 12 | 4E | 16 | 2E | 40 | 30 |
| Octal | 307 | 243 | 54 | 0 | 22 | 116 | 26 | 56 | 100 | 60 |
| Binary | 11000111 | 10100011 | 101100 | 0 | 10010 | 1001110 | 10110 | 101110 | 1000000 | 110000 |
Color Harmonies of #C7A32C
Complementary color
Monochromatic Colors of #C7A32C
Black with #C7A32C
Text Example
Text Example
White with #C7A32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A32C; }
p { color: rgb(199,163,44); }
H1.HeaderClassName
{
color: #C7A32C;
}
.AnyTagClassName
{
color: #C7A32C;
}
</style>
background-color css
<style>
a { background-color: #C7A32C; }
a { background-color: rgb(199,163,44); }
div.DivClassName
{
background-color: #C7A32C;
}
.BgClassName
{
background-color: #C7A32C;
}
</style>
border-color css
<style>
span { border-color: #C7A32C; }
span { border-color: rgb(199,163,44); }
td.TdClassName
{
border-color: #C7A32C;
}
.TagClassName
{
border-color: #C7A32C;
}
</style>