Shades of Galliano #CBB127
Tints of Galliano #CBB127
RGB
CMYK
RGB Variations
Color information
#CBB127 (or 0xCBB127) is known color: Galliano. HEX triplet: CB, B1 and 27. RGB value is (203,177,39). Sum of RGB (Red+Green+Blue) = 203+177+39=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB127 is #344ED8. Grayscale: #A9A9A9. Windows color (decimal): -3428057 or 2601419. OLE color: 2601419.
HSL color Cylindrical-coordinate representation of color #CBB127: hue angle of 50.49º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBB127 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 39 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.20 |
| HSL | 50.49º | 0.68% | 0.47% | - |
| HSV(B) | 50.49º | 0.81% | 0.8% | - |
| XYZ | 40.72 | 44.29 | 8.32 | - |
| YUV | 169.04 | 54.61 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 39 | 0 | 0.13 | 0.81 | 0.20 | 50.49 | 0.68 | 0.47 |
| Hex | CB | B1 | 27 | 0 | D | 51 | 14 | 32 | 44 | 2F |
| Octal | 313 | 261 | 47 | 0 | 15 | 121 | 24 | 62 | 104 | 57 |
| Binary | 11001011 | 10110001 | 100111 | 0 | 1101 | 1010001 | 10100 | 110010 | 1000100 | 101111 |
Color Harmonies of #CBB127
Complementary color
Monochromatic Colors of #CBB127
Black with #CBB127
Text Example
Text Example
White with #CBB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB127; }
p { color: rgb(203,177,39); }
H1.HeaderClassName
{
color: #CBB127;
}
.AnyTagClassName
{
color: #CBB127;
}
</style>
background-color css
<style>
a { background-color: #CBB127; }
a { background-color: rgb(203,177,39); }
div.DivClassName
{
background-color: #CBB127;
}
.BgClassName
{
background-color: #CBB127;
}
</style>
border-color css
<style>
span { border-color: #CBB127; }
span { border-color: rgb(203,177,39); }
td.TdClassName
{
border-color: #CBB127;
}
.TagClassName
{
border-color: #CBB127;
}
</style>