Shades of Galliano #CBA21F
Tints of Galliano #CBA21F
RGB
CMYK
RGB Variations
Color information
#CBA21F (or 0xCBA21F) is known color: Galliano. HEX triplet: CB, A2 and 1F. RGB value is (203,162,31). Sum of RGB (Red+Green+Blue) = 203+162+31=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA21F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA21F is #345DE0. Grayscale: #9F9F9F. Windows color (decimal): -3431905 or 2073291. OLE color: 2073291.
HSL color Cylindrical-coordinate representation of color #CBA21F: hue angle of 45.7º 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 #CBA21F is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 31 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.20 |
| HSL | 45.7º | 0.74% | 0.46% | - |
| HSV(B) | 45.7º | 0.85% | 0.8% | - |
| XYZ | 37.8 | 38.64 | 6.76 | - |
| YUV | 159.33 | 55.58 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 31 | 0 | 0.20 | 0.85 | 0.20 | 45.7 | 0.74 | 0.46 |
| Hex | CB | A2 | 1F | 0 | 14 | 55 | 14 | 2E | 4A | 2E |
| Octal | 313 | 242 | 37 | 0 | 24 | 125 | 24 | 56 | 112 | 56 |
| Binary | 11001011 | 10100010 | 11111 | 0 | 10100 | 1010101 | 10100 | 101110 | 1001010 | 101110 |
Color Harmonies of #CBA21F
Complementary color
Monochromatic Colors of #CBA21F
Black with #CBA21F
Text Example
Text Example
White with #CBA21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA21F; }
p { color: rgb(203,162,31); }
H1.HeaderClassName
{
color: #CBA21F;
}
.AnyTagClassName
{
color: #CBA21F;
}
</style>
background-color css
<style>
a { background-color: #CBA21F; }
a { background-color: rgb(203,162,31); }
div.DivClassName
{
background-color: #CBA21F;
}
.BgClassName
{
background-color: #CBA21F;
}
</style>
border-color css
<style>
span { border-color: #CBA21F; }
span { border-color: rgb(203,162,31); }
td.TdClassName
{
border-color: #CBA21F;
}
.TagClassName
{
border-color: #CBA21F;
}
</style>