Shades of Galliano #CF9B1B
Tints of Galliano #CF9B1B
RGB
CMYK
RGB Variations
Color information
#CF9B1B (or 0xCF9B1B) is known color: Galliano. HEX triplet: CF, 9B and 1B. RGB value is (207,155,27). Sum of RGB (Red+Green+Blue) = 207+155+27=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9B1B is #3064E4. Grayscale: #9C9C9C. Windows color (decimal): -3171557 or 1809359. OLE color: 1809359.
HSL color Cylindrical-coordinate representation of color #CF9B1B: hue angle of 42.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF9B1B is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 27 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.19 |
| HSL | 42.67º | 0.77% | 0.46% | - |
| HSV(B) | 42.67º | 0.87% | 0.81% | - |
| XYZ | 37.65 | 36.79 | 6.15 | - |
| YUV | 155.96 | 55.23 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 27 | 0 | 0.25 | 0.87 | 0.19 | 42.67 | 0.77 | 0.46 |
| Hex | CF | 9B | 1B | 0 | 19 | 57 | 13 | 2B | 4D | 2E |
| Octal | 317 | 233 | 33 | 0 | 31 | 127 | 23 | 53 | 115 | 56 |
| Binary | 11001111 | 10011011 | 11011 | 0 | 11001 | 1010111 | 10011 | 101011 | 1001101 | 101110 |
Color Harmonies of #CF9B1B
Complementary color
Monochromatic Colors of #CF9B1B
Black with #CF9B1B
Text Example
Text Example
White with #CF9B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B1B; }
p { color: rgb(207,155,27); }
H1.HeaderClassName
{
color: #CF9B1B;
}
.AnyTagClassName
{
color: #CF9B1B;
}
</style>
background-color css
<style>
a { background-color: #CF9B1B; }
a { background-color: rgb(207,155,27); }
div.DivClassName
{
background-color: #CF9B1B;
}
.BgClassName
{
background-color: #CF9B1B;
}
</style>
border-color css
<style>
span { border-color: #CF9B1B; }
span { border-color: rgb(207,155,27); }
td.TdClassName
{
border-color: #CF9B1B;
}
.TagClassName
{
border-color: #CF9B1B;
}
</style>