#C16183

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

Shades of Tapestry #C16183

Tints of Tapestry #C16183

Color information

#C16183 (or 0xC16183) is unknown color: approx Tapestry. HEX triplet: C1, 61 and 83. RGB value is (193,97,131). Sum of RGB (Red+Green+Blue) = 193+97+131=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C16183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16183 is #3E9E7C. Grayscale: #818181. Windows color (decimal): -4103805 or 8610241. OLE color: 8610241.

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

Color convert

RGB19397131-
CMYK00.500.320.24
HSL338.75º43.64%56.86%-
HSV(B)338.75º49.74%75.69%-
XYZ30.3621.5324.03-
YUV129.58128.8173.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 97 (38.28% from 255) = 23.04%
BLUE value IS 131 (51.56% from 255) = 31.12%
R=45.84%
G=23.04%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939713100.500.320.24338.7543.6456.86
HexC1618303220181532c39
Octal30114120306240305235471
Binary11000001110000110000011011001010000011000101010011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16183; }

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

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

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

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

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

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

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

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