#C17185

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

Shades of Tapestry #C17185

Tints of Tapestry #C17185

Color information

#C17185 (or 0xC17185) is unknown color: approx Tapestry. HEX triplet: C1, 71 and 85. RGB value is (193,113,133). Sum of RGB (Red+Green+Blue) = 193+113+133=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C17185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17185 is #3E8E7A. Grayscale: #8B8B8B. Windows color (decimal): -4099707 or 8745409. OLE color: 8745409.

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

Color convert

RGB193113133-
CMYK00.410.310.24
HSL345º39.22%60%-
HSV(B)345º41.45%75.69%-
XYZ32.1324.8425.29-
YUV139.2124.5166.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.96%
GREEN value IS 113 (44.53% from 255) = 25.74%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=43.96%
G=25.74%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311313300.410.310.2434539.2260
HexC171850291F18159273c
Octal30116120505137305314774
Binary1100000111100011000010101010011111111000101011001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17185; }

 p { color: rgb(193,113,133); }

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

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

 a { background-color: rgb(193,113,133); }

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

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

 span { border-color: rgb(193,113,133); }

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