Html Css Color HEX #F1C0A7 Zinnwaldite

📋 copy color: '#F1C0A7'

red 241 ◦ green 192 ◦ blue 167

#F1C0A7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zinnwaldite #F1C0A7

Tints of Zinnwaldite #F1C0A7

RGB

 RED value IS 241 (94.53% from 255) = 40.17%

 GREEN value IS 192 (75.39% from 255) = 32%

 BLUE value IS 167 (65.63% from 255) = 27.83%

R = 40.17%
G = 32%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F1C0A7 (or 0xF1C0A7) is known color: Zinnwaldite. HEX triplet: F1, C0 and A7. RGB value is (241,192,167). Sum of RGB (Red+Green+Blue) = 241+192+167=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 167 (65.62% from 255 or 27.83% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C0A7 is #0E3F58. Grayscale: #CBCBCB. Windows color (decimal): -933721 or 10993905. OLE color: 10993905.

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

Color convert

RGB 241 192 167 -
CMYK 0 0.20 0.31 0.05
HSL 20.27º 0.73% 0.8% -
HSV(B) 20.27º 0.31% 0.95% -
XYZ 62.1 59.19 44.71 -
YUV 203.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 241 192 167 0 0.20 0.31 0.05 20.27 0.73 0.8
Hex F1 C0 A7 0 14 1F 5 14 49 50
Octal 361 300 247 0 24 37 5 24 111 120
Binary 11110001 11000000 10100111 0 10100 11111 101 10100 1001001 1010000

Color Harmonies of #F1C0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C0A7

Black with #F1C0A7

Text Example


Text Example

White with #F1C0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C0A7; }

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

 H1.HeaderClassName
 {
   color: #F1C0A7;
 }
 .AnyTagClassName
 {
   color: #F1C0A7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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