Shades of Galliano #CBAB2A
Tints of Galliano #CBAB2A
RGB
CMYK
RGB Variations
Color information
#CBAB2A (or 0xCBAB2A) is known color: Galliano. HEX triplet: CB, AB and 2A. RGB value is (203,171,42). Sum of RGB (Red+Green+Blue) = 203+171+42=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB2A is #3454D5. Grayscale: #A6A6A6. Windows color (decimal): -3429590 or 2796491. OLE color: 2796491.
HSL color Cylindrical-coordinate representation of color #CBAB2A: hue angle of 48.07º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBAB2A is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 42 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.20 |
| HSL | 48.07º | 0.66% | 0.48% | - |
| HSV(B) | 48.07º | 0.79% | 0.8% | - |
| XYZ | 39.61 | 41.99 | 8.21 | - |
| YUV | 165.86 | 58.1 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 42 | 0 | 0.16 | 0.79 | 0.20 | 48.07 | 0.66 | 0.48 |
| Hex | CB | AB | 2A | 0 | 10 | 4F | 14 | 30 | 42 | 30 |
| Octal | 313 | 253 | 52 | 0 | 20 | 117 | 24 | 60 | 102 | 60 |
| Binary | 11001011 | 10101011 | 101010 | 0 | 10000 | 1001111 | 10100 | 110000 | 1000010 | 110000 |
Color Harmonies of #CBAB2A
Complementary color
Monochromatic Colors of #CBAB2A
Black with #CBAB2A
Text Example
Text Example
White with #CBAB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB2A; }
p { color: rgb(203,171,42); }
H1.HeaderClassName
{
color: #CBAB2A;
}
.AnyTagClassName
{
color: #CBAB2A;
}
</style>
background-color css
<style>
a { background-color: #CBAB2A; }
a { background-color: rgb(203,171,42); }
div.DivClassName
{
background-color: #CBAB2A;
}
.BgClassName
{
background-color: #CBAB2A;
}
</style>
border-color css
<style>
span { border-color: #CBAB2A; }
span { border-color: rgb(203,171,42); }
td.TdClassName
{
border-color: #CBAB2A;
}
.TagClassName
{
border-color: #CBAB2A;
}
</style>