Shades of Galliano #C7A42C
Tints of Galliano #C7A42C
RGB
CMYK
RGB Variations
Color information
#C7A42C (or 0xC7A42C) is known color: Galliano. HEX triplet: C7, A4 and 2C. RGB value is (199,164,44). Sum of RGB (Red+Green+Blue) = 199+164+44=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A42C is #385BD3. Grayscale: #A1A1A1. Windows color (decimal): -3693524 or 2925767. OLE color: 2925767.
HSL color Cylindrical-coordinate representation of color #C7A42C: hue angle of 46.45º 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 #C7A42C is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 164 | 44 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.22 |
| HSL | 46.45º | 0.64% | 0.48% | - |
| HSV(B) | 46.45º | 0.78% | 0.78% | - |
| XYZ | 37.28 | 38.87 | 7.92 | - |
| YUV | 160.79 | 62.1 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 44 | 0 | 0.18 | 0.78 | 0.22 | 46.45 | 0.64 | 0.48 |
| Hex | C7 | A4 | 2C | 0 | 12 | 4E | 16 | 2E | 40 | 30 |
| Octal | 307 | 244 | 54 | 0 | 22 | 116 | 26 | 56 | 100 | 60 |
| Binary | 11000111 | 10100100 | 101100 | 0 | 10010 | 1001110 | 10110 | 101110 | 1000000 | 110000 |
Color Harmonies of #C7A42C
Complementary color
Monochromatic Colors of #C7A42C
Black with #C7A42C
Text Example
Text Example
White with #C7A42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A42C; }
p { color: rgb(199,164,44); }
H1.HeaderClassName
{
color: #C7A42C;
}
.AnyTagClassName
{
color: #C7A42C;
}
</style>
background-color css
<style>
a { background-color: #C7A42C; }
a { background-color: rgb(199,164,44); }
div.DivClassName
{
background-color: #C7A42C;
}
.BgClassName
{
background-color: #C7A42C;
}
</style>
border-color css
<style>
span { border-color: #C7A42C; }
span { border-color: rgb(199,164,44); }
td.TdClassName
{
border-color: #C7A42C;
}
.TagClassName
{
border-color: #C7A42C;
}
</style>