#C16185

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

Shades of Tapestry #C16185

Tints of Tapestry #C16185

Color information

#C16185 (or 0xC16185) is unknown color: approx Tapestry. HEX triplet: C1, 61 and 85. RGB value is (193,97,133). Sum of RGB (Red+Green+Blue) = 193+97+133=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C16185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16185 is #3E9E7A. Grayscale: #818181. Windows color (decimal): -4103803 or 8741313. OLE color: 8741313.

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

Color convert

RGB19397133-
CMYK00.500.310.24
HSL337.5º43.64%56.86%-
HSV(B)337.5º49.74%75.69%-
XYZ30.521.5824.75-
YUV129.81129.8173.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=45.63%
G=22.93%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939713300.500.310.24337.543.6456.86
HexC161850321F181522c39
Octal30114120506237305225471
Binary1100000111000011000010101100101111111000101010010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16185; }

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

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

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

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

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

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

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

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