Shades of Galliano #C8A624
Tints of Galliano #C8A624
RGB
CMYK
RGB Variations
Color information
#C8A624 (or 0xC8A624) is known color: Galliano. HEX triplet: C8, A6 and 24. RGB value is (200,166,36). Sum of RGB (Red+Green+Blue) = 200+166+36=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A624 is #3759DB. Grayscale: #A1A1A1. Windows color (decimal): -3627484 or 2401992. OLE color: 2401992.
HSL color Cylindrical-coordinate representation of color #C8A624: hue angle of 47.56º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8A624 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 166 | 36 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.22 |
| HSL | 47.56º | 0.69% | 0.46% | - |
| HSV(B) | 47.56º | 0.82% | 0.78% | - |
| XYZ | 37.77 | 39.68 | 7.34 | - |
| YUV | 161.35 | 57.26 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 36 | 0 | 0.17 | 0.82 | 0.22 | 47.56 | 0.69 | 0.46 |
| Hex | C8 | A6 | 24 | 0 | 11 | 52 | 16 | 30 | 45 | 2E |
| Octal | 310 | 246 | 44 | 0 | 21 | 122 | 26 | 60 | 105 | 56 |
| Binary | 11001000 | 10100110 | 100100 | 0 | 10001 | 1010010 | 10110 | 110000 | 1000101 | 101110 |
Color Harmonies of #C8A624
Complementary color
Monochromatic Colors of #C8A624
Black with #C8A624
Text Example
Text Example
White with #C8A624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A624; }
p { color: rgb(200,166,36); }
H1.HeaderClassName
{
color: #C8A624;
}
.AnyTagClassName
{
color: #C8A624;
}
</style>
background-color css
<style>
a { background-color: #C8A624; }
a { background-color: rgb(200,166,36); }
div.DivClassName
{
background-color: #C8A624;
}
.BgClassName
{
background-color: #C8A624;
}
</style>
border-color css
<style>
span { border-color: #C8A624; }
span { border-color: rgb(200,166,36); }
td.TdClassName
{
border-color: #C8A624;
}
.TagClassName
{
border-color: #C8A624;
}
</style>