Shades of Galliano #CB9E25
Tints of Galliano #CB9E25
RGB
CMYK
RGB Variations
Color information
#CB9E25 (or 0xCB9E25) is known color: Galliano. HEX triplet: CB, 9E and 25. RGB value is (203,158,37). Sum of RGB (Red+Green+Blue) = 203+158+37=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 37 (14.84% from 255 or 9.30% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9E25 is #3461DA. Grayscale: #9E9E9E. Windows color (decimal): -3432923 or 2465483. OLE color: 2465483.
HSL color Cylindrical-coordinate representation of color #CB9E25: hue angle of 43.73º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB9E25 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 158 | 37 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.20 |
| HSL | 43.73º | 0.69% | 0.47% | - |
| HSV(B) | 43.73º | 0.82% | 0.8% | - |
| XYZ | 37.19 | 37.28 | 6.99 | - |
| YUV | 157.66 | 59.91 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 37 | 0 | 0.22 | 0.82 | 0.20 | 43.73 | 0.69 | 0.47 |
| Hex | CB | 9E | 25 | 0 | 16 | 52 | 14 | 2C | 45 | 2F |
| Octal | 313 | 236 | 45 | 0 | 26 | 122 | 24 | 54 | 105 | 57 |
| Binary | 11001011 | 10011110 | 100101 | 0 | 10110 | 1010010 | 10100 | 101100 | 1000101 | 101111 |
Color Harmonies of #CB9E25
Complementary color
Monochromatic Colors of #CB9E25
Black with #CB9E25
Text Example
Text Example
White with #CB9E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9E25; }
p { color: rgb(203,158,37); }
H1.HeaderClassName
{
color: #CB9E25;
}
.AnyTagClassName
{
color: #CB9E25;
}
</style>
background-color css
<style>
a { background-color: #CB9E25; }
a { background-color: rgb(203,158,37); }
div.DivClassName
{
background-color: #CB9E25;
}
.BgClassName
{
background-color: #CB9E25;
}
</style>
border-color css
<style>
span { border-color: #CB9E25; }
span { border-color: rgb(203,158,37); }
td.TdClassName
{
border-color: #CB9E25;
}
.TagClassName
{
border-color: #CB9E25;
}
</style>