#C56482

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

Shades of Tapestry #C56482

Tints of Tapestry #C56482

Color information

#C56482 (or 0xC56482) is unknown color: approx Tapestry. HEX triplet: C5, 64 and 82. RGB value is (197,100,130). Sum of RGB (Red+Green+Blue) = 197+100+130=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C56482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56482 is #3A9B7D. Grayscale: #848484. Windows color (decimal): -3840894 or 8545477. OLE color: 8545477.

HSL color Cylindrical-coordinate representation of color #C56482: hue angle of 341.44º 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 #C56482 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB197100130-
CMYK00.490.340.23
HSL341.44º45.54%58.24%-
HSV(B)341.44º49.24%77.25%-
XYZ31.6122.623.81-
YUV132.42126.64174.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.14%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 130 (51.17% from 255) = 30.44%
R=46.14%
G=23.42%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710013000.490.340.23341.4445.5458.24
HexC5648203122171552e3a
Octal30514420206142275255672
Binary11000101110010010000010011000110001010111101010101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56482; }

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

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

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

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

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

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

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

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