Shades of Galliano #CBAB16
Tints of Galliano #CBAB16
RGB
CMYK
RGB Variations
Color information
#CBAB16 (or 0xCBAB16) is known color: Galliano. HEX triplet: CB, AB and 16. RGB value is (203,171,22). Sum of RGB (Red+Green+Blue) = 203+171+22=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAB16 is #3454E9. Grayscale: #A4A4A4. Windows color (decimal): -3429610 or 1485771. OLE color: 1485771.
HSL color Cylindrical-coordinate representation of color #CBAB16: hue angle of 49.39º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBAB16 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 22 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.20 |
| HSL | 49.39º | 0.8% | 0.44% | - |
| HSV(B) | 49.39º | 0.89% | 0.8% | - |
| XYZ | 39.34 | 41.88 | 6.77 | - |
| YUV | 163.58 | 48.1 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 22 | 0 | 0.16 | 0.89 | 0.20 | 49.39 | 0.8 | 0.44 |
| Hex | CB | AB | 16 | 0 | 10 | 59 | 14 | 31 | 50 | 2C |
| Octal | 313 | 253 | 26 | 0 | 20 | 131 | 24 | 61 | 120 | 54 |
| Binary | 11001011 | 10101011 | 10110 | 0 | 10000 | 1011001 | 10100 | 110001 | 1010000 | 101100 |
Color Harmonies of #CBAB16
Complementary color
Monochromatic Colors of #CBAB16
Black with #CBAB16
Text Example
Text Example
White with #CBAB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB16; }
p { color: rgb(203,171,22); }
H1.HeaderClassName
{
color: #CBAB16;
}
.AnyTagClassName
{
color: #CBAB16;
}
</style>
background-color css
<style>
a { background-color: #CBAB16; }
a { background-color: rgb(203,171,22); }
div.DivClassName
{
background-color: #CBAB16;
}
.BgClassName
{
background-color: #CBAB16;
}
</style>
border-color css
<style>
span { border-color: #CBAB16; }
span { border-color: rgb(203,171,22); }
td.TdClassName
{
border-color: #CBAB16;
}
.TagClassName
{
border-color: #CBAB16;
}
</style>