Shades of Galliano #CB9F2D
Tints of Galliano #CB9F2D
RGB
CMYK
RGB Variations
Color information
#CB9F2D (or 0xCB9F2D) is known color: Galliano. HEX triplet: CB, 9F and 2D. RGB value is (203,159,45). Sum of RGB (Red+Green+Blue) = 203+159+45=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9F2D is #3460D2. Grayscale: #9F9F9F. Windows color (decimal): -3432659 or 2990027. OLE color: 2990027.
HSL color Cylindrical-coordinate representation of color #CB9F2D: hue angle of 43.29º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB9F2D is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 45 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.20 |
| HSL | 43.29º | 0.64% | 0.49% | - |
| HSV(B) | 43.29º | 0.78% | 0.8% | - |
| XYZ | 37.5 | 37.68 | 7.78 | - |
| YUV | 159.16 | 63.58 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 45 | 0 | 0.22 | 0.78 | 0.20 | 43.29 | 0.64 | 0.49 |
| Hex | CB | 9F | 2D | 0 | 16 | 4E | 14 | 2B | 40 | 31 |
| Octal | 313 | 237 | 55 | 0 | 26 | 116 | 24 | 53 | 100 | 61 |
| Binary | 11001011 | 10011111 | 101101 | 0 | 10110 | 1001110 | 10100 | 101011 | 1000000 | 110001 |
Color Harmonies of #CB9F2D
Complementary color
Monochromatic Colors of #CB9F2D
Black with #CB9F2D
Text Example
Text Example
White with #CB9F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F2D; }
p { color: rgb(203,159,45); }
H1.HeaderClassName
{
color: #CB9F2D;
}
.AnyTagClassName
{
color: #CB9F2D;
}
</style>
background-color css
<style>
a { background-color: #CB9F2D; }
a { background-color: rgb(203,159,45); }
div.DivClassName
{
background-color: #CB9F2D;
}
.BgClassName
{
background-color: #CB9F2D;
}
</style>
border-color css
<style>
span { border-color: #CB9F2D; }
span { border-color: rgb(203,159,45); }
td.TdClassName
{
border-color: #CB9F2D;
}
.TagClassName
{
border-color: #CB9F2D;
}
</style>