#C07980

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

Shades of Tapestry #C07980

Tints of Tapestry #C07980

Color information

#C07980 (or 0xC07980) is unknown color: approx Tapestry. HEX triplet: C0, 79 and 80. RGB value is (192,121,128). Sum of RGB (Red+Green+Blue) = 192+121+128=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C07980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07980 is #3F867F. Grayscale: #8F8F8F. Windows color (decimal): -4163200 or 8419776. OLE color: 8419776.

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

Color convert

RGB192121128-
CMYK00.370.330.25
HSL354.08º36.04%61.37%-
HSV(B)354.08º36.98%75.29%-
XYZ32.4726.4423.81-
YUV143.03119.52162.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 121 (47.66% from 255) = 27.44%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=43.54%
G=27.44%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212112800.370.330.25354.0836.0461.37
HexC079800252119162243d
Octal30017120004541315424475
Binary11000000111100110000000010010110000111001101100010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07980; }

 p { color: rgb(192,121,128); }

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

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

 a { background-color: rgb(192,121,128); }

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

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

 span { border-color: rgb(192,121,128); }

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