#C56181

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

Shades of Tapestry #C56181

Tints of Tapestry #C56181

Color information

#C56181 (or 0xC56181) is unknown color: approx Tapestry. HEX triplet: C5, 61 and 81. RGB value is (197,97,129). Sum of RGB (Red+Green+Blue) = 197+97+129=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C56181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56181 is #3A9E7E. Grayscale: #828282. Windows color (decimal): -3841663 or 8479173. OLE color: 8479173.

HSL color Cylindrical-coordinate representation of color #C56181: hue angle of 340.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56181 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB19797129-
CMYK00.510.350.23
HSL340.8º46.3%57.65%-
HSV(B)340.8º50.76%77.25%-
XYZ31.262223.37-
YUV130.55127.13175.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.57%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=46.57%
G=22.93%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979712900.510.350.23340.846.357.65
HexC5618103323171552e3a
Octal30514120106343275255672
Binary11000101110000110000001011001110001110111101010101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56181; }

 p { color: rgb(197,97,129); }

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

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

 a { background-color: rgb(197,97,129); }

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

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

 span { border-color: rgb(197,97,129); }

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