Shades of Galliano #CF9C20
Tints of Galliano #CF9C20
RGB
CMYK
RGB Variations
Color information
#CF9C20 (or 0xCF9C20) is known color: Galliano. HEX triplet: CF, 9C and 20. RGB value is (207,156,32). Sum of RGB (Red+Green+Blue) = 207+156+32=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C20 is #3063DF. Grayscale: #9D9D9D. Windows color (decimal): -3171296 or 2137295. OLE color: 2137295.
HSL color Cylindrical-coordinate representation of color #CF9C20: hue angle of 42.51º degrees, saturation: 0.73, 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 #CF9C20 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 32 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.19 |
| HSL | 42.51º | 0.73% | 0.47% | - |
| HSV(B) | 42.51º | 0.85% | 0.81% | - |
| XYZ | 37.88 | 37.15 | 6.54 | - |
| YUV | 157.11 | 57.4 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 32 | 0 | 0.25 | 0.85 | 0.19 | 42.51 | 0.73 | 0.47 |
| Hex | CF | 9C | 20 | 0 | 19 | 55 | 13 | 2B | 49 | 2F |
| Octal | 317 | 234 | 40 | 0 | 31 | 125 | 23 | 53 | 111 | 57 |
| Binary | 11001111 | 10011100 | 100000 | 0 | 11001 | 1010101 | 10011 | 101011 | 1001001 | 101111 |
Color Harmonies of #CF9C20
Complementary color
Monochromatic Colors of #CF9C20
Black with #CF9C20
Text Example
Text Example
White with #CF9C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C20; }
p { color: rgb(207,156,32); }
H1.HeaderClassName
{
color: #CF9C20;
}
.AnyTagClassName
{
color: #CF9C20;
}
</style>
background-color css
<style>
a { background-color: #CF9C20; }
a { background-color: rgb(207,156,32); }
div.DivClassName
{
background-color: #CF9C20;
}
.BgClassName
{
background-color: #CF9C20;
}
</style>
border-color css
<style>
span { border-color: #CF9C20; }
span { border-color: rgb(207,156,32); }
td.TdClassName
{
border-color: #CF9C20;
}
.TagClassName
{
border-color: #CF9C20;
}
</style>