Shades of Watusi #F1C7B9
Tints of Watusi #F1C7B9
RGB
CMYK
RGB Variations
Color information
#F1C7B9 (or 0xF1C7B9) is known color: Watusi. HEX triplet: F1, C7 and B9. RGB value is (241,199,185). Sum of RGB (Red+Green+Blue) = 241+199+185=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7B9 is #0E3846. Grayscale: #D2D2D2. Windows color (decimal): -931911 or 12175345. OLE color: 12175345.
HSL color Cylindrical-coordinate representation of color #F1C7B9: hue angle of 15º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1C7B9 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 199 | 185 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.05 |
| HSL | 15º | 0.67% | 0.84% | - |
| HSV(B) | 15º | 0.23% | 0.95% | - |
| XYZ | 65.46 | 63.05 | 54.62 | - |
| YUV | 209.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 199 | 185 | 0 | 0.17 | 0.23 | 0.05 | 15 | 0.67 | 0.84 |
| Hex | F1 | C7 | B9 | 0 | 11 | 17 | 5 | F | 43 | 54 |
| Octal | 361 | 307 | 271 | 0 | 21 | 27 | 5 | 17 | 103 | 124 |
| Binary | 11110001 | 11000111 | 10111001 | 0 | 10001 | 10111 | 101 | 1111 | 1000011 | 1010100 |
Color Harmonies of #F1C7B9
Complementary color
Monochromatic Colors of #F1C7B9
Black with #F1C7B9
Text Example
Text Example
White with #F1C7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C7B9; }
p { color: rgb(241,199,185); }
H1.HeaderClassName
{
color: #F1C7B9;
}
.AnyTagClassName
{
color: #F1C7B9;
}
</style>
background-color css
<style>
a { background-color: #F1C7B9; }
a { background-color: rgb(241,199,185); }
div.DivClassName
{
background-color: #F1C7B9;
}
.BgClassName
{
background-color: #F1C7B9;
}
</style>
border-color css
<style>
span { border-color: #F1C7B9; }
span { border-color: rgb(241,199,185); }
td.TdClassName
{
border-color: #F1C7B9;
}
.TagClassName
{
border-color: #F1C7B9;
}
</style>