Shades of Galliano #CF9F25
Tints of Galliano #CF9F25
RGB
CMYK
RGB Variations
Color information
#CF9F25 (or 0xCF9F25) is known color: Galliano. HEX triplet: CF, 9F and 25. RGB value is (207,159,37). Sum of RGB (Red+Green+Blue) = 207+159+37=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9F25 is #3060DA. Grayscale: #9F9F9F. Windows color (decimal): -3170523 or 2465743. OLE color: 2465743.
HSL color Cylindrical-coordinate representation of color #CF9F25: hue angle of 43.06º degrees, saturation: 0.7, 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 #CF9F25 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 37 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.19 |
| HSL | 43.06º | 0.7% | 0.48% | - |
| HSV(B) | 43.06º | 0.82% | 0.81% | - |
| XYZ | 38.46 | 38.2 | 7.1 | - |
| YUV | 159.44 | 58.9 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 37 | 0 | 0.23 | 0.82 | 0.19 | 43.06 | 0.7 | 0.48 |
| Hex | CF | 9F | 25 | 0 | 17 | 52 | 13 | 2B | 46 | 30 |
| Octal | 317 | 237 | 45 | 0 | 27 | 122 | 23 | 53 | 106 | 60 |
| Binary | 11001111 | 10011111 | 100101 | 0 | 10111 | 1010010 | 10011 | 101011 | 1000110 | 110000 |
Color Harmonies of #CF9F25
Complementary color
Monochromatic Colors of #CF9F25
Black with #CF9F25
Text Example
Text Example
White with #CF9F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F25; }
p { color: rgb(207,159,37); }
H1.HeaderClassName
{
color: #CF9F25;
}
.AnyTagClassName
{
color: #CF9F25;
}
</style>
background-color css
<style>
a { background-color: #CF9F25; }
a { background-color: rgb(207,159,37); }
div.DivClassName
{
background-color: #CF9F25;
}
.BgClassName
{
background-color: #CF9F25;
}
</style>
border-color css
<style>
span { border-color: #CF9F25; }
span { border-color: rgb(207,159,37); }
td.TdClassName
{
border-color: #CF9F25;
}
.TagClassName
{
border-color: #CF9F25;
}
</style>