Shades of Galliano #CBA914
Tints of Galliano #CBA914
RGB
CMYK
RGB Variations
Color information
#CBA914 (or 0xCBA914) is known color: Galliano. HEX triplet: CB, A9 and 14. RGB value is (203,169,20). Sum of RGB (Red+Green+Blue) = 203+169+20=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 169 (66.41% from 255 or 43.11% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA914 is #3456EB. Grayscale: #A2A2A2. Windows color (decimal): -3430124 or 1354187. OLE color: 1354187.
HSL color Cylindrical-coordinate representation of color #CBA914: hue angle of 48.85º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBA914 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 20 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.20 |
| HSL | 48.85º | 0.82% | 0.44% | - |
| HSV(B) | 48.85º | 0.9% | 0.8% | - |
| XYZ | 38.94 | 41.12 | 6.55 | - |
| YUV | 162.18 | 47.76 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 20 | 0 | 0.17 | 0.90 | 0.20 | 48.85 | 0.82 | 0.44 |
| Hex | CB | A9 | 14 | 0 | 11 | 5A | 14 | 31 | 52 | 2C |
| Octal | 313 | 251 | 24 | 0 | 21 | 132 | 24 | 61 | 122 | 54 |
| Binary | 11001011 | 10101001 | 10100 | 0 | 10001 | 1011010 | 10100 | 110001 | 1010010 | 101100 |
Color Harmonies of #CBA914
Complementary color
Monochromatic Colors of #CBA914
Black with #CBA914
Text Example
Text Example
White with #CBA914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA914; }
p { color: rgb(203,169,20); }
H1.HeaderClassName
{
color: #CBA914;
}
.AnyTagClassName
{
color: #CBA914;
}
</style>
background-color css
<style>
a { background-color: #CBA914; }
a { background-color: rgb(203,169,20); }
div.DivClassName
{
background-color: #CBA914;
}
.BgClassName
{
background-color: #CBA914;
}
</style>
border-color css
<style>
span { border-color: #CBA914; }
span { border-color: rgb(203,169,20); }
td.TdClassName
{
border-color: #CBA914;
}
.TagClassName
{
border-color: #CBA914;
}
</style>