#C56481

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

Shades of Tapestry #C56481

Tints of Tapestry #C56481

Color information

#C56481 (or 0xC56481) is unknown color: approx Tapestry. HEX triplet: C5, 64 and 81. RGB value is (197,100,129). Sum of RGB (Red+Green+Blue) = 197+100+129=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C56481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56481 is #3A9B7E. Grayscale: #848484. Windows color (decimal): -3840895 or 8479941. OLE color: 8479941.

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

Color convert

RGB197100129-
CMYK00.490.350.23
HSL342.06º45.54%58.24%-
HSV(B)342.06º49.24%77.25%-
XYZ31.5522.5723.46-
YUV132.31126.14174.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.24%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=46.24%
G=23.47%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710012900.490.350.23342.0645.5458.24
HexC5648103123171562e3a
Octal30514420106143275265672
Binary11000101110010010000001011000110001110111101010110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56481; }

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

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

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

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

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

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

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

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