#C07282

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

Shades of Tapestry #C07282

Tints of Tapestry #C07282

Color information

#C07282 (or 0xC07282) is unknown color: approx Tapestry. HEX triplet: C0, 72 and 82. RGB value is (192,114,130). Sum of RGB (Red+Green+Blue) = 192+114+130=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C07282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07282 is #3F8D7D. Grayscale: #8B8B8B. Windows color (decimal): -4164990 or 8549056. OLE color: 8549056.

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

Color convert

RGB192114130-
CMYK00.410.320.25
HSL347.69º38.24%60%-
HSV(B)347.69º40.62%75.29%-
XYZ31.7824.8524.24-
YUV139.15122.84165.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 130 (51.17% from 255) = 29.82%
R=44.04%
G=26.15%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211413000.410.320.25347.6938.2460
HexC07282029201915c263c
Octal30016220205140315344674
Binary11000000111001010000010010100110000011001101011100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07282; }

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

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

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

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

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

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

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

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