Shades of Galliano #C8A823
Tints of Galliano #C8A823
RGB
CMYK
RGB Variations
Color information
#C8A823 (or 0xC8A823) is known color: Galliano. HEX triplet: C8, A8 and 23. RGB value is (200,168,35). Sum of RGB (Red+Green+Blue) = 200+168+35=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A823 is #3757DC. Grayscale: #A2A2A2. Windows color (decimal): -3626973 or 2336968. OLE color: 2336968.
HSL color Cylindrical-coordinate representation of color #C8A823: hue angle of 48.36º 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 #C8A823 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 35 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.22 |
| HSL | 48.36º | 0.7% | 0.46% | - |
| HSV(B) | 48.36º | 0.83% | 0.78% | - |
| XYZ | 38.13 | 40.41 | 7.38 | - |
| YUV | 162.41 | 56.1 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 35 | 0 | 0.16 | 0.82 | 0.22 | 48.36 | 0.7 | 0.46 |
| Hex | C8 | A8 | 23 | 0 | 10 | 52 | 16 | 30 | 46 | 2E |
| Octal | 310 | 250 | 43 | 0 | 20 | 122 | 26 | 60 | 106 | 56 |
| Binary | 11001000 | 10101000 | 100011 | 0 | 10000 | 1010010 | 10110 | 110000 | 1000110 | 101110 |
Color Harmonies of #C8A823
Complementary color
Monochromatic Colors of #C8A823
Black with #C8A823
Text Example
Text Example
White with #C8A823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A823; }
p { color: rgb(200,168,35); }
H1.HeaderClassName
{
color: #C8A823;
}
.AnyTagClassName
{
color: #C8A823;
}
</style>
background-color css
<style>
a { background-color: #C8A823; }
a { background-color: rgb(200,168,35); }
div.DivClassName
{
background-color: #C8A823;
}
.BgClassName
{
background-color: #C8A823;
}
</style>
border-color css
<style>
span { border-color: #C8A823; }
span { border-color: rgb(200,168,35); }
td.TdClassName
{
border-color: #C8A823;
}
.TagClassName
{
border-color: #C8A823;
}
</style>