Shades of Galliano #CFAB10
Tints of Galliano #CFAB10
RGB
CMYK
RGB Variations
Color information
#CFAB10 (or 0xCFAB10) is known color: Galliano. HEX triplet: CF, AB and 10. RGB value is (207,171,16). Sum of RGB (Red+Green+Blue) = 207+171+16=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAB10 is #3054EF. Grayscale: #A4A4A4. Windows color (decimal): -3167472 or 1092559. OLE color: 1092559.
HSL color Cylindrical-coordinate representation of color #CFAB10: hue angle of 48.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFAB10 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 16 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.19 |
| HSL | 48.69º | 0.86% | 0.44% | - |
| HSV(B) | 48.69º | 0.92% | 0.81% | - |
| XYZ | 40.39 | 42.43 | 6.55 | - |
| YUV | 164.09 | 44.43 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 16 | 0 | 0.17 | 0.92 | 0.19 | 48.69 | 0.86 | 0.44 |
| Hex | CF | AB | 10 | 0 | 11 | 5C | 13 | 31 | 56 | 2C |
| Octal | 317 | 253 | 20 | 0 | 21 | 134 | 23 | 61 | 126 | 54 |
| Binary | 11001111 | 10101011 | 10000 | 0 | 10001 | 1011100 | 10011 | 110001 | 1010110 | 101100 |
Color Harmonies of #CFAB10
Complementary color
Monochromatic Colors of #CFAB10
Black with #CFAB10
Text Example
Text Example
White with #CFAB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB10; }
p { color: rgb(207,171,16); }
H1.HeaderClassName
{
color: #CFAB10;
}
.AnyTagClassName
{
color: #CFAB10;
}
</style>
background-color css
<style>
a { background-color: #CFAB10; }
a { background-color: rgb(207,171,16); }
div.DivClassName
{
background-color: #CFAB10;
}
.BgClassName
{
background-color: #CFAB10;
}
</style>
border-color css
<style>
span { border-color: #CFAB10; }
span { border-color: rgb(207,171,16); }
td.TdClassName
{
border-color: #CFAB10;
}
.TagClassName
{
border-color: #CFAB10;
}
</style>