Shades of Galliano #CF9F1B
Tints of Galliano #CF9F1B
RGB
CMYK
RGB Variations
Color information
#CF9F1B (or 0xCF9F1B) is known color: Galliano. HEX triplet: CF, 9F and 1B. RGB value is (207,159,27). Sum of RGB (Red+Green+Blue) = 207+159+27=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9F1B is #3060E4. Grayscale: #9E9E9E. Windows color (decimal): -3170533 or 1810383. OLE color: 1810383.
HSL color Cylindrical-coordinate representation of color #CF9F1B: hue angle of 44º 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 #CF9F1B is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 27 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.19 |
| HSL | 44º | 0.77% | 0.46% | - |
| HSV(B) | 44º | 0.87% | 0.81% | - |
| XYZ | 38.33 | 38.14 | 6.38 | - |
| YUV | 158.3 | 53.9 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 27 | 0 | 0.23 | 0.87 | 0.19 | 44 | 0.77 | 0.46 |
| Hex | CF | 9F | 1B | 0 | 17 | 57 | 13 | 2C | 4D | 2E |
| Octal | 317 | 237 | 33 | 0 | 27 | 127 | 23 | 54 | 115 | 56 |
| Binary | 11001111 | 10011111 | 11011 | 0 | 10111 | 1010111 | 10011 | 101100 | 1001101 | 101110 |
Color Harmonies of #CF9F1B
Complementary color
Monochromatic Colors of #CF9F1B
Black with #CF9F1B
Text Example
Text Example
White with #CF9F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F1B; }
p { color: rgb(207,159,27); }
H1.HeaderClassName
{
color: #CF9F1B;
}
.AnyTagClassName
{
color: #CF9F1B;
}
</style>
background-color css
<style>
a { background-color: #CF9F1B; }
a { background-color: rgb(207,159,27); }
div.DivClassName
{
background-color: #CF9F1B;
}
.BgClassName
{
background-color: #CF9F1B;
}
</style>
border-color css
<style>
span { border-color: #CF9F1B; }
span { border-color: rgb(207,159,27); }
td.TdClassName
{
border-color: #CF9F1B;
}
.TagClassName
{
border-color: #CF9F1B;
}
</style>