Shades of Tequila #F7CBA0
Tints of Tequila #F7CBA0
RGB
CMYK
RGB Variations
Color information
#F7CBA0 (or 0xF7CBA0) is known color: Tequila. HEX triplet: F7, CB and A0. RGB value is (247,203,160). Sum of RGB (Red+Green+Blue) = 247+203+160=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 160 (62.89% from 255 or 26.23% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CBA0 is #08345F. Grayscale: #D3D3D3. Windows color (decimal): -537696 or 10537975. OLE color: 10537975.
HSL color Cylindrical-coordinate representation of color #F7CBA0: hue angle of 29.66º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7CBA0 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 160 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.03 |
| HSL | 29.66º | 0.84% | 0.8% | - |
| HSV(B) | 29.66º | 0.35% | 0.97% | - |
| XYZ | 66.06 | 65.02 | 42.33 | - |
| YUV | 211.25 | 99.08 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 160 | 0 | 0.18 | 0.35 | 0.03 | 29.66 | 0.84 | 0.8 |
| Hex | F7 | CB | A0 | 0 | 12 | 23 | 3 | 1E | 54 | 50 |
| Octal | 367 | 313 | 240 | 0 | 22 | 43 | 3 | 36 | 124 | 120 |
| Binary | 11110111 | 11001011 | 10100000 | 0 | 10010 | 100011 | 11 | 11110 | 1010100 | 1010000 |
Color Harmonies of #F7CBA0
Complementary color
Monochromatic Colors of #F7CBA0
Black with #F7CBA0
Text Example
Text Example
White with #F7CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CBA0; }
p { color: rgb(247,203,160); }
H1.HeaderClassName
{
color: #F7CBA0;
}
.AnyTagClassName
{
color: #F7CBA0;
}
</style>
background-color css
<style>
a { background-color: #F7CBA0; }
a { background-color: rgb(247,203,160); }
div.DivClassName
{
background-color: #F7CBA0;
}
.BgClassName
{
background-color: #F7CBA0;
}
</style>
border-color css
<style>
span { border-color: #F7CBA0; }
span { border-color: rgb(247,203,160); }
td.TdClassName
{
border-color: #F7CBA0;
}
.TagClassName
{
border-color: #F7CBA0;
}
</style>