#F0C0A0

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

Shades of Negroni #F0C0A0

Tints of Negroni #F0C0A0

Color information

#F0C0A0 (or 0xF0C0A0) is unknown color: approx Negroni. HEX triplet: F0, C0 and A0. RGB value is (240,192,160). Sum of RGB (Red+Green+Blue) = 240+192+160=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 160 (62.89% from 255 or 27.03% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C0A0 is #0F3F5F. Grayscale: #CACACA. Windows color (decimal): -999264 or 10535152. OLE color: 10535152.

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

Color convert

RGB240192160-
CMYK00.200.330.06
HSL24º72.73%78.43%-
HSV(B)24º33.33%94.12%-
XYZ61.1358.7641.38-
YUV202.7103.9154.6-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.54%
GREEN value IS 192 (75.39% from 255) = 32.43%
BLUE value IS 160 (62.89% from 255) = 27.03%
R=40.54%
G=32.43%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019216000.200.330.062472.7378.43
HexF0C0A001421618494e
Octal36030024002441630111116
Binary1111000011000000101000000101001000011101100010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C0A0; }

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

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

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

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

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

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

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

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