#FFC6A0

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

Shades of Romantic #FFC6A0

Tints of Romantic #FFC6A0

Color information

#FFC6A0 (or 0xFFC6A0) is unknown color: approx Romantic. HEX triplet: FF, C6 and A0. RGB value is (255,198,160). Sum of RGB (Red+Green+Blue) = 255+198+160=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC6A0 is #00395F. Grayscale: #D2D2D2. Windows color (decimal): -14688 or 10536703. OLE color: 10536703.

HSL color Cylindrical-coordinate representation of color #FFC6A0: hue angle of 24º 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 #FFC6A0 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB255198160-
CMYK00.220.370
HSL24º100%81.37%-
HSV(B)24º37.25%100%-
XYZ67.7864.1942.07-
YUV210.7199.38159.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 198 (77.73% from 255) = 32.30%
BLUE value IS 160 (62.89% from 255) = 26.10%
R=41.60%
G=32.30%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519816000.220.3702410081.37
HexFFC6A0016250186451
Octal37730624002645030144121
Binary11111111110001101010000001011010010101100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6A0; }

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

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

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

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

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

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

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

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