Shades of Watusi #F3C9B3
Tints of Watusi #F3C9B3
RGB
CMYK
RGB Variations
Color information
#F3C9B3 (or 0xF3C9B3) is known color: Watusi. HEX triplet: F3, C9 and B3. RGB value is (243,201,179). Sum of RGB (Red+Green+Blue) = 243+201+179=623 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.00% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 179 (70.31% from 255 or 28.73% from 623); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C9B3 is #0C364C. Grayscale: #D3D3D3. Windows color (decimal): -800333 or 11782643. OLE color: 11782643.
HSL color Cylindrical-coordinate representation of color #F3C9B3: hue angle of 20.62º 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 #F3C9B3 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 179 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.05 |
| HSL | 20.63º | 0.73% | 0.83% | - |
| HSV(B) | 20.63º | 0.26% | 0.95% | - |
| XYZ | 65.99 | 64.08 | 51.54 | - |
| YUV | 211.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 179 | 0 | 0.17 | 0.26 | 0.05 | 20.63 | 0.73 | 0.83 |
| Hex | F3 | C9 | B3 | 0 | 11 | 1A | 5 | 15 | 49 | 53 |
| Octal | 363 | 311 | 263 | 0 | 21 | 32 | 5 | 25 | 111 | 123 |
| Binary | 11110011 | 11001001 | 10110011 | 0 | 10001 | 11010 | 101 | 10101 | 1001001 | 1010011 |
Color Harmonies of #F3C9B3
Complementary color
Monochromatic Colors of #F3C9B3
Black with #F3C9B3
Text Example
Text Example
White with #F3C9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C9B3; }
p { color: rgb(243,201,179); }
H1.HeaderClassName
{
color: #F3C9B3;
}
.AnyTagClassName
{
color: #F3C9B3;
}
</style>
background-color css
<style>
a { background-color: #F3C9B3; }
a { background-color: rgb(243,201,179); }
div.DivClassName
{
background-color: #F3C9B3;
}
.BgClassName
{
background-color: #F3C9B3;
}
</style>
border-color css
<style>
span { border-color: #F3C9B3; }
span { border-color: rgb(243,201,179); }
td.TdClassName
{
border-color: #F3C9B3;
}
.TagClassName
{
border-color: #F3C9B3;
}
</style>