#C2727F

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

Shades of Tapestry #C2727F

Tints of Tapestry #C2727F

Color information

#C2727F (or 0xC2727F) is unknown color: approx Tapestry. HEX triplet: C2, 72 and 7F. RGB value is (194,114,127). Sum of RGB (Red+Green+Blue) = 194+114+127=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2727F is #3D8D80. Grayscale: #8B8B8B. Windows color (decimal): -4033921 or 8352450. OLE color: 8352450.

HSL color Cylindrical-coordinate representation of color #C2727F: hue angle of 350.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2727F is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB194114127-
CMYK00.410.350.24
HSL350.25º39.6%60.39%-
HSV(B)350.25º41.24%76.08%-
XYZ32.125.0423.22-
YUV139.4121166.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 114 (44.92% from 255) = 26.21%
BLUE value IS 127 (50% from 255) = 29.20%
R=44.60%
G=26.21%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411412700.410.350.24350.2539.660.39
HexC2727F029231815e283c
Octal30216217705143305365074
Binary1100001011100101111111010100110001111000101011110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2727F; }

 p { color: rgb(194,114,127); }

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

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

 a { background-color: rgb(194,114,127); }

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

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

 span { border-color: rgb(194,114,127); }

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