#C16980

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

Shades of Tapestry #C16980

Tints of Tapestry #C16980

Color information

#C16980 (or 0xC16980) is unknown color: approx Tapestry. HEX triplet: C1, 69 and 80. RGB value is (193,105,128). Sum of RGB (Red+Green+Blue) = 193+105+128=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C16980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16980 is #3E967F. Grayscale: #858585. Windows color (decimal): -4101760 or 8415681. OLE color: 8415681.

HSL color Cylindrical-coordinate representation of color #C16980: hue angle of 344.32º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C16980 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB193105128-
CMYK00.460.340.24
HSL344.32º41.51%58.43%-
HSV(B)344.32º45.6%75.69%-
XYZ30.942323.23-
YUV133.93124.65170.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.31%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=45.31%
G=24.65%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310512800.460.340.24344.3241.5158.43
HexC1698002E22181582a3a
Octal30115120005642305305272
Binary11000001110100110000000010111010001011000101011000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16980; }

 p { color: rgb(193,105,128); }

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

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

 a { background-color: rgb(193,105,128); }

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

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

 span { border-color: rgb(193,105,128); }

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