Shades of Galliano #CBA51C
Tints of Galliano #CBA51C
RGB
CMYK
RGB Variations
Color information
#CBA51C (or 0xCBA51C) is known color: Galliano. HEX triplet: CB, A5 and 1C. RGB value is (203,165,28). Sum of RGB (Red+Green+Blue) = 203+165+28=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA51C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA51C is #345AE3. Grayscale: #A1A1A1. Windows color (decimal): -3431140 or 1877451. OLE color: 1877451.
HSL color Cylindrical-coordinate representation of color #CBA51C: hue angle of 46.97º 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 #CBA51C is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 28 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.20 |
| HSL | 46.97º | 0.76% | 0.45% | - |
| HSV(B) | 46.97º | 0.86% | 0.8% | - |
| XYZ | 38.29 | 39.69 | 6.74 | - |
| YUV | 160.74 | 53.09 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 28 | 0 | 0.19 | 0.86 | 0.20 | 46.97 | 0.76 | 0.45 |
| Hex | CB | A5 | 1C | 0 | 13 | 56 | 14 | 2F | 4C | 2D |
| Octal | 313 | 245 | 34 | 0 | 23 | 126 | 24 | 57 | 114 | 55 |
| Binary | 11001011 | 10100101 | 11100 | 0 | 10011 | 1010110 | 10100 | 101111 | 1001100 | 101101 |
Color Harmonies of #CBA51C
Complementary color
Monochromatic Colors of #CBA51C
Black with #CBA51C
Text Example
Text Example
White with #CBA51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA51C; }
p { color: rgb(203,165,28); }
H1.HeaderClassName
{
color: #CBA51C;
}
.AnyTagClassName
{
color: #CBA51C;
}
</style>
background-color css
<style>
a { background-color: #CBA51C; }
a { background-color: rgb(203,165,28); }
div.DivClassName
{
background-color: #CBA51C;
}
.BgClassName
{
background-color: #CBA51C;
}
</style>
border-color css
<style>
span { border-color: #CBA51C; }
span { border-color: rgb(203,165,28); }
td.TdClassName
{
border-color: #CBA51C;
}
.TagClassName
{
border-color: #CBA51C;
}
</style>