#C1727C

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

Shades of Tapestry #C1727C

Tints of Tapestry #C1727C

Color information

#C1727C (or 0xC1727C) is unknown color: approx Tapestry. HEX triplet: C1, 72 and 7C. RGB value is (193,114,124). Sum of RGB (Red+Green+Blue) = 193+114+124=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1727C is #3E8D83. Grayscale: #8A8A8A. Windows color (decimal): -4099460 or 8155841. OLE color: 8155841.

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

Color convert

RGB193114124-
CMYK00.410.360.24
HSL352.41º38.92%60.2%-
HSV(B)352.41º40.93%75.69%-
XYZ31.6524.8322.19-
YUV138.76119.67166.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.78%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 124 (48.83% from 255) = 28.77%
R=44.78%
G=26.45%
B=28.77%

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
Decimal19311412400.410.360.24352.4138.9260.2
HexC1727C0292418160273c
Octal30116217405144305404774
Binary1100000111100101111100010100110010011000101100000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1727C; }

 p { color: rgb(193,114,124); }

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

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

 a { background-color: rgb(193,114,124); }

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

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

 span { border-color: rgb(193,114,124); }

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