Shades of Galliano #CF9C1B
Tints of Galliano #CF9C1B
RGB
CMYK
RGB Variations
Color information
#CF9C1B (or 0xCF9C1B) is known color: Galliano. HEX triplet: CF, 9C and 1B. RGB value is (207,156,27). Sum of RGB (Red+Green+Blue) = 207+156+27=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C1B is #3063E4. Grayscale: #9D9D9D. Windows color (decimal): -3171301 or 1809615. OLE color: 1809615.
HSL color Cylindrical-coordinate representation of color #CF9C1B: hue angle of 43º 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 #CF9C1B is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 27 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.19 |
| HSL | 43º | 0.77% | 0.46% | - |
| HSV(B) | 43º | 0.87% | 0.81% | - |
| XYZ | 37.82 | 37.12 | 6.21 | - |
| YUV | 156.54 | 54.9 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 27 | 0 | 0.25 | 0.87 | 0.19 | 43 | 0.77 | 0.46 |
| Hex | CF | 9C | 1B | 0 | 19 | 57 | 13 | 2B | 4D | 2E |
| Octal | 317 | 234 | 33 | 0 | 31 | 127 | 23 | 53 | 115 | 56 |
| Binary | 11001111 | 10011100 | 11011 | 0 | 11001 | 1010111 | 10011 | 101011 | 1001101 | 101110 |
Color Harmonies of #CF9C1B
Complementary color
Monochromatic Colors of #CF9C1B
Black with #CF9C1B
Text Example
Text Example
White with #CF9C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C1B; }
p { color: rgb(207,156,27); }
H1.HeaderClassName
{
color: #CF9C1B;
}
.AnyTagClassName
{
color: #CF9C1B;
}
</style>
background-color css
<style>
a { background-color: #CF9C1B; }
a { background-color: rgb(207,156,27); }
div.DivClassName
{
background-color: #CF9C1B;
}
.BgClassName
{
background-color: #CF9C1B;
}
</style>
border-color css
<style>
span { border-color: #CF9C1B; }
span { border-color: rgb(207,156,27); }
td.TdClassName
{
border-color: #CF9C1B;
}
.TagClassName
{
border-color: #CF9C1B;
}
</style>