Html Css Color HEX #F0C0AF Zinnwaldite

📋 copy color: '#F0C0AF'

red 240 ◦ green 192 ◦ blue 175

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

Shades of Zinnwaldite #F0C0AF

Tints of Zinnwaldite #F0C0AF

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 value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

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

RGB 240 192 175 -
CMYK 0 0.20 0.27 0.06
HSL 15.69º 0.68% 0.81% -
HSV(B) 15.69º 0.27% 0.94% -
XYZ 62.52 59.32 48.71 -
YUV 204.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 240 192 175 0 0.20 0.27 0.06 15.69 0.68 0.81
Hex F0 C0 AF 0 14 1B 6 10 44 51
Octal 360 300 257 0 24 33 6 20 104 121
Binary 11110000 11000000 10101111 0 10100 11011 110 10000 1000100 1010001

Color Harmonies of #F0C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C0AF

Black with #F0C0AF

Text Example


Text Example

White with #F0C0AF

Text Example


Text Example

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