Shades of New Tan #F0CB9B
Tints of New Tan #F0CB9B
RGB
CMYK
RGB Variations
Color information
#F0CB9B (or 0xF0CB9B) is known color: New Tan. HEX triplet: F0, CB and 9B. RGB value is (240,203,155). Sum of RGB (Red+Green+Blue) = 240+203+155=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CB9B is #0F3464. Grayscale: #D0D0D0. Windows color (decimal): -996453 or 10210288. OLE color: 10210288.
HSL color Cylindrical-coordinate representation of color #F0CB9B: hue angle of 33.88º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0CB9B is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 155 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.06 |
| HSL | 33.88º | 0.74% | 0.77% | - |
| HSV(B) | 33.88º | 0.35% | 0.94% | - |
| XYZ | 63.21 | 63.6 | 39.96 | - |
| YUV | 208.59 | 97.76 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 155 | 0 | 0.15 | 0.35 | 0.06 | 33.88 | 0.74 | 0.77 |
| Hex | F0 | CB | 9B | 0 | F | 23 | 6 | 22 | 4A | 4D |
| Octal | 360 | 313 | 233 | 0 | 17 | 43 | 6 | 42 | 112 | 115 |
| Binary | 11110000 | 11001011 | 10011011 | 0 | 1111 | 100011 | 110 | 100010 | 1001010 | 1001101 |
Color Harmonies of #F0CB9B
Complementary color
Monochromatic Colors of #F0CB9B
Black with #F0CB9B
Text Example
Text Example
White with #F0CB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CB9B; }
p { color: rgb(240,203,155); }
H1.HeaderClassName
{
color: #F0CB9B;
}
.AnyTagClassName
{
color: #F0CB9B;
}
</style>
background-color css
<style>
a { background-color: #F0CB9B; }
a { background-color: rgb(240,203,155); }
div.DivClassName
{
background-color: #F0CB9B;
}
.BgClassName
{
background-color: #F0CB9B;
}
</style>
border-color css
<style>
span { border-color: #F0CB9B; }
span { border-color: rgb(240,203,155); }
td.TdClassName
{
border-color: #F0CB9B;
}
.TagClassName
{
border-color: #F0CB9B;
}
</style>