#FFC0A0

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

Shades of Romantic #FFC0A0

Tints of Romantic #FFC0A0

Color information

#FFC0A0 (or 0xFFC0A0) is unknown color: approx Romantic. HEX triplet: FF, C0 and A0. RGB value is (255,192,160). Sum of RGB (Red+Green+Blue) = 255+192+160=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0A0 is #003F5F. Grayscale: #CFCFCF. Windows color (decimal): -16224 or 10535167. OLE color: 10535167.

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

Color convert

RGB255192160-
CMYK00.250.370
HSL20.21º100%81.37%-
HSV(B)20.21º37.25%100%-
XYZ66.4361.541.63-
YUV207.19101.37162.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 192 (75.39% from 255) = 31.63%
BLUE value IS 160 (62.89% from 255) = 26.36%
R=42.01%
G=31.63%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519216000.250.37020.2110081.37
HexFFC0A0019250146451
Octal37730024003145024144121
Binary11111111110000001010000001100110010101010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0A0; }

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

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

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

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

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

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

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

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