Shades of Galliano #CF9C1F
Tints of Galliano #CF9C1F
RGB
CMYK
RGB Variations
Color information
#CF9C1F (or 0xCF9C1F) is known color: Galliano. HEX triplet: CF, 9C and 1F. RGB value is (207,156,31). Sum of RGB (Red+Green+Blue) = 207+156+31=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C1F is #3063E0. Grayscale: #9D9D9D. Windows color (decimal): -3171297 or 2071759. OLE color: 2071759.
HSL color Cylindrical-coordinate representation of color #CF9C1F: hue angle of 42.61º 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 #CF9C1F is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 31 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.19 |
| HSL | 42.61º | 0.74% | 0.47% | - |
| HSV(B) | 42.61º | 0.85% | 0.81% | - |
| XYZ | 37.87 | 37.14 | 6.47 | - |
| YUV | 157 | 56.9 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 31 | 0 | 0.25 | 0.85 | 0.19 | 42.61 | 0.74 | 0.47 |
| Hex | CF | 9C | 1F | 0 | 19 | 55 | 13 | 2B | 4A | 2F |
| Octal | 317 | 234 | 37 | 0 | 31 | 125 | 23 | 53 | 112 | 57 |
| Binary | 11001111 | 10011100 | 11111 | 0 | 11001 | 1010101 | 10011 | 101011 | 1001010 | 101111 |
Color Harmonies of #CF9C1F
Complementary color
Monochromatic Colors of #CF9C1F
Black with #CF9C1F
Text Example
Text Example
White with #CF9C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C1F; }
p { color: rgb(207,156,31); }
H1.HeaderClassName
{
color: #CF9C1F;
}
.AnyTagClassName
{
color: #CF9C1F;
}
</style>
background-color css
<style>
a { background-color: #CF9C1F; }
a { background-color: rgb(207,156,31); }
div.DivClassName
{
background-color: #CF9C1F;
}
.BgClassName
{
background-color: #CF9C1F;
}
</style>
border-color css
<style>
span { border-color: #CF9C1F; }
span { border-color: rgb(207,156,31); }
td.TdClassName
{
border-color: #CF9C1F;
}
.TagClassName
{
border-color: #CF9C1F;
}
</style>