Shades of Galliano #CBAB1B
Tints of Galliano #CBAB1B
RGB
CMYK
RGB Variations
Color information
#CBAB1B (or 0xCBAB1B) is known color: Galliano. HEX triplet: CB, AB and 1B. RGB value is (203,171,27). Sum of RGB (Red+Green+Blue) = 203+171+27=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB1B is #3454E4. Grayscale: #A4A4A4. Windows color (decimal): -3429605 or 1813451. OLE color: 1813451.
HSL color Cylindrical-coordinate representation of color #CBAB1B: hue angle of 49.09º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBAB1B is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 27 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.20 |
| HSL | 49.09º | 0.77% | 0.45% | - |
| HSV(B) | 49.09º | 0.87% | 0.8% | - |
| XYZ | 39.39 | 41.9 | 7.05 | - |
| YUV | 164.15 | 50.6 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 27 | 0 | 0.16 | 0.87 | 0.20 | 49.09 | 0.77 | 0.45 |
| Hex | CB | AB | 1B | 0 | 10 | 57 | 14 | 31 | 4D | 2D |
| Octal | 313 | 253 | 33 | 0 | 20 | 127 | 24 | 61 | 115 | 55 |
| Binary | 11001011 | 10101011 | 11011 | 0 | 10000 | 1010111 | 10100 | 110001 | 1001101 | 101101 |
Color Harmonies of #CBAB1B
Complementary color
Monochromatic Colors of #CBAB1B
Black with #CBAB1B
Text Example
Text Example
White with #CBAB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB1B; }
p { color: rgb(203,171,27); }
H1.HeaderClassName
{
color: #CBAB1B;
}
.AnyTagClassName
{
color: #CBAB1B;
}
</style>
background-color css
<style>
a { background-color: #CBAB1B; }
a { background-color: rgb(203,171,27); }
div.DivClassName
{
background-color: #CBAB1B;
}
.BgClassName
{
background-color: #CBAB1B;
}
</style>
border-color css
<style>
span { border-color: #CBAB1B; }
span { border-color: rgb(203,171,27); }
td.TdClassName
{
border-color: #CBAB1B;
}
.TagClassName
{
border-color: #CBAB1B;
}
</style>