#C07983

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

Shades of Tapestry #C07983

Tints of Tapestry #C07983

Color information

#C07983 (or 0xC07983) is unknown color: approx Tapestry. HEX triplet: C0, 79 and 83. RGB value is (192,121,131). Sum of RGB (Red+Green+Blue) = 192+121+131=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C07983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07983 is #3F867C. Grayscale: #8F8F8F. Windows color (decimal): -4163197 or 8616384. OLE color: 8616384.

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

Color convert

RGB192121131-
CMYK00.370.320.25
HSL351.55º36.04%61.37%-
HSV(B)351.55º36.98%75.29%-
XYZ32.6726.5224.87-
YUV143.37121.02162.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.24%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 131 (51.56% from 255) = 29.50%
R=43.24%
G=27.25%
B=29.50%

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
Decimal19212113100.370.320.25351.5536.0461.37
HexC079830252019160243d
Octal30017120304540315404475
Binary11000000111100110000011010010110000011001101100000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07983; }

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

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

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

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

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

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

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

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