#FFC0AF

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

Shades of Melon #FFC0AF

Tints of Melon #FFC0AF

Color information

#FFC0AF (or 0xFFC0AF) is unknown color: approx Melon. HEX triplet: FF, C0 and AF. RGB value is (255,192,175). Sum of RGB (Red+Green+Blue) = 255+192+175=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0AF is #003F50. Grayscale: #D1D1D1. Windows color (decimal): -16209 or 11518207. OLE color: 11518207.

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

Color convert

RGB255192175-
CMYK00.250.310
HSL12.75º100%84.31%-
HSV(B)12.75º31.37%100%-
XYZ67.8362.0548.96-
YUV208.9108.87160.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 192 (75.39% from 255) = 30.87%
BLUE value IS 175 (68.75% from 255) = 28.14%
R=41.00%
G=30.87%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519217500.250.31012.7510084.31
HexFFC0AF0191F0d6454
Octal37730025703137015144124
Binary111111111100000010101111011001111110110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0AF; }

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

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

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

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

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

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

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

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