#F0C0AA

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

Shades of Zinnwaldite #F0C0AA

Tints of Zinnwaldite #F0C0AA

Color information

#F0C0AA (or 0xF0C0AA) is unknown color: approx Zinnwaldite. HEX triplet: F0, C0 and AA. RGB value is (240,192,170). Sum of RGB (Red+Green+Blue) = 240+192+170=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C0AA is #0F3F55. Grayscale: #CBCBCB. Windows color (decimal): -999254 or 11190512. OLE color: 11190512.

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

Color convert

RGB240192170-
CMYK00.200.290.06
HSL18.86º70%80.39%-
HSV(B)18.86º29.17%94.12%-
XYZ62.0459.1346.17-
YUV203.84108.9153.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.87%
GREEN value IS 192 (75.39% from 255) = 31.89%
BLUE value IS 170 (66.80% from 255) = 28.24%
R=39.87%
G=31.89%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019217000.200.290.0618.867080.39
HexF0C0AA0141D6134650
Octal36030025202435623106120
Binary111100001100000010101010010100111011101001110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C0AA; }

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

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

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

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

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

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

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

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