Shades of Galliano #C8A22C
Tints of Galliano #C8A22C
RGB
CMYK
RGB Variations
Color information
#C8A22C (or 0xC8A22C) is known color: Galliano. HEX triplet: C8, A2 and 2C. RGB value is (200,162,44). Sum of RGB (Red+Green+Blue) = 200+162+44=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A22C is #375DD3. Grayscale: #A0A0A0. Windows color (decimal): -3628500 or 2925256. OLE color: 2925256.
HSL color Cylindrical-coordinate representation of color #C8A22C: hue angle of 45.38º 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 #C8A22C is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 44 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.22 |
| HSL | 45.38º | 0.64% | 0.48% | - |
| HSV(B) | 45.38º | 0.78% | 0.78% | - |
| XYZ | 37.19 | 38.3 | 7.82 | - |
| YUV | 159.91 | 62.59 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 44 | 0 | 0.19 | 0.78 | 0.22 | 45.38 | 0.64 | 0.48 |
| Hex | C8 | A2 | 2C | 0 | 13 | 4E | 16 | 2D | 40 | 30 |
| Octal | 310 | 242 | 54 | 0 | 23 | 116 | 26 | 55 | 100 | 60 |
| Binary | 11001000 | 10100010 | 101100 | 0 | 10011 | 1001110 | 10110 | 101101 | 1000000 | 110000 |
Color Harmonies of #C8A22C
Complementary color
Monochromatic Colors of #C8A22C
Black with #C8A22C
Text Example
Text Example
White with #C8A22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A22C; }
p { color: rgb(200,162,44); }
H1.HeaderClassName
{
color: #C8A22C;
}
.AnyTagClassName
{
color: #C8A22C;
}
</style>
background-color css
<style>
a { background-color: #C8A22C; }
a { background-color: rgb(200,162,44); }
div.DivClassName
{
background-color: #C8A22C;
}
.BgClassName
{
background-color: #C8A22C;
}
</style>
border-color css
<style>
span { border-color: #C8A22C; }
span { border-color: rgb(200,162,44); }
td.TdClassName
{
border-color: #C8A22C;
}
.TagClassName
{
border-color: #C8A22C;
}
</style>