#C2737C

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

Shades of Tapestry #C2737C

Tints of Tapestry #C2737C

Color information

#C2737C (or 0xC2737C) is unknown color: approx Tapestry. HEX triplet: C2, 73 and 7C. RGB value is (194,115,124). Sum of RGB (Red+Green+Blue) = 194+115+124=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2737C is #3D8C83. Grayscale: #8B8B8B. Windows color (decimal): -4033668 or 8156098. OLE color: 8156098.

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

Color convert

RGB194115124-
CMYK00.410.360.24
HSL353.16º39.3%60.59%-
HSV(B)353.16º40.72%76.08%-
XYZ32.0225.1922.24-
YUV139.65119.17166.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 115 (45.31% from 255) = 26.56%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=44.80%
G=26.56%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411512400.410.360.24353.1639.360.59
HexC2737C0292418161273d
Octal30216317405144305414775
Binary1100001011100111111100010100110010011000101100001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2737C; }

 p { color: rgb(194,115,124); }

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

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

 a { background-color: rgb(194,115,124); }

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

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

 span { border-color: rgb(194,115,124); }

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