#C2727D

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

Shades of Tapestry #C2727D

Tints of Tapestry #C2727D

Color information

#C2727D (or 0xC2727D) is unknown color: approx Tapestry. HEX triplet: C2, 72 and 7D. RGB value is (194,114,125). Sum of RGB (Red+Green+Blue) = 194+114+125=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2727D is #3D8D82. Grayscale: #8B8B8B. Windows color (decimal): -4033923 or 8221378. OLE color: 8221378.

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

Color convert

RGB194114125-
CMYK00.410.360.24
HSL351.75º39.6%60.39%-
HSV(B)351.75º41.24%76.08%-
XYZ31.9724.9822.54-
YUV139.17120167.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 114 (44.92% from 255) = 26.33%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=44.80%
G=26.33%
B=28.87%

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
Decimal19411412500.410.360.24351.7539.660.39
HexC2727D0292418160283c
Octal30216217505144305405074
Binary1100001011100101111101010100110010011000101100000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2727D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2727D; }

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

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

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

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

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

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

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

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