Shades of Galliano #CBA21C
Tints of Galliano #CBA21C
RGB
CMYK
RGB Variations
Color information
#CBA21C (or 0xCBA21C) is known color: Galliano. HEX triplet: CB, A2 and 1C. RGB value is (203,162,28). Sum of RGB (Red+Green+Blue) = 203+162+28=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA21C is #345DE3. Grayscale: #9F9F9F. Windows color (decimal): -3431908 or 1876683. OLE color: 1876683.
HSL color Cylindrical-coordinate representation of color #CBA21C: hue angle of 45.94º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBA21C is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 28 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.20 |
| HSL | 45.94º | 0.76% | 0.45% | - |
| HSV(B) | 45.94º | 0.86% | 0.8% | - |
| XYZ | 37.76 | 38.62 | 6.56 | - |
| YUV | 158.98 | 54.08 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 28 | 0 | 0.20 | 0.86 | 0.20 | 45.94 | 0.76 | 0.45 |
| Hex | CB | A2 | 1C | 0 | 14 | 56 | 14 | 2E | 4C | 2D |
| Octal | 313 | 242 | 34 | 0 | 24 | 126 | 24 | 56 | 114 | 55 |
| Binary | 11001011 | 10100010 | 11100 | 0 | 10100 | 1010110 | 10100 | 101110 | 1001100 | 101101 |
Color Harmonies of #CBA21C
Complementary color
Monochromatic Colors of #CBA21C
Black with #CBA21C
Text Example
Text Example
White with #CBA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA21C; }
p { color: rgb(203,162,28); }
H1.HeaderClassName
{
color: #CBA21C;
}
.AnyTagClassName
{
color: #CBA21C;
}
</style>
background-color css
<style>
a { background-color: #CBA21C; }
a { background-color: rgb(203,162,28); }
div.DivClassName
{
background-color: #CBA21C;
}
.BgClassName
{
background-color: #CBA21C;
}
</style>
border-color css
<style>
span { border-color: #CBA21C; }
span { border-color: rgb(203,162,28); }
td.TdClassName
{
border-color: #CBA21C;
}
.TagClassName
{
border-color: #CBA21C;
}
</style>