Shades of Galliano #CBA814
Tints of Galliano #CBA814
RGB
CMYK
RGB Variations
Color information
#CBA814 (or 0xCBA814) is known color: Galliano. HEX triplet: CB, A8 and 14. RGB value is (203,168,20). Sum of RGB (Red+Green+Blue) = 203+168+20=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA814 is #3457EB. Grayscale: #A2A2A2. Windows color (decimal): -3430380 or 1353931. OLE color: 1353931.
HSL color Cylindrical-coordinate representation of color #CBA814: hue angle of 48.52º 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 #CBA814 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 20 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.20 |
| HSL | 48.52º | 0.82% | 0.44% | - |
| HSV(B) | 48.52º | 0.9% | 0.8% | - |
| XYZ | 38.76 | 40.75 | 6.49 | - |
| YUV | 161.59 | 48.1 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 20 | 0 | 0.17 | 0.90 | 0.20 | 48.52 | 0.82 | 0.44 |
| Hex | CB | A8 | 14 | 0 | 11 | 5A | 14 | 31 | 52 | 2C |
| Octal | 313 | 250 | 24 | 0 | 21 | 132 | 24 | 61 | 122 | 54 |
| Binary | 11001011 | 10101000 | 10100 | 0 | 10001 | 1011010 | 10100 | 110001 | 1010010 | 101100 |
Color Harmonies of #CBA814
Complementary color
Monochromatic Colors of #CBA814
Black with #CBA814
Text Example
Text Example
White with #CBA814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA814; }
p { color: rgb(203,168,20); }
H1.HeaderClassName
{
color: #CBA814;
}
.AnyTagClassName
{
color: #CBA814;
}
</style>
background-color css
<style>
a { background-color: #CBA814; }
a { background-color: rgb(203,168,20); }
div.DivClassName
{
background-color: #CBA814;
}
.BgClassName
{
background-color: #CBA814;
}
</style>
border-color css
<style>
span { border-color: #CBA814; }
span { border-color: rgb(203,168,20); }
td.TdClassName
{
border-color: #CBA814;
}
.TagClassName
{
border-color: #CBA814;
}
</style>