Shades of Galliano #CF9C26
Tints of Galliano #CF9C26
RGB
CMYK
RGB Variations
Color information
#CF9C26 (or 0xCF9C26) is known color: Galliano. HEX triplet: CF, 9C and 26. RGB value is (207,156,38). Sum of RGB (Red+Green+Blue) = 207+156+38=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C26 is #3063D9. Grayscale: #9E9E9E. Windows color (decimal): -3171290 or 2530511. OLE color: 2530511.
HSL color Cylindrical-coordinate representation of color #CF9C26: hue angle of 41.89º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF9C26 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 38 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.19 |
| HSL | 41.89º | 0.69% | 0.48% | - |
| HSV(B) | 41.89º | 0.82% | 0.81% | - |
| XYZ | 37.97 | 37.18 | 7.01 | - |
| YUV | 157.8 | 60.4 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 38 | 0 | 0.25 | 0.82 | 0.19 | 41.89 | 0.69 | 0.48 |
| Hex | CF | 9C | 26 | 0 | 19 | 52 | 13 | 2A | 45 | 30 |
| Octal | 317 | 234 | 46 | 0 | 31 | 122 | 23 | 52 | 105 | 60 |
| Binary | 11001111 | 10011100 | 100110 | 0 | 11001 | 1010010 | 10011 | 101010 | 1000101 | 110000 |
Color Harmonies of #CF9C26
Complementary color
Monochromatic Colors of #CF9C26
Black with #CF9C26
Text Example
Text Example
White with #CF9C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C26; }
p { color: rgb(207,156,38); }
H1.HeaderClassName
{
color: #CF9C26;
}
.AnyTagClassName
{
color: #CF9C26;
}
</style>
background-color css
<style>
a { background-color: #CF9C26; }
a { background-color: rgb(207,156,38); }
div.DivClassName
{
background-color: #CF9C26;
}
.BgClassName
{
background-color: #CF9C26;
}
</style>
border-color css
<style>
span { border-color: #CF9C26; }
span { border-color: rgb(207,156,38); }
td.TdClassName
{
border-color: #CF9C26;
}
.TagClassName
{
border-color: #CF9C26;
}
</style>