Shades of New Tan #F1CB9C
Tints of New Tan #F1CB9C
RGB
CMYK
RGB Variations
Color information
#F1CB9C (or 0xF1CB9C) is known color: New Tan. HEX triplet: F1, CB and 9C. RGB value is (241,203,156). Sum of RGB (Red+Green+Blue) = 241+203+156=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CB9C is #0E3463. Grayscale: #D1D1D1. Windows color (decimal): -930916 or 10275825. OLE color: 10275825.
HSL color Cylindrical-coordinate representation of color #F1CB9C: hue angle of 33.18º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1CB9C is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 156 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.05 |
| HSL | 33.18º | 0.75% | 0.78% | - |
| HSV(B) | 33.18º | 0.35% | 0.95% | - |
| XYZ | 63.63 | 63.81 | 40.42 | - |
| YUV | 209 | 98.09 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 156 | 0 | 0.16 | 0.35 | 0.05 | 33.18 | 0.75 | 0.78 |
| Hex | F1 | CB | 9C | 0 | 10 | 23 | 5 | 21 | 4B | 4E |
| Octal | 361 | 313 | 234 | 0 | 20 | 43 | 5 | 41 | 113 | 116 |
| Binary | 11110001 | 11001011 | 10011100 | 0 | 10000 | 100011 | 101 | 100001 | 1001011 | 1001110 |
Color Harmonies of #F1CB9C
Complementary color
Monochromatic Colors of #F1CB9C
Black with #F1CB9C
Text Example
Text Example
White with #F1CB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CB9C; }
p { color: rgb(241,203,156); }
H1.HeaderClassName
{
color: #F1CB9C;
}
.AnyTagClassName
{
color: #F1CB9C;
}
</style>
background-color css
<style>
a { background-color: #F1CB9C; }
a { background-color: rgb(241,203,156); }
div.DivClassName
{
background-color: #F1CB9C;
}
.BgClassName
{
background-color: #F1CB9C;
}
</style>
border-color css
<style>
span { border-color: #F1CB9C; }
span { border-color: rgb(241,203,156); }
td.TdClassName
{
border-color: #F1CB9C;
}
.TagClassName
{
border-color: #F1CB9C;
}
</style>