Shades of Galliano #CFA128
Tints of Galliano #CFA128
RGB
CMYK
RGB Variations
Color information
#CFA128 (or 0xCFA128) is known color: Galliano. HEX triplet: CF, A1 and 28. RGB value is (207,161,40). Sum of RGB (Red+Green+Blue) = 207+161+40=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA128 is #305ED7. Grayscale: #A1A1A1. Windows color (decimal): -3170008 or 2662863. OLE color: 2662863.
HSL color Cylindrical-coordinate representation of color #CFA128: hue angle of 43.47º 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 #CFA128 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 40 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.19 |
| HSL | 43.47º | 0.68% | 0.48% | - |
| HSV(B) | 43.47º | 0.81% | 0.81% | - |
| XYZ | 38.86 | 38.91 | 7.47 | - |
| YUV | 160.96 | 59.74 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 40 | 0 | 0.22 | 0.81 | 0.19 | 43.47 | 0.68 | 0.48 |
| Hex | CF | A1 | 28 | 0 | 16 | 51 | 13 | 2B | 44 | 30 |
| Octal | 317 | 241 | 50 | 0 | 26 | 121 | 23 | 53 | 104 | 60 |
| Binary | 11001111 | 10100001 | 101000 | 0 | 10110 | 1010001 | 10011 | 101011 | 1000100 | 110000 |
Color Harmonies of #CFA128
Complementary color
Monochromatic Colors of #CFA128
Black with #CFA128
Text Example
Text Example
White with #CFA128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA128; }
p { color: rgb(207,161,40); }
H1.HeaderClassName
{
color: #CFA128;
}
.AnyTagClassName
{
color: #CFA128;
}
</style>
background-color css
<style>
a { background-color: #CFA128; }
a { background-color: rgb(207,161,40); }
div.DivClassName
{
background-color: #CFA128;
}
.BgClassName
{
background-color: #CFA128;
}
</style>
border-color css
<style>
span { border-color: #CFA128; }
span { border-color: rgb(207,161,40); }
td.TdClassName
{
border-color: #CFA128;
}
.TagClassName
{
border-color: #CFA128;
}
</style>