Shades of Galliano #CFA60C
Tints of Galliano #CFA60C
RGB
CMYK
RGB Variations
Color information
#CFA60C (or 0xCFA60C) is known color: Galliano. HEX triplet: CF, A6 and 0C. RGB value is (207,166,12). Sum of RGB (Red+Green+Blue) = 207+166+12=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA60C is #3059F3. Grayscale: #A1A1A1. Windows color (decimal): -3168756 or 829135. OLE color: 829135.
HSL color Cylindrical-coordinate representation of color #CFA60C: hue angle of 47.38º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFA60C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 12 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.19 |
| HSL | 47.38º | 0.89% | 0.43% | - |
| HSV(B) | 47.38º | 0.94% | 0.81% | - |
| XYZ | 39.43 | 40.56 | 6.1 | - |
| YUV | 160.7 | 44.08 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 12 | 0 | 0.20 | 0.94 | 0.19 | 47.38 | 0.89 | 0.43 |
| Hex | CF | A6 | C | 0 | 14 | 5E | 13 | 2F | 59 | 2B |
| Octal | 317 | 246 | 14 | 0 | 24 | 136 | 23 | 57 | 131 | 53 |
| Binary | 11001111 | 10100110 | 1100 | 0 | 10100 | 1011110 | 10011 | 101111 | 1011001 | 101011 |
Color Harmonies of #CFA60C
Complementary color
Monochromatic Colors of #CFA60C
Black with #CFA60C
Text Example
Text Example
White with #CFA60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA60C; }
p { color: rgb(207,166,12); }
H1.HeaderClassName
{
color: #CFA60C;
}
.AnyTagClassName
{
color: #CFA60C;
}
</style>
background-color css
<style>
a { background-color: #CFA60C; }
a { background-color: rgb(207,166,12); }
div.DivClassName
{
background-color: #CFA60C;
}
.BgClassName
{
background-color: #CFA60C;
}
</style>
border-color css
<style>
span { border-color: #CFA60C; }
span { border-color: rgb(207,166,12); }
td.TdClassName
{
border-color: #CFA60C;
}
.TagClassName
{
border-color: #CFA60C;
}
</style>