#F6C0AB

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

Shades of Zinnwaldite #F6C0AB

Tints of Zinnwaldite #F6C0AB

Color information

#F6C0AB (or 0xF6C0AB) is unknown color: approx Zinnwaldite. HEX triplet: F6, C0 and AB. RGB value is (246,192,171). Sum of RGB (Red+Green+Blue) = 246+192+171=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C0AB is #093F54. Grayscale: #CDCDCD. Windows color (decimal): -606037 or 11256054. OLE color: 11256054.

HSL color Cylindrical-coordinate representation of color #F6C0AB: hue angle of 16.8º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6C0AB is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB246192171-
CMYK00.220.300.04
HSL16.8º80.65%81.76%-
HSV(B)16.8º30.49%96.47%-
XYZ64.2160.2346.77-
YUV205.75108.39156.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.39%
GREEN value IS 192 (75.39% from 255) = 31.53%
BLUE value IS 171 (67.19% from 255) = 28.08%
R=40.39%
G=31.53%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619217100.220.300.0416.880.6581.76
HexF6C0AB0161E4115152
Octal36630025302636421121122
Binary111101101100000010101011010110111101001000110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C0AB; }

 p { color: rgb(246,192,171); }

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

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

 a { background-color: rgb(246,192,171); }

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

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

 span { border-color: rgb(246,192,171); }

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