Shades of Watusi #F3C7B3
Tints of Watusi #F3C7B3
RGB
CMYK
RGB Variations
Color information
#F3C7B3 (or 0xF3C7B3) is known color: Watusi. HEX triplet: F3, C7 and B3. RGB value is (243,199,179). Sum of RGB (Red+Green+Blue) = 243+199+179=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 179 (70.31% from 255 or 28.82% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C7B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C7B3 is #0C384C. Grayscale: #D2D2D2. Windows color (decimal): -800845 or 11782131. OLE color: 11782131.
HSL color Cylindrical-coordinate representation of color #F3C7B3: hue angle of 18.75º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3C7B3 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 179 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.05 |
| HSL | 18.75º | 0.73% | 0.83% | - |
| HSV(B) | 18.75º | 0.26% | 0.95% | - |
| XYZ | 65.52 | 63.16 | 51.38 | - |
| YUV | 209.88 | 110.58 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 179 | 0 | 0.18 | 0.26 | 0.05 | 18.75 | 0.73 | 0.83 |
| Hex | F3 | C7 | B3 | 0 | 12 | 1A | 5 | 13 | 49 | 53 |
| Octal | 363 | 307 | 263 | 0 | 22 | 32 | 5 | 23 | 111 | 123 |
| Binary | 11110011 | 11000111 | 10110011 | 0 | 10010 | 11010 | 101 | 10011 | 1001001 | 1010011 |
Color Harmonies of #F3C7B3
Complementary color
Monochromatic Colors of #F3C7B3
Black with #F3C7B3
Text Example
Text Example
White with #F3C7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C7B3; }
p { color: rgb(243,199,179); }
H1.HeaderClassName
{
color: #F3C7B3;
}
.AnyTagClassName
{
color: #F3C7B3;
}
</style>
background-color css
<style>
a { background-color: #F3C7B3; }
a { background-color: rgb(243,199,179); }
div.DivClassName
{
background-color: #F3C7B3;
}
.BgClassName
{
background-color: #F3C7B3;
}
</style>
border-color css
<style>
span { border-color: #F3C7B3; }
span { border-color: rgb(243,199,179); }
td.TdClassName
{
border-color: #F3C7B3;
}
.TagClassName
{
border-color: #F3C7B3;
}
</style>