Shades of Galliano #CFA02C
Tints of Galliano #CFA02C
RGB
CMYK
RGB Variations
Color information
#CFA02C (or 0xCFA02C) is known color: Galliano. HEX triplet: CF, A0 and 2C. RGB value is (207,160,44). Sum of RGB (Red+Green+Blue) = 207+160+44=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA02C is #305FD3. Grayscale: #A1A1A1. Windows color (decimal): -3170260 or 2924751. OLE color: 2924751.
HSL color Cylindrical-coordinate representation of color #CFA02C: hue angle of 42.7º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFA02C is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 44 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.19 |
| HSL | 42.7º | 0.65% | 0.49% | - |
| HSV(B) | 42.7º | 0.79% | 0.81% | - |
| XYZ | 38.76 | 38.59 | 7.79 | - |
| YUV | 160.83 | 62.07 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 44 | 0 | 0.23 | 0.79 | 0.19 | 42.7 | 0.65 | 0.49 |
| Hex | CF | A0 | 2C | 0 | 17 | 4F | 13 | 2B | 41 | 31 |
| Octal | 317 | 240 | 54 | 0 | 27 | 117 | 23 | 53 | 101 | 61 |
| Binary | 11001111 | 10100000 | 101100 | 0 | 10111 | 1001111 | 10011 | 101011 | 1000001 | 110001 |
Color Harmonies of #CFA02C
Complementary color
Monochromatic Colors of #CFA02C
Black with #CFA02C
Text Example
Text Example
White with #CFA02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA02C; }
p { color: rgb(207,160,44); }
H1.HeaderClassName
{
color: #CFA02C;
}
.AnyTagClassName
{
color: #CFA02C;
}
</style>
background-color css
<style>
a { background-color: #CFA02C; }
a { background-color: rgb(207,160,44); }
div.DivClassName
{
background-color: #CFA02C;
}
.BgClassName
{
background-color: #CFA02C;
}
</style>
border-color css
<style>
span { border-color: #CFA02C; }
span { border-color: rgb(207,160,44); }
td.TdClassName
{
border-color: #CFA02C;
}
.TagClassName
{
border-color: #CFA02C;
}
</style>