Shades of Galliano #CFAA2A
Tints of Galliano #CFAA2A
RGB
CMYK
RGB Variations
Color information
#CFAA2A (or 0xCFAA2A) is known color: Galliano. HEX triplet: CF, AA and 2A. RGB value is (207,170,42). Sum of RGB (Red+Green+Blue) = 207+170+42=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA2A is #3055D5. Grayscale: #A7A7A7. Windows color (decimal): -3167702 or 2796239. OLE color: 2796239.
HSL color Cylindrical-coordinate representation of color #CFAA2A: hue angle of 46.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFAA2A is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 42 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.19 |
| HSL | 46.55º | 0.66% | 0.49% | - |
| HSV(B) | 46.55º | 0.8% | 0.81% | - |
| XYZ | 40.52 | 42.18 | 8.2 | - |
| YUV | 166.47 | 57.76 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 42 | 0 | 0.18 | 0.80 | 0.19 | 46.55 | 0.66 | 0.49 |
| Hex | CF | AA | 2A | 0 | 12 | 50 | 13 | 2F | 42 | 31 |
| Octal | 317 | 252 | 52 | 0 | 22 | 120 | 23 | 57 | 102 | 61 |
| Binary | 11001111 | 10101010 | 101010 | 0 | 10010 | 1010000 | 10011 | 101111 | 1000010 | 110001 |
Color Harmonies of #CFAA2A
Complementary color
Monochromatic Colors of #CFAA2A
Black with #CFAA2A
Text Example
Text Example
White with #CFAA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA2A; }
p { color: rgb(207,170,42); }
H1.HeaderClassName
{
color: #CFAA2A;
}
.AnyTagClassName
{
color: #CFAA2A;
}
</style>
background-color css
<style>
a { background-color: #CFAA2A; }
a { background-color: rgb(207,170,42); }
div.DivClassName
{
background-color: #CFAA2A;
}
.BgClassName
{
background-color: #CFAA2A;
}
</style>
border-color css
<style>
span { border-color: #CFAA2A; }
span { border-color: rgb(207,170,42); }
td.TdClassName
{
border-color: #CFAA2A;
}
.TagClassName
{
border-color: #CFAA2A;
}
</style>