#f0c5a0

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

Shades of Negroni #F0C5A0

Tints of Negroni #F0C5A0

Color information

#F0C5A0 (or 0xF0C5A0) is unknown color: approx Negroni. HEX triplet: F0, C5 and A0. RGB value is (240,197,160). Sum of RGB (Red+Green+Blue) = 240+197+160=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C5A0 is #0F3A5F. Grayscale: #CDCDCD. Windows color (decimal): -997984 or 10536432. OLE color: 10536432.

HSL color Cylindrical-coordinate representation of color #F0C5A0: hue angle of 27.75º 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 #F0C5A0 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB240197160-
CMYK00.180.330.06
HSL27.75º72.73%78.43%-
HSV(B)27.75º33.33%94.12%-
XYZ62.256141.75-
YUV205.64102.25152.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.20%
GREEN value IS 197 (77.34% from 255) = 33.00%
BLUE value IS 160 (62.89% from 255) = 26.80%
R=40.20%
G=33.00%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019716000.180.330.0627.7572.7378.43
HexF0C5A00122161c494e
Octal36030524002241634111116
Binary1111000011000101101000000100101000011101110010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f0c5a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f0c5a0; }

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

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

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

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

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

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

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

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