#F7C0AA

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

Shades of Zinnwaldite #F7C0AA

Tints of Zinnwaldite #F7C0AA

Color information

#F7C0AA (or 0xF7C0AA) is unknown color: approx Zinnwaldite. HEX triplet: F7, C0 and AA. RGB value is (247,192,170). Sum of RGB (Red+Green+Blue) = 247+192+170=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C0AA is #083F55. Grayscale: #CECECE. Windows color (decimal): -540502 or 11190519. OLE color: 11190519.

HSL color Cylindrical-coordinate representation of color #F7C0AA: hue angle of 17.14º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7C0AA is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB247192170-
CMYK00.220.310.03
HSL17.14º82.8%81.76%-
HSV(B)17.14º31.17%96.86%-
XYZ64.4660.3846.29-
YUV205.94107.72157.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.56%
GREEN value IS 192 (75.39% from 255) = 31.53%
BLUE value IS 170 (66.80% from 255) = 27.91%
R=40.56%
G=31.53%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719217000.220.310.0317.1482.881.76
HexF7C0AA0161F3115352
Octal36730025202637321123122
Binary11110111110000001010101001011011111111000110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C0AA; }

 p { color: rgb(247,192,170); }

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

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

 a { background-color: rgb(247,192,170); }

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

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

 span { border-color: rgb(247,192,170); }

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