Shades of Galliano #CF9B1F
Tints of Galliano #CF9B1F
RGB
CMYK
RGB Variations
Color information
#CF9B1F (or 0xCF9B1F) is known color: Galliano. HEX triplet: CF, 9B and 1F. RGB value is (207,155,31). Sum of RGB (Red+Green+Blue) = 207+155+31=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 31 (12.5% from 255 or 7.89% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9B1F is #3064E0. Grayscale: #9C9C9C. Windows color (decimal): -3171553 or 2071503. OLE color: 2071503.
HSL color Cylindrical-coordinate representation of color #CF9B1F: hue angle of 42.27º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF9B1F is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 31 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.19 |
| HSL | 42.27º | 0.74% | 0.47% | - |
| HSV(B) | 42.27º | 0.85% | 0.81% | - |
| XYZ | 37.7 | 36.81 | 6.41 | - |
| YUV | 156.41 | 57.23 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 31 | 0 | 0.25 | 0.85 | 0.19 | 42.27 | 0.74 | 0.47 |
| Hex | CF | 9B | 1F | 0 | 19 | 55 | 13 | 2A | 4A | 2F |
| Octal | 317 | 233 | 37 | 0 | 31 | 125 | 23 | 52 | 112 | 57 |
| Binary | 11001111 | 10011011 | 11111 | 0 | 11001 | 1010101 | 10011 | 101010 | 1001010 | 101111 |
Color Harmonies of #CF9B1F
Complementary color
Monochromatic Colors of #CF9B1F
Black with #CF9B1F
Text Example
Text Example
White with #CF9B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B1F; }
p { color: rgb(207,155,31); }
H1.HeaderClassName
{
color: #CF9B1F;
}
.AnyTagClassName
{
color: #CF9B1F;
}
</style>
background-color css
<style>
a { background-color: #CF9B1F; }
a { background-color: rgb(207,155,31); }
div.DivClassName
{
background-color: #CF9B1F;
}
.BgClassName
{
background-color: #CF9B1F;
}
</style>
border-color css
<style>
span { border-color: #CF9B1F; }
span { border-color: rgb(207,155,31); }
td.TdClassName
{
border-color: #CF9B1F;
}
.TagClassName
{
border-color: #CF9B1F;
}
</style>