Shades of Galliano #CBAB14
Tints of Galliano #CBAB14
RGB
CMYK
RGB Variations
Color information
#CBAB14 (or 0xCBAB14) is known color: Galliano. HEX triplet: CB, AB and 14. RGB value is (203,171,20). Sum of RGB (Red+Green+Blue) = 203+171+20=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAB14 is #3454EB. Grayscale: #A3A3A3. Windows color (decimal): -3429612 or 1354699. OLE color: 1354699.
HSL color Cylindrical-coordinate representation of color #CBAB14: hue angle of 49.51º 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 #CBAB14 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 20 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.20 |
| HSL | 49.51º | 0.82% | 0.44% | - |
| HSV(B) | 49.51º | 0.9% | 0.8% | - |
| XYZ | 39.32 | 41.87 | 6.67 | - |
| YUV | 163.35 | 47.1 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 20 | 0 | 0.16 | 0.90 | 0.20 | 49.51 | 0.82 | 0.44 |
| Hex | CB | AB | 14 | 0 | 10 | 5A | 14 | 32 | 52 | 2C |
| Octal | 313 | 253 | 24 | 0 | 20 | 132 | 24 | 62 | 122 | 54 |
| Binary | 11001011 | 10101011 | 10100 | 0 | 10000 | 1011010 | 10100 | 110010 | 1010010 | 101100 |
Color Harmonies of #CBAB14
Complementary color
Monochromatic Colors of #CBAB14
Black with #CBAB14
Text Example
Text Example
White with #CBAB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB14; }
p { color: rgb(203,171,20); }
H1.HeaderClassName
{
color: #CBAB14;
}
.AnyTagClassName
{
color: #CBAB14;
}
</style>
background-color css
<style>
a { background-color: #CBAB14; }
a { background-color: rgb(203,171,20); }
div.DivClassName
{
background-color: #CBAB14;
}
.BgClassName
{
background-color: #CBAB14;
}
</style>
border-color css
<style>
span { border-color: #CBAB14; }
span { border-color: rgb(203,171,20); }
td.TdClassName
{
border-color: #CBAB14;
}
.TagClassName
{
border-color: #CBAB14;
}
</style>