Html Css Color HEX #F0C0AA Zinnwaldite

📋 copy color: '#F0C0AA'

red 240 ◦ green 192 ◦ blue 170

#F0C0AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zinnwaldite #F0C0AA

Tints of Zinnwaldite #F0C0AA

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.8% from 255) = 28.24%

R = 39.87%
G = 31.89%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F0C0AA (or 0xF0C0AA) is known color: 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

RGB 240 192 170 -
CMYK 0 0.20 0.29 0.06
HSL 18.86º 0.7% 0.8% -
HSV(B) 18.86º 0.29% 0.94% -
XYZ 62.04 59.13 46.17 -
YUV 203.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 240 192 170 0 0.20 0.29 0.06 18.86 0.7 0.8
Hex F0 C0 AA 0 14 1D 6 13 46 50
Octal 360 300 252 0 24 35 6 23 106 120
Binary 11110000 11000000 10101010 0 10100 11101 110 10011 1000110 1010000

Color Harmonies of #F0C0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C0AA

Black with #F0C0AA

Text Example


Text Example

White with #F0C0AA

Text Example


Text Example

HTML Codes & Css Web 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>