Shades of Galliano #CF9C27
Tints of Galliano #CF9C27
RGB
CMYK
RGB Variations
Color information
#CF9C27 (or 0xCF9C27) is known color: Galliano. HEX triplet: CF, 9C and 27. RGB value is (207,156,39). Sum of RGB (Red+Green+Blue) = 207+156+39=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 39 (15.62% from 255 or 9.70% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C27 is #3063D8. Grayscale: #9E9E9E. Windows color (decimal): -3171289 or 2596047. OLE color: 2596047.
HSL color Cylindrical-coordinate representation of color #CF9C27: hue angle of 41.79º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF9C27 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 39 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.19 |
| HSL | 41.79º | 0.68% | 0.48% | - |
| HSV(B) | 41.79º | 0.81% | 0.81% | - |
| XYZ | 37.99 | 37.19 | 7.1 | - |
| YUV | 157.91 | 60.9 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 39 | 0 | 0.25 | 0.81 | 0.19 | 41.79 | 0.68 | 0.48 |
| Hex | CF | 9C | 27 | 0 | 19 | 51 | 13 | 2A | 44 | 30 |
| Octal | 317 | 234 | 47 | 0 | 31 | 121 | 23 | 52 | 104 | 60 |
| Binary | 11001111 | 10011100 | 100111 | 0 | 11001 | 1010001 | 10011 | 101010 | 1000100 | 110000 |
Color Harmonies of #CF9C27
Complementary color
Monochromatic Colors of #CF9C27
Black with #CF9C27
Text Example
Text Example
White with #CF9C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C27; }
p { color: rgb(207,156,39); }
H1.HeaderClassName
{
color: #CF9C27;
}
.AnyTagClassName
{
color: #CF9C27;
}
</style>
background-color css
<style>
a { background-color: #CF9C27; }
a { background-color: rgb(207,156,39); }
div.DivClassName
{
background-color: #CF9C27;
}
.BgClassName
{
background-color: #CF9C27;
}
</style>
border-color css
<style>
span { border-color: #CF9C27; }
span { border-color: rgb(207,156,39); }
td.TdClassName
{
border-color: #CF9C27;
}
.TagClassName
{
border-color: #CF9C27;
}
</style>