#C16182

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

Shades of Tapestry #C16182

Tints of Tapestry #C16182

Color information

#C16182 (or 0xC16182) is unknown color: approx Tapestry. HEX triplet: C1, 61 and 82. RGB value is (193,97,130). Sum of RGB (Red+Green+Blue) = 193+97+130=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C16182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16182 is #3E9E7D. Grayscale: #818181. Windows color (decimal): -4103806 or 8544705. OLE color: 8544705.

HSL color Cylindrical-coordinate representation of color #C16182: hue angle of 339.38º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16182 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB19397130-
CMYK00.500.330.24
HSL339.38º43.64%56.86%-
HSV(B)339.38º49.74%75.69%-
XYZ30.321.523.67-
YUV129.47128.3173.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.95%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=45.95%
G=23.10%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939713000.500.330.24339.3843.6456.86
HexC1618203221181532c39
Octal30114120206241305235471
Binary11000001110000110000010011001010000111000101010011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16182; }

 p { color: rgb(193,97,130); }

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

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

 a { background-color: rgb(193,97,130); }

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

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

 span { border-color: rgb(193,97,130); }

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