#C2717D

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

Shades of Tapestry #C2717D

Tints of Tapestry #C2717D

Color information

#C2717D (or 0xC2717D) is unknown color: approx Tapestry. HEX triplet: C2, 71 and 7D. RGB value is (194,113,125). Sum of RGB (Red+Green+Blue) = 194+113+125=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2717D is #3D8E82. Grayscale: #8A8A8A. Windows color (decimal): -4034179 or 8221122. OLE color: 8221122.

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

Color convert

RGB194113125-
CMYK00.420.360.24
HSL351.11º39.9%60.2%-
HSV(B)351.11º41.75%76.08%-
XYZ31.8524.7622.5-
YUV138.59120.34167.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 125 (49.22% from 255) = 28.94%
R=44.91%
G=26.16%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411312500.420.360.24351.1139.960.2
HexC2717D02A241815f283c
Octal30216117505244305375074
Binary1100001011100011111101010101010010011000101011111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2717D; }

 p { color: rgb(194,113,125); }

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

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

 a { background-color: rgb(194,113,125); }

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

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

 span { border-color: rgb(194,113,125); }

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