Shades of Galliano #CF9E2E
Tints of Galliano #CF9E2E
RGB
CMYK
RGB Variations
Color information
#CF9E2E (or 0xCF9E2E) is known color: Galliano. HEX triplet: CF, 9E and 2E. RGB value is (207,158,46). Sum of RGB (Red+Green+Blue) = 207+158+46=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9E2E is #3061D1. Grayscale: #A0A0A0. Windows color (decimal): -3170770 or 3055311. OLE color: 3055311.
HSL color Cylindrical-coordinate representation of color #CF9E2E: hue angle of 41.74º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF9E2E is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 158 | 46 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.19 |
| HSL | 41.74º | 0.64% | 0.5% | - |
| HSV(B) | 41.74º | 0.78% | 0.81% | - |
| XYZ | 38.45 | 37.92 | 7.88 | - |
| YUV | 159.88 | 63.73 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 158 | 46 | 0 | 0.24 | 0.78 | 0.19 | 41.74 | 0.64 | 0.5 |
| Hex | CF | 9E | 2E | 0 | 18 | 4E | 13 | 2A | 40 | 32 |
| Octal | 317 | 236 | 56 | 0 | 30 | 116 | 23 | 52 | 100 | 62 |
| Binary | 11001111 | 10011110 | 101110 | 0 | 11000 | 1001110 | 10011 | 101010 | 1000000 | 110010 |
Color Harmonies of #CF9E2E
Complementary color
Monochromatic Colors of #CF9E2E
Black with #CF9E2E
Text Example
Text Example
White with #CF9E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9E2E; }
p { color: rgb(207,158,46); }
H1.HeaderClassName
{
color: #CF9E2E;
}
.AnyTagClassName
{
color: #CF9E2E;
}
</style>
background-color css
<style>
a { background-color: #CF9E2E; }
a { background-color: rgb(207,158,46); }
div.DivClassName
{
background-color: #CF9E2E;
}
.BgClassName
{
background-color: #CF9E2E;
}
</style>
border-color css
<style>
span { border-color: #CF9E2E; }
span { border-color: rgb(207,158,46); }
td.TdClassName
{
border-color: #CF9E2E;
}
.TagClassName
{
border-color: #CF9E2E;
}
</style>