Shades of Galliano #C8A62B
Tints of Galliano #C8A62B
RGB
CMYK
RGB Variations
Color information
#C8A62B (or 0xC8A62B) is known color: Galliano. HEX triplet: C8, A6 and 2B. RGB value is (200,166,43). Sum of RGB (Red+Green+Blue) = 200+166+43=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A62B is #3759D4. Grayscale: #A2A2A2. Windows color (decimal): -3627477 or 2860744. OLE color: 2860744.
HSL color Cylindrical-coordinate representation of color #C8A62B: hue angle of 47.01º degrees, saturation: 0.65, 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 #C8A62B is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 166 | 43 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.22 |
| HSL | 47.01º | 0.65% | 0.48% | - |
| HSV(B) | 47.01º | 0.79% | 0.78% | - |
| XYZ | 37.89 | 39.73 | 7.96 | - |
| YUV | 162.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 43 | 0 | 0.17 | 0.78 | 0.22 | 47.01 | 0.65 | 0.48 |
| Hex | C8 | A6 | 2B | 0 | 11 | 4E | 16 | 2F | 41 | 30 |
| Octal | 310 | 246 | 53 | 0 | 21 | 116 | 26 | 57 | 101 | 60 |
| Binary | 11001000 | 10100110 | 101011 | 0 | 10001 | 1001110 | 10110 | 101111 | 1000001 | 110000 |
Color Harmonies of #C8A62B
Complementary color
Monochromatic Colors of #C8A62B
Black with #C8A62B
Text Example
Text Example
White with #C8A62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A62B; }
p { color: rgb(200,166,43); }
H1.HeaderClassName
{
color: #C8A62B;
}
.AnyTagClassName
{
color: #C8A62B;
}
</style>
background-color css
<style>
a { background-color: #C8A62B; }
a { background-color: rgb(200,166,43); }
div.DivClassName
{
background-color: #C8A62B;
}
.BgClassName
{
background-color: #C8A62B;
}
</style>
border-color css
<style>
span { border-color: #C8A62B; }
span { border-color: rgb(200,166,43); }
td.TdClassName
{
border-color: #C8A62B;
}
.TagClassName
{
border-color: #C8A62B;
}
</style>