#C07582

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

Shades of Tapestry #C07582

Tints of Tapestry #C07582

Color information

#C07582 (or 0xC07582) is unknown color: approx Tapestry. HEX triplet: C0, 75 and 82. RGB value is (192,117,130). Sum of RGB (Red+Green+Blue) = 192+117+130=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C07582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07582 is #3F8A7D. Grayscale: #8C8C8C. Windows color (decimal): -4164222 or 8549824. OLE color: 8549824.

HSL color Cylindrical-coordinate representation of color #C07582: hue angle of 349.6º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07582 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB192117130-
CMYK00.390.320.25
HSL349.6º37.31%60.59%-
HSV(B)349.6º39.06%75.29%-
XYZ32.1325.5424.36-
YUV140.91121.85164.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 130 (51.17% from 255) = 29.61%
R=43.74%
G=26.65%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211713000.390.320.25349.637.3160.59
HexC07582027201915e253d
Octal30016520204740315364575
Binary11000000111010110000010010011110000011001101011110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07582; }

 p { color: rgb(192,117,130); }

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

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

 a { background-color: rgb(192,117,130); }

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

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

 span { border-color: rgb(192,117,130); }

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