#FFC6A2

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

Shades of Romantic #FFC6A2

Tints of Romantic #FFC6A2

Color information

#FFC6A2 (or 0xFFC6A2) is unknown color: approx Romantic. HEX triplet: FF, C6 and A2. RGB value is (255,198,162). Sum of RGB (Red+Green+Blue) = 255+198+162=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 162 (63.67% from 255 or 26.34% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC6A2 is #00395D. Grayscale: #D3D3D3. Windows color (decimal): -14686 or 10667775. OLE color: 10667775.

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

Color convert

RGB255198162-
CMYK00.220.360
HSL23.23º100%81.76%-
HSV(B)23.23º36.47%100%-
XYZ67.9664.2643-
YUV210.94100.38159.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 198 (77.73% from 255) = 32.20%
BLUE value IS 162 (63.67% from 255) = 26.34%
R=41.46%
G=32.20%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519816200.220.36023.2310081.76
HexFFC6A2016240176452
Octal37730624202644027144122
Binary11111111110001101010001001011010010001011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC6A2; }

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

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

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

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

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

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

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

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