#FFC0A1

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

Shades of Romantic #FFC0A1

Tints of Romantic #FFC0A1

Color information

#FFC0A1 (or 0xFFC0A1) is unknown color: approx Romantic. HEX triplet: FF, C0 and A1. RGB value is (255,192,161). Sum of RGB (Red+Green+Blue) = 255+192+161=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 161 (63.28% from 255 or 26.48% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC0A1 is #003F5E. Grayscale: #CFCFCF. Windows color (decimal): -16223 or 10600703. OLE color: 10600703.

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

Color convert

RGB255192161-
CMYK00.250.370
HSL19.79º100%81.57%-
HSV(B)19.79º36.86%100%-
XYZ66.5261.5342.09-
YUV207.3101.87162.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.94%
GREEN value IS 192 (75.39% from 255) = 31.58%
BLUE value IS 161 (63.28% from 255) = 26.48%
R=41.94%
G=31.58%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519216100.250.37019.7910081.57
HexFFC0A1019250146452
Octal37730024103145024144122
Binary11111111110000001010000101100110010101010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0A1; }

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

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

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

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

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

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

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

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