Shades of Watusi #F7CCB7
Tints of Watusi #F7CCB7
RGB
CMYK
RGB Variations
Color information
#F7CCB7 (or 0xF7CCB7) is known color: Watusi. HEX triplet: F7, CC and B7. RGB value is (247,204,183). Sum of RGB (Red+Green+Blue) = 247+204+183=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 183 (71.88% from 255 or 28.86% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CCB7 is #083348. Grayscale: #D6D6D6. Windows color (decimal): -537417 or 12045559. OLE color: 12045559.
HSL color Cylindrical-coordinate representation of color #F7CCB7: hue angle of 19.69º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7CCB7 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 204 | 183 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.03 |
| HSL | 19.69º | 0.8% | 0.84% | - |
| HSV(B) | 19.69º | 0.26% | 0.97% | - |
| XYZ | 68.5 | 66.38 | 54 | - |
| YUV | 214.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 204 | 183 | 0 | 0.17 | 0.26 | 0.03 | 19.69 | 0.8 | 0.84 |
| Hex | F7 | CC | B7 | 0 | 11 | 1A | 3 | 14 | 50 | 54 |
| Octal | 367 | 314 | 267 | 0 | 21 | 32 | 3 | 24 | 120 | 124 |
| Binary | 11110111 | 11001100 | 10110111 | 0 | 10001 | 11010 | 11 | 10100 | 1010000 | 1010100 |
Color Harmonies of #F7CCB7
Complementary color
Monochromatic Colors of #F7CCB7
Black with #F7CCB7
Text Example
Text Example
White with #F7CCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CCB7; }
p { color: rgb(247,204,183); }
H1.HeaderClassName
{
color: #F7CCB7;
}
.AnyTagClassName
{
color: #F7CCB7;
}
</style>
background-color css
<style>
a { background-color: #F7CCB7; }
a { background-color: rgb(247,204,183); }
div.DivClassName
{
background-color: #F7CCB7;
}
.BgClassName
{
background-color: #F7CCB7;
}
</style>
border-color css
<style>
span { border-color: #F7CCB7; }
span { border-color: rgb(247,204,183); }
td.TdClassName
{
border-color: #F7CCB7;
}
.TagClassName
{
border-color: #F7CCB7;
}
</style>