#C1738A

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

Shades of Tapestry #C1738A

Tints of Tapestry #C1738A

Color information

#C1738A (or 0xC1738A) is unknown color: approx Tapestry. HEX triplet: C1, 73 and 8A. RGB value is (193,115,138). Sum of RGB (Red+Green+Blue) = 193+115+138=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C1738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1738A is #3E8C75. Grayscale: #8C8C8C. Windows color (decimal): -4099190 or 9073601. OLE color: 9073601.

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

Color convert

RGB193115138-
CMYK00.400.280.24
HSL342.31º38.61%60.39%-
HSV(B)342.31º40.41%75.69%-
XYZ32.7125.4327.23-
YUV140.94126.34165.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.27%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=43.27%
G=25.78%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311513800.400.280.24342.3138.6160.39
HexC1738A0281C18156273c
Octal30116321205034305264774
Binary1100000111100111000101001010001110011000101010110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1738A; }

 p { color: rgb(193,115,138); }

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

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

 a { background-color: rgb(193,115,138); }

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

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

 span { border-color: rgb(193,115,138); }

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