Shades of Galliano #C8A42C
Tints of Galliano #C8A42C
RGB
CMYK
RGB Variations
Color information
#C8A42C (or 0xC8A42C) is known color: Galliano. HEX triplet: C8, A4 and 2C. RGB value is (200,164,44). Sum of RGB (Red+Green+Blue) = 200+164+44=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 44 (17.58% from 255 or 10.78% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A42C is #375BD3. Grayscale: #A1A1A1. Windows color (decimal): -3627988 or 2925768. OLE color: 2925768.
HSL color Cylindrical-coordinate representation of color #C8A42C: hue angle of 46.15º 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 #C8A42C is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 44 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.22 |
| HSL | 46.15º | 0.64% | 0.48% | - |
| HSV(B) | 46.15º | 0.78% | 0.78% | - |
| XYZ | 37.55 | 39.01 | 7.93 | - |
| YUV | 161.08 | 61.93 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 44 | 0 | 0.18 | 0.78 | 0.22 | 46.15 | 0.64 | 0.48 |
| Hex | C8 | A4 | 2C | 0 | 12 | 4E | 16 | 2E | 40 | 30 |
| Octal | 310 | 244 | 54 | 0 | 22 | 116 | 26 | 56 | 100 | 60 |
| Binary | 11001000 | 10100100 | 101100 | 0 | 10010 | 1001110 | 10110 | 101110 | 1000000 | 110000 |
Color Harmonies of #C8A42C
Complementary color
Monochromatic Colors of #C8A42C
Black with #C8A42C
Text Example
Text Example
White with #C8A42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A42C; }
p { color: rgb(200,164,44); }
H1.HeaderClassName
{
color: #C8A42C;
}
.AnyTagClassName
{
color: #C8A42C;
}
</style>
background-color css
<style>
a { background-color: #C8A42C; }
a { background-color: rgb(200,164,44); }
div.DivClassName
{
background-color: #C8A42C;
}
.BgClassName
{
background-color: #C8A42C;
}
</style>
border-color css
<style>
span { border-color: #C8A42C; }
span { border-color: rgb(200,164,44); }
td.TdClassName
{
border-color: #C8A42C;
}
.TagClassName
{
border-color: #C8A42C;
}
</style>