#F5C5AF

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

Shades of Zinnwaldite #F5C5AF

Tints of Zinnwaldite #F5C5AF

Color information

#F5C5AF (or 0xF5C5AF) is unknown color: approx Zinnwaldite. HEX triplet: F5, C5 and AF. RGB value is (245,197,175). Sum of RGB (Red+Green+Blue) = 245+197+175=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C5AF is #0A3A50. Grayscale: #D0D0D0. Windows color (decimal): -670289 or 11519477. OLE color: 11519477.

HSL color Cylindrical-coordinate representation of color #F5C5AF: hue angle of 18.86º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5C5AF is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245197175-
CMYK00.200.290.04
HSL18.86º77.78%82.35%-
HSV(B)18.86º28.57%96.08%-
XYZ65.3662.4449.16-
YUV208.84108.9153.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.71%
GREEN value IS 197 (77.34% from 255) = 31.93%
BLUE value IS 175 (68.75% from 255) = 28.36%
R=39.71%
G=31.93%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519717500.200.290.0418.8677.7882.35
HexF5C5AF0141D4134e52
Octal36530525702435423116122
Binary111101011100010110101111010100111011001001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C5AF; }

 p { color: rgb(245,197,175); }

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

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

 a { background-color: rgb(245,197,175); }

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

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

 span { border-color: rgb(245,197,175); }

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