#FFC0AA

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

Shades of Melon #FFC0AA

Tints of Melon #FFC0AA

Color information

#FFC0AA (or 0xFFC0AA) is unknown color: approx Melon. HEX triplet: FF, C0 and AA. RGB value is (255,192,170). Sum of RGB (Red+Green+Blue) = 255+192+170=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0AA is #003F55. Grayscale: #D0D0D0. Windows color (decimal): -16214 or 11190527. OLE color: 11190527.

HSL color Cylindrical-coordinate representation of color #FFC0AA: hue angle of 15.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFC0AA is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255192170-
CMYK00.250.330
HSL15.53º100%83.33%-
HSV(B)15.53º33.33%100%-
XYZ67.3561.8646.42-
YUV208.33106.37161.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 192 (75.39% from 255) = 31.12%
BLUE value IS 170 (66.80% from 255) = 27.55%
R=41.33%
G=31.12%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519217000.250.33015.5310083.33
HexFFC0AA019210106453
Octal37730025203141020144123
Binary11111111110000001010101001100110000101000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0AA; }

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

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

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

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

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

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

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

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