Shades of Watusi #F0C7BC
Tints of Watusi #F0C7BC
RGB
CMYK
RGB Variations
Color information
#F0C7BC (or 0xF0C7BC) is known color: Watusi. HEX triplet: F0, C7 and BC. RGB value is (240,199,188). Sum of RGB (Red+Green+Blue) = 240+199+188=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C7BC is #0F3843. Grayscale: #D2D2D2. Windows color (decimal): -997444 or 12371952. OLE color: 12371952.
HSL color Cylindrical-coordinate representation of color #F0C7BC: hue angle of 12.69º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0C7BC is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 188 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.06 |
| HSL | 12.69º | 0.63% | 0.84% | - |
| HSV(B) | 12.69º | 0.22% | 0.94% | - |
| XYZ | 65.44 | 63 | 56.29 | - |
| YUV | 210.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 188 | 0 | 0.17 | 0.22 | 0.06 | 12.69 | 0.63 | 0.84 |
| Hex | F0 | C7 | BC | 0 | 11 | 16 | 6 | D | 3F | 54 |
| Octal | 360 | 307 | 274 | 0 | 21 | 26 | 6 | 15 | 77 | 124 |
| Binary | 11110000 | 11000111 | 10111100 | 0 | 10001 | 10110 | 110 | 1101 | 111111 | 1010100 |
Color Harmonies of #F0C7BC
Complementary color
Monochromatic Colors of #F0C7BC
Black with #F0C7BC
Text Example
Text Example
White with #F0C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C7BC; }
p { color: rgb(240,199,188); }
H1.HeaderClassName
{
color: #F0C7BC;
}
.AnyTagClassName
{
color: #F0C7BC;
}
</style>
background-color css
<style>
a { background-color: #F0C7BC; }
a { background-color: rgb(240,199,188); }
div.DivClassName
{
background-color: #F0C7BC;
}
.BgClassName
{
background-color: #F0C7BC;
}
</style>
border-color css
<style>
span { border-color: #F0C7BC; }
span { border-color: rgb(240,199,188); }
td.TdClassName
{
border-color: #F0C7BC;
}
.TagClassName
{
border-color: #F0C7BC;
}
</style>