#F0C0AF

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

Shades of Zinnwaldite #F0C0AF

Tints of Zinnwaldite #F0C0AF

Color information

#F0C0AF (or 0xF0C0AF) is unknown color: approx Zinnwaldite. HEX triplet: F0, C0 and AF. RGB value is (240,192,175). Sum of RGB (Red+Green+Blue) = 240+192+175=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C0AF is #0F3F50. Grayscale: #CCCCCC. Windows color (decimal): -999249 or 11518192. OLE color: 11518192.

HSL color Cylindrical-coordinate representation of color #F0C0AF: hue angle of 15.69º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0C0AF is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB240192175-
CMYK00.200.270.06
HSL15.69º68.42%81.37%-
HSV(B)15.69º27.08%94.12%-
XYZ62.5259.3248.71-
YUV204.41111.4153.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 192 (75.39% from 255) = 31.63%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=39.54%
G=31.63%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019217500.200.270.0615.6968.4281.37
HexF0C0AF0141B6104451
Octal36030025702433620104121
Binary111100001100000010101111010100110111101000010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C0AF; }

 p { color: rgb(240,192,175); }

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

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

 a { background-color: rgb(240,192,175); }

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

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

 span { border-color: rgb(240,192,175); }

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