Shades of Galliano #CFAC19
Tints of Galliano #CFAC19
RGB
CMYK
RGB Variations
Color information
#CFAC19 (or 0xCFAC19) is known color: Galliano. HEX triplet: CF, AC and 19. RGB value is (207,172,25). Sum of RGB (Red+Green+Blue) = 207+172+25=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAC19 is #3053E6. Grayscale: #A6A6A6. Windows color (decimal): -3167207 or 1682639. OLE color: 1682639.
HSL color Cylindrical-coordinate representation of color #CFAC19: hue angle of 48.46º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFAC19 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 25 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.19 |
| HSL | 48.46º | 0.78% | 0.45% | - |
| HSV(B) | 48.46º | 0.88% | 0.81% | - |
| XYZ | 40.66 | 42.84 | 7.05 | - |
| YUV | 165.71 | 48.6 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 25 | 0 | 0.17 | 0.88 | 0.19 | 48.46 | 0.78 | 0.45 |
| Hex | CF | AC | 19 | 0 | 11 | 58 | 13 | 30 | 4E | 2D |
| Octal | 317 | 254 | 31 | 0 | 21 | 130 | 23 | 60 | 116 | 55 |
| Binary | 11001111 | 10101100 | 11001 | 0 | 10001 | 1011000 | 10011 | 110000 | 1001110 | 101101 |
Color Harmonies of #CFAC19
Complementary color
Monochromatic Colors of #CFAC19
Black with #CFAC19
Text Example
Text Example
White with #CFAC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAC19; }
p { color: rgb(207,172,25); }
H1.HeaderClassName
{
color: #CFAC19;
}
.AnyTagClassName
{
color: #CFAC19;
}
</style>
background-color css
<style>
a { background-color: #CFAC19; }
a { background-color: rgb(207,172,25); }
div.DivClassName
{
background-color: #CFAC19;
}
.BgClassName
{
background-color: #CFAC19;
}
</style>
border-color css
<style>
span { border-color: #CFAC19; }
span { border-color: rgb(207,172,25); }
td.TdClassName
{
border-color: #CFAC19;
}
.TagClassName
{
border-color: #CFAC19;
}
</style>