Shades of Galliano #CBAB1F
Tints of Galliano #CBAB1F
RGB
CMYK
RGB Variations
Color information
#CBAB1F (or 0xCBAB1F) is known color: Galliano. HEX triplet: CB, AB and 1F. RGB value is (203,171,31). Sum of RGB (Red+Green+Blue) = 203+171+31=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 31 (12.5% from 255 or 7.65% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB1F is #3454E0. Grayscale: #A5A5A5. Windows color (decimal): -3429601 or 2075595. OLE color: 2075595.
HSL color Cylindrical-coordinate representation of color #CBAB1F: hue angle of 48.84º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBAB1F is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 31 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.20 |
| HSL | 48.84º | 0.74% | 0.46% | - |
| HSV(B) | 48.84º | 0.85% | 0.8% | - |
| XYZ | 39.44 | 41.92 | 7.31 | - |
| YUV | 164.61 | 52.6 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 31 | 0 | 0.16 | 0.85 | 0.20 | 48.84 | 0.74 | 0.46 |
| Hex | CB | AB | 1F | 0 | 10 | 55 | 14 | 31 | 4A | 2E |
| Octal | 313 | 253 | 37 | 0 | 20 | 125 | 24 | 61 | 112 | 56 |
| Binary | 11001011 | 10101011 | 11111 | 0 | 10000 | 1010101 | 10100 | 110001 | 1001010 | 101110 |
Color Harmonies of #CBAB1F
Complementary color
Monochromatic Colors of #CBAB1F
Black with #CBAB1F
Text Example
Text Example
White with #CBAB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB1F; }
p { color: rgb(203,171,31); }
H1.HeaderClassName
{
color: #CBAB1F;
}
.AnyTagClassName
{
color: #CBAB1F;
}
</style>
background-color css
<style>
a { background-color: #CBAB1F; }
a { background-color: rgb(203,171,31); }
div.DivClassName
{
background-color: #CBAB1F;
}
.BgClassName
{
background-color: #CBAB1F;
}
</style>
border-color css
<style>
span { border-color: #CBAB1F; }
span { border-color: rgb(203,171,31); }
td.TdClassName
{
border-color: #CBAB1F;
}
.TagClassName
{
border-color: #CBAB1F;
}
</style>