#C07982

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

Shades of Tapestry #C07982

Tints of Tapestry #C07982

Color information

#C07982 (or 0xC07982) is unknown color: approx Tapestry. HEX triplet: C0, 79 and 82. RGB value is (192,121,130). Sum of RGB (Red+Green+Blue) = 192+121+130=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C07982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07982 is #3F867D. Grayscale: #8F8F8F. Windows color (decimal): -4163198 or 8550848. OLE color: 8550848.

HSL color Cylindrical-coordinate representation of color #C07982: hue angle of 352.39º 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 #C07982 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB192121130-
CMYK00.370.320.25
HSL352.39º36.04%61.37%-
HSV(B)352.39º36.98%75.29%-
XYZ32.626.4924.51-
YUV143.26120.52162.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.34%
GREEN value IS 121 (47.66% from 255) = 27.31%
BLUE value IS 130 (51.17% from 255) = 29.35%
R=43.34%
G=27.31%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212113000.370.320.25352.3936.0461.37
HexC079820252019160243d
Octal30017120204540315404475
Binary11000000111100110000010010010110000011001101100000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07982; }

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

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

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

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

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

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

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

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