#F7C7B4

Color #F7C7B4 Watusi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watusi #F7C7B4

Tints of Watusi #F7C7B4

Color information

#F7C7B4 (or 0xF7C7B4) is unknown color: approx Watusi. HEX triplet: F7, C7 and B4. RGB value is (247,199,180). Sum of RGB (Red+Green+Blue) = 247+199+180=626 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.46% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 180 (70.70% from 255 or 28.75% from 626); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C7B4 is #08384B. Grayscale: #D3D3D3. Windows color (decimal): -538700 or 11847671. OLE color: 11847671.

HSL color Cylindrical-coordinate representation of color #F7C7B4: hue angle of 17.01º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7C7B4 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB247199180-
CMYK00.190.270.03
HSL17.01º80.72%83.73%-
HSV(B)17.01º27.13%96.86%-
XYZ67.0263.9251.98-
YUV211.19110.4153.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 39.46%
GREEN value IS 199 (78.12% from 255) = 31.79%
BLUE value IS 180 (70.70% from 255) = 28.75%
R=39.46%
G=31.79%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719918000.190.270.0317.0180.7283.73
HexF7C7B40131B3115154
Octal36730726402333321121124
Binary11110111110001111011010001001111011111000110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C7B4; }

 p { color: rgb(247,199,180); }

 H1.HeaderClassName
 {
   color: #F7C7B4;
 }
 .AnyTagClassName
 {
   color: #F7C7B4;
 }
</style>
background-color css

<style>
 a { background-color: #F7C7B4; }

 a { background-color: rgb(247,199,180); }

 div.DivClassName
 {
   background-color: #F7C7B4;
 }
 .BgClassName
 {
   background-color: #F7C7B4;
 }
</style>
border-color css

<style>
 span { border-color: #F7C7B4; }

 span { border-color: rgb(247,199,180); }

 td.TdClassName
 {
   border-color: #F7C7B4;
 }
 .TagClassName
 {
   border-color: #F7C7B4;
 }
</style>