#F4C7B1

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

Shades of Zinnwaldite #F4C7B1

Tints of Zinnwaldite #F4C7B1

Color information

#F4C7B1 (or 0xF4C7B1) is unknown color: approx Zinnwaldite. HEX triplet: F4, C7 and B1. RGB value is (244,199,177). Sum of RGB (Red+Green+Blue) = 244+199+177=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C7B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C7B1 is #0B384E. Grayscale: #D2D2D2. Windows color (decimal): -735311 or 11651060. OLE color: 11651060.

HSL color Cylindrical-coordinate representation of color #F4C7B1: hue angle of 19.7º degrees, saturation: 0.75, 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 #F4C7B1 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB244199177-
CMYK00.180.270.04
HSL19.7º75.28%82.55%-
HSV(B)19.7º27.46%95.69%-
XYZ65.6763.2550.34-
YUV209.95109.41152.29-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.35%
GREEN value IS 199 (78.12% from 255) = 32.10%
BLUE value IS 177 (69.53% from 255) = 28.55%
R=39.35%
G=32.10%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419917700.180.270.0419.775.2882.55
HexF4C7B10121B4144b53
Octal36430726102233424113123
Binary111101001100011110110001010010110111001010010010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C7B1; }

 p { color: rgb(244,199,177); }

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

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

 a { background-color: rgb(244,199,177); }

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

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

 span { border-color: rgb(244,199,177); }

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