Shades of Galliano #CBA62B
Tints of Galliano #CBA62B
RGB
CMYK
RGB Variations
Color information
#CBA62B (or 0xCBA62B) is known color: Galliano. HEX triplet: CB, A6 and 2B. RGB value is (203,166,43). Sum of RGB (Red+Green+Blue) = 203+166+43=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA62B is #3459D4. Grayscale: #A3A3A3. Windows color (decimal): -3430869 or 2860747. OLE color: 2860747.
HSL color Cylindrical-coordinate representation of color #CBA62B: hue angle of 46.12º degrees, saturation: 0.65, 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 #CBA62B is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 43 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.20 |
| HSL | 46.13º | 0.65% | 0.48% | - |
| HSV(B) | 46.13º | 0.79% | 0.8% | - |
| XYZ | 38.7 | 40.14 | 7.99 | - |
| YUV | 163.04 | 60.26 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 43 | 0 | 0.18 | 0.79 | 0.20 | 46.13 | 0.65 | 0.48 |
| Hex | CB | A6 | 2B | 0 | 12 | 4F | 14 | 2E | 41 | 30 |
| Octal | 313 | 246 | 53 | 0 | 22 | 117 | 24 | 56 | 101 | 60 |
| Binary | 11001011 | 10100110 | 101011 | 0 | 10010 | 1001111 | 10100 | 101110 | 1000001 | 110000 |
Color Harmonies of #CBA62B
Complementary color
Monochromatic Colors of #CBA62B
Black with #CBA62B
Text Example
Text Example
White with #CBA62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA62B; }
p { color: rgb(203,166,43); }
H1.HeaderClassName
{
color: #CBA62B;
}
.AnyTagClassName
{
color: #CBA62B;
}
</style>
background-color css
<style>
a { background-color: #CBA62B; }
a { background-color: rgb(203,166,43); }
div.DivClassName
{
background-color: #CBA62B;
}
.BgClassName
{
background-color: #CBA62B;
}
</style>
border-color css
<style>
span { border-color: #CBA62B; }
span { border-color: rgb(203,166,43); }
td.TdClassName
{
border-color: #CBA62B;
}
.TagClassName
{
border-color: #CBA62B;
}
</style>