#F1C0A5

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

Shades of Zinnwaldite #F1C0A5

Tints of Zinnwaldite #F1C0A5

Color information

#F1C0A5 (or 0xF1C0A5) is unknown color: approx Zinnwaldite. HEX triplet: F1, C0 and A5. RGB value is (241,192,165). Sum of RGB (Red+Green+Blue) = 241+192+165=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 165 (64.84% from 255 or 27.59% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C0A5 is #0E3F5A. Grayscale: #CBCBCB. Windows color (decimal): -933723 or 10862833. OLE color: 10862833.

HSL color Cylindrical-coordinate representation of color #F1C0A5: hue angle of 21.32º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1C0A5 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB241192165-
CMYK00.200.320.05
HSL21.32º73.08%79.61%-
HSV(B)21.32º31.54%94.51%-
XYZ61.9259.1243.74-
YUV203.57106.23154.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.30%
GREEN value IS 192 (75.39% from 255) = 32.11%
BLUE value IS 165 (64.84% from 255) = 27.59%
R=40.30%
G=32.11%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119216500.200.320.0521.3273.0879.61
HexF1C0A5014205154950
Octal36130024502440525111120
Binary1111000111000000101001010101001000001011010110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C0A5; }

 p { color: rgb(241,192,165); }

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

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

 a { background-color: rgb(241,192,165); }

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

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

 span { border-color: rgb(241,192,165); }

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