#C27180

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

Shades of Tapestry #C27180

Tints of Tapestry #C27180

Color information

#C27180 (or 0xC27180) is unknown color: approx Tapestry. HEX triplet: C2, 71 and 80. RGB value is (194,113,128). Sum of RGB (Red+Green+Blue) = 194+113+128=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C27180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27180 is #3D8E7F. Grayscale: #8A8A8A. Windows color (decimal): -4034176 or 8417730. OLE color: 8417730.

HSL color Cylindrical-coordinate representation of color #C27180: hue angle of 348.89º 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 #C27180 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB194113128-
CMYK00.420.340.24
HSL348.89º39.9%60.2%-
HSV(B)348.89º41.75%76.08%-
XYZ32.0524.8423.53-
YUV138.93121.84167.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 113 (44.53% from 255) = 25.98%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=44.60%
G=25.98%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411312800.420.340.24348.8939.960.2
HexC2718002A221815d283c
Octal30216120005242305355074
Binary11000010111000110000000010101010001011000101011101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27180; }

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

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

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

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

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

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

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

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