Shades of Galliano #CF9C28
Tints of Galliano #CF9C28
RGB
CMYK
RGB Variations
Color information
#CF9C28 (or 0xCF9C28) is known color: Galliano. HEX triplet: CF, 9C and 28. RGB value is (207,156,40). Sum of RGB (Red+Green+Blue) = 207+156+40=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 40 (16.02% from 255 or 9.93% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C28 is #3063D7. Grayscale: #9E9E9E. Windows color (decimal): -3171288 or 2661583. OLE color: 2661583.
HSL color Cylindrical-coordinate representation of color #CF9C28: hue angle of 41.68º 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 #CF9C28 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 40 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.19 |
| HSL | 41.68º | 0.68% | 0.48% | - |
| HSV(B) | 41.68º | 0.81% | 0.81% | - |
| XYZ | 38 | 37.2 | 7.18 | - |
| YUV | 158.03 | 61.4 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 40 | 0 | 0.25 | 0.81 | 0.19 | 41.68 | 0.68 | 0.48 |
| Hex | CF | 9C | 28 | 0 | 19 | 51 | 13 | 2A | 44 | 30 |
| Octal | 317 | 234 | 50 | 0 | 31 | 121 | 23 | 52 | 104 | 60 |
| Binary | 11001111 | 10011100 | 101000 | 0 | 11001 | 1010001 | 10011 | 101010 | 1000100 | 110000 |
Color Harmonies of #CF9C28
Complementary color
Monochromatic Colors of #CF9C28
Black with #CF9C28
Text Example
Text Example
White with #CF9C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C28; }
p { color: rgb(207,156,40); }
H1.HeaderClassName
{
color: #CF9C28;
}
.AnyTagClassName
{
color: #CF9C28;
}
</style>
background-color css
<style>
a { background-color: #CF9C28; }
a { background-color: rgb(207,156,40); }
div.DivClassName
{
background-color: #CF9C28;
}
.BgClassName
{
background-color: #CF9C28;
}
</style>
border-color css
<style>
span { border-color: #CF9C28; }
span { border-color: rgb(207,156,40); }
td.TdClassName
{
border-color: #CF9C28;
}
.TagClassName
{
border-color: #CF9C28;
}
</style>