Shades of Galliano #CBA21B
Tints of Galliano #CBA21B
RGB
CMYK
RGB Variations
Color information
#CBA21B (or 0xCBA21B) is known color: Galliano. HEX triplet: CB, A2 and 1B. RGB value is (203,162,27). Sum of RGB (Red+Green+Blue) = 203+162+27=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 27 (10.94% from 255 or 6.89% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA21B is #345DE4. Grayscale: #9F9F9F. Windows color (decimal): -3431909 or 1811147. OLE color: 1811147.
HSL color Cylindrical-coordinate representation of color #CBA21B: hue angle of 46.02º 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 #CBA21B is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 27 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.20 |
| HSL | 46.02º | 0.77% | 0.45% | - |
| HSV(B) | 46.02º | 0.87% | 0.8% | - |
| XYZ | 37.75 | 38.62 | 6.5 | - |
| YUV | 158.87 | 53.58 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 27 | 0 | 0.20 | 0.87 | 0.20 | 46.02 | 0.77 | 0.45 |
| Hex | CB | A2 | 1B | 0 | 14 | 57 | 14 | 2E | 4D | 2D |
| Octal | 313 | 242 | 33 | 0 | 24 | 127 | 24 | 56 | 115 | 55 |
| Binary | 11001011 | 10100010 | 11011 | 0 | 10100 | 1010111 | 10100 | 101110 | 1001101 | 101101 |
Color Harmonies of #CBA21B
Complementary color
Monochromatic Colors of #CBA21B
Black with #CBA21B
Text Example
Text Example
White with #CBA21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA21B; }
p { color: rgb(203,162,27); }
H1.HeaderClassName
{
color: #CBA21B;
}
.AnyTagClassName
{
color: #CBA21B;
}
</style>
background-color css
<style>
a { background-color: #CBA21B; }
a { background-color: rgb(203,162,27); }
div.DivClassName
{
background-color: #CBA21B;
}
.BgClassName
{
background-color: #CBA21B;
}
</style>
border-color css
<style>
span { border-color: #CBA21B; }
span { border-color: rgb(203,162,27); }
td.TdClassName
{
border-color: #CBA21B;
}
.TagClassName
{
border-color: #CBA21B;
}
</style>