Shades of Galliano #CB9F28
Tints of Galliano #CB9F28
RGB
CMYK
RGB Variations
Color information
#CB9F28 (or 0xCB9F28) is known color: Galliano. HEX triplet: CB, 9F and 28. RGB value is (203,159,40). Sum of RGB (Red+Green+Blue) = 203+159+40=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9F28 is #3460D7. Grayscale: #9F9F9F. Windows color (decimal): -3432664 or 2662347. OLE color: 2662347.
HSL color Cylindrical-coordinate representation of color #CB9F28: hue angle of 43.8º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB9F28 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 40 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.20 |
| HSL | 43.8º | 0.67% | 0.48% | - |
| HSV(B) | 43.8º | 0.8% | 0.8% | - |
| XYZ | 37.41 | 37.65 | 7.3 | - |
| YUV | 158.59 | 61.08 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 40 | 0 | 0.22 | 0.80 | 0.20 | 43.8 | 0.67 | 0.48 |
| Hex | CB | 9F | 28 | 0 | 16 | 50 | 14 | 2C | 43 | 30 |
| Octal | 313 | 237 | 50 | 0 | 26 | 120 | 24 | 54 | 103 | 60 |
| Binary | 11001011 | 10011111 | 101000 | 0 | 10110 | 1010000 | 10100 | 101100 | 1000011 | 110000 |
Color Harmonies of #CB9F28
Complementary color
Monochromatic Colors of #CB9F28
Black with #CB9F28
Text Example
Text Example
White with #CB9F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F28; }
p { color: rgb(203,159,40); }
H1.HeaderClassName
{
color: #CB9F28;
}
.AnyTagClassName
{
color: #CB9F28;
}
</style>
background-color css
<style>
a { background-color: #CB9F28; }
a { background-color: rgb(203,159,40); }
div.DivClassName
{
background-color: #CB9F28;
}
.BgClassName
{
background-color: #CB9F28;
}
</style>
border-color css
<style>
span { border-color: #CB9F28; }
span { border-color: rgb(203,159,40); }
td.TdClassName
{
border-color: #CB9F28;
}
.TagClassName
{
border-color: #CB9F28;
}
</style>