Shades of Galliano #CBA12F
Tints of Galliano #CBA12F
RGB
CMYK
RGB Variations
Color information
#CBA12F (or 0xCBA12F) is known color: Galliano. HEX triplet: CB, A1 and 2F. RGB value is (203,161,47). Sum of RGB (Red+Green+Blue) = 203+161+47=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA12F is #345ED0. Grayscale: #A1A1A1. Windows color (decimal): -3432145 or 3121611. OLE color: 3121611.
HSL color Cylindrical-coordinate representation of color #CBA12F: hue angle of 43.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBA12F is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 47 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.20 |
| HSL | 43.85º | 0.62% | 0.49% | - |
| HSV(B) | 43.85º | 0.77% | 0.8% | - |
| XYZ | 37.89 | 38.39 | 8.1 | - |
| YUV | 160.56 | 63.91 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 47 | 0 | 0.21 | 0.77 | 0.20 | 43.85 | 0.62 | 0.49 |
| Hex | CB | A1 | 2F | 0 | 15 | 4D | 14 | 2C | 3E | 31 |
| Octal | 313 | 241 | 57 | 0 | 25 | 115 | 24 | 54 | 76 | 61 |
| Binary | 11001011 | 10100001 | 101111 | 0 | 10101 | 1001101 | 10100 | 101100 | 111110 | 110001 |
Color Harmonies of #CBA12F
Complementary color
Monochromatic Colors of #CBA12F
Black with #CBA12F
Text Example
Text Example
White with #CBA12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA12F; }
p { color: rgb(203,161,47); }
H1.HeaderClassName
{
color: #CBA12F;
}
.AnyTagClassName
{
color: #CBA12F;
}
</style>
background-color css
<style>
a { background-color: #CBA12F; }
a { background-color: rgb(203,161,47); }
div.DivClassName
{
background-color: #CBA12F;
}
.BgClassName
{
background-color: #CBA12F;
}
</style>
border-color css
<style>
span { border-color: #CBA12F; }
span { border-color: rgb(203,161,47); }
td.TdClassName
{
border-color: #CBA12F;
}
.TagClassName
{
border-color: #CBA12F;
}
</style>