#C27280

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

Shades of Tapestry #C27280

Tints of Tapestry #C27280

Color information

#C27280 (or 0xC27280) is unknown color: approx Tapestry. HEX triplet: C2, 72 and 80. RGB value is (194,114,128). Sum of RGB (Red+Green+Blue) = 194+114+128=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C27280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27280 is #3D8D7F. Grayscale: #8B8B8B. Windows color (decimal): -4033920 or 8417986. OLE color: 8417986.

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

Color convert

RGB194114128-
CMYK00.410.340.24
HSL349.5º39.6%60.39%-
HSV(B)349.5º41.24%76.08%-
XYZ32.1625.0623.56-
YUV139.52121.5166.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 128 (50.39% from 255) = 29.36%
R=44.50%
G=26.15%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411412800.410.340.24349.539.660.39
HexC27280029221815e283c
Octal30216220005142305365074
Binary11000010111001010000000010100110001011000101011110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27280; }

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

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

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

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

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

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

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

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