Shades of Watusi #F5C9B4
Tints of Watusi #F5C9B4
RGB
CMYK
RGB Variations
Color information
#F5C9B4 (or 0xF5C9B4) is known color: Watusi. HEX triplet: F5, C9 and B4. RGB value is (245,201,180). Sum of RGB (Red+Green+Blue) = 245+201+180=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 180 (70.70% from 255 or 28.75% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C9B4 is #0A364B. Grayscale: #D3D3D3. Windows color (decimal): -669260 or 11848181. OLE color: 11848181.
HSL color Cylindrical-coordinate representation of color #F5C9B4: hue angle of 19.38º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5C9B4 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 201 | 180 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.04 |
| HSL | 19.38º | 0.76% | 0.83% | - |
| HSV(B) | 19.38º | 0.27% | 0.96% | - |
| XYZ | 66.78 | 64.48 | 52.11 | - |
| YUV | 211.76 | 110.08 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 201 | 180 | 0 | 0.18 | 0.27 | 0.04 | 19.38 | 0.76 | 0.83 |
| Hex | F5 | C9 | B4 | 0 | 12 | 1B | 4 | 13 | 4C | 53 |
| Octal | 365 | 311 | 264 | 0 | 22 | 33 | 4 | 23 | 114 | 123 |
| Binary | 11110101 | 11001001 | 10110100 | 0 | 10010 | 11011 | 100 | 10011 | 1001100 | 1010011 |
Color Harmonies of #F5C9B4
Complementary color
Monochromatic Colors of #F5C9B4
Black with #F5C9B4
Text Example
Text Example
White with #F5C9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C9B4; }
p { color: rgb(245,201,180); }
H1.HeaderClassName
{
color: #F5C9B4;
}
.AnyTagClassName
{
color: #F5C9B4;
}
</style>
background-color css
<style>
a { background-color: #F5C9B4; }
a { background-color: rgb(245,201,180); }
div.DivClassName
{
background-color: #F5C9B4;
}
.BgClassName
{
background-color: #F5C9B4;
}
</style>
border-color css
<style>
span { border-color: #F5C9B4; }
span { border-color: rgb(245,201,180); }
td.TdClassName
{
border-color: #F5C9B4;
}
.TagClassName
{
border-color: #F5C9B4;
}
</style>