#C16584

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

Shades of Tapestry #C16584

Tints of Tapestry #C16584

Color information

#C16584 (or 0xC16584) is unknown color: approx Tapestry. HEX triplet: C1, 65 and 84. RGB value is (193,101,132). Sum of RGB (Red+Green+Blue) = 193+101+132=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C16584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16584 is #3E9A7B. Grayscale: #848484. Windows color (decimal): -4102780 or 8676801. OLE color: 8676801.

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

Color convert

RGB193101132-
CMYK00.480.320.24
HSL339.78º42.59%57.65%-
HSV(B)339.78º47.67%75.69%-
XYZ30.8122.3124.51-
YUV132.04127.98171.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.31%
GREEN value IS 101 (39.84% from 255) = 23.71%
BLUE value IS 132 (51.95% from 255) = 30.99%
R=45.31%
G=23.71%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310113200.480.320.24339.7842.5957.65
HexC1658403020181542b3a
Octal30114520406040305245372
Binary11000001110010110000100011000010000011000101010100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16584; }

 p { color: rgb(193,101,132); }

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

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

 a { background-color: rgb(193,101,132); }

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

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

 span { border-color: rgb(193,101,132); }

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