#F0C0AC

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

Shades of Zinnwaldite #F0C0AC

Tints of Zinnwaldite #F0C0AC

Color information

#F0C0AC (or 0xF0C0AC) is unknown color: approx Zinnwaldite. HEX triplet: F0, C0 and AC. RGB value is (240,192,172). Sum of RGB (Red+Green+Blue) = 240+192+172=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C0AC is #0F3F53. Grayscale: #CCCCCC. Windows color (decimal): -999252 or 11321584. OLE color: 11321584.

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

Color convert

RGB240192172-
CMYK00.200.280.06
HSL17.65º69.39%80.78%-
HSV(B)17.65º28.33%94.12%-
XYZ62.2359.247.18-
YUV204.07109.9153.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.74%
GREEN value IS 192 (75.39% from 255) = 31.79%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=39.74%
G=31.79%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019217200.200.280.0617.6569.3980.78
HexF0C0AC0141C6124551
Octal36030025402434622105121
Binary111100001100000010101100010100111001101001010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C0AC; }

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

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

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

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

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

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

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

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