Shades of Galliano #CFA12E
Tints of Galliano #CFA12E
RGB
CMYK
RGB Variations
Color information
#CFA12E (or 0xCFA12E) is known color: Galliano. HEX triplet: CF, A1 and 2E. RGB value is (207,161,46). Sum of RGB (Red+Green+Blue) = 207+161+46=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA12E is #305ED1. Grayscale: #A2A2A2. Windows color (decimal): -3170002 or 3056079. OLE color: 3056079.
HSL color Cylindrical-coordinate representation of color #CFA12E: hue angle of 42.86º 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 #CFA12E is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 46 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.19 |
| HSL | 42.86º | 0.64% | 0.5% | - |
| HSV(B) | 42.86º | 0.78% | 0.81% | - |
| XYZ | 38.97 | 38.95 | 8.05 | - |
| YUV | 161.64 | 62.74 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 46 | 0 | 0.22 | 0.78 | 0.19 | 42.86 | 0.64 | 0.5 |
| Hex | CF | A1 | 2E | 0 | 16 | 4E | 13 | 2B | 40 | 32 |
| Octal | 317 | 241 | 56 | 0 | 26 | 116 | 23 | 53 | 100 | 62 |
| Binary | 11001111 | 10100001 | 101110 | 0 | 10110 | 1001110 | 10011 | 101011 | 1000000 | 110010 |
Color Harmonies of #CFA12E
Complementary color
Monochromatic Colors of #CFA12E
Black with #CFA12E
Text Example
Text Example
White with #CFA12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA12E; }
p { color: rgb(207,161,46); }
H1.HeaderClassName
{
color: #CFA12E;
}
.AnyTagClassName
{
color: #CFA12E;
}
</style>
background-color css
<style>
a { background-color: #CFA12E; }
a { background-color: rgb(207,161,46); }
div.DivClassName
{
background-color: #CFA12E;
}
.BgClassName
{
background-color: #CFA12E;
}
</style>
border-color css
<style>
span { border-color: #CFA12E; }
span { border-color: rgb(207,161,46); }
td.TdClassName
{
border-color: #CFA12E;
}
.TagClassName
{
border-color: #CFA12E;
}
</style>