Shades of Galliano #C8A52B
Tints of Galliano #C8A52B
RGB
CMYK
RGB Variations
Color information
#C8A52B (or 0xC8A52B) is known color: Galliano. HEX triplet: C8, A5 and 2B. RGB value is (200,165,43). Sum of RGB (Red+Green+Blue) = 200+165+43=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A52B is #375AD4. Grayscale: #A2A2A2. Windows color (decimal): -3627733 or 2860488. OLE color: 2860488.
HSL color Cylindrical-coordinate representation of color #C8A52B: hue angle of 46.62º 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 #C8A52B is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 43 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.22 |
| HSL | 46.62º | 0.65% | 0.48% | - |
| HSV(B) | 46.62º | 0.79% | 0.78% | - |
| XYZ | 37.71 | 39.36 | 7.9 | - |
| YUV | 161.56 | 61.1 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 43 | 0 | 0.18 | 0.78 | 0.22 | 46.62 | 0.65 | 0.48 |
| Hex | C8 | A5 | 2B | 0 | 12 | 4E | 16 | 2F | 41 | 30 |
| Octal | 310 | 245 | 53 | 0 | 22 | 116 | 26 | 57 | 101 | 60 |
| Binary | 11001000 | 10100101 | 101011 | 0 | 10010 | 1001110 | 10110 | 101111 | 1000001 | 110000 |
Color Harmonies of #C8A52B
Complementary color
Monochromatic Colors of #C8A52B
Black with #C8A52B
Text Example
Text Example
White with #C8A52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A52B; }
p { color: rgb(200,165,43); }
H1.HeaderClassName
{
color: #C8A52B;
}
.AnyTagClassName
{
color: #C8A52B;
}
</style>
background-color css
<style>
a { background-color: #C8A52B; }
a { background-color: rgb(200,165,43); }
div.DivClassName
{
background-color: #C8A52B;
}
.BgClassName
{
background-color: #C8A52B;
}
</style>
border-color css
<style>
span { border-color: #C8A52B; }
span { border-color: rgb(200,165,43); }
td.TdClassName
{
border-color: #C8A52B;
}
.TagClassName
{
border-color: #C8A52B;
}
</style>