Shades of Galliano #C8A623
Tints of Galliano #C8A623
RGB
CMYK
RGB Variations
Color information
#C8A623 (or 0xC8A623) is known color: Galliano. HEX triplet: C8, A6 and 23. RGB value is (200,166,35). Sum of RGB (Red+Green+Blue) = 200+166+35=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A623 is #3759DC. Grayscale: #A1A1A1. Windows color (decimal): -3627485 or 2336456. OLE color: 2336456.
HSL color Cylindrical-coordinate representation of color #C8A623: hue angle of 47.64º degrees, saturation: 0.7, 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 #C8A623 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 166 | 35 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.22 |
| HSL | 47.64º | 0.7% | 0.46% | - |
| HSV(B) | 47.64º | 0.83% | 0.78% | - |
| XYZ | 37.76 | 39.67 | 7.26 | - |
| YUV | 161.23 | 56.76 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 35 | 0 | 0.17 | 0.82 | 0.22 | 47.64 | 0.7 | 0.46 |
| Hex | C8 | A6 | 23 | 0 | 11 | 52 | 16 | 30 | 46 | 2E |
| Octal | 310 | 246 | 43 | 0 | 21 | 122 | 26 | 60 | 106 | 56 |
| Binary | 11001000 | 10100110 | 100011 | 0 | 10001 | 1010010 | 10110 | 110000 | 1000110 | 101110 |
Color Harmonies of #C8A623
Complementary color
Monochromatic Colors of #C8A623
Black with #C8A623
Text Example
Text Example
White with #C8A623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A623; }
p { color: rgb(200,166,35); }
H1.HeaderClassName
{
color: #C8A623;
}
.AnyTagClassName
{
color: #C8A623;
}
</style>
background-color css
<style>
a { background-color: #C8A623; }
a { background-color: rgb(200,166,35); }
div.DivClassName
{
background-color: #C8A623;
}
.BgClassName
{
background-color: #C8A623;
}
</style>
border-color css
<style>
span { border-color: #C8A623; }
span { border-color: rgb(200,166,35); }
td.TdClassName
{
border-color: #C8A623;
}
.TagClassName
{
border-color: #C8A623;
}
</style>