#C07785

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

Shades of Tapestry #C07785

Tints of Tapestry #C07785

Color information

#C07785 (or 0xC07785) is unknown color: approx Tapestry. HEX triplet: C0, 77 and 85. RGB value is (192,119,133). Sum of RGB (Red+Green+Blue) = 192+119+133=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C07785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07785 is #3F887A. Grayscale: #8E8E8E. Windows color (decimal): -4163707 or 8746944. OLE color: 8746944.

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

Color convert

RGB192119133-
CMYK00.380.310.25
HSL348.49º36.68%60.98%-
HSV(B)348.49º38.02%75.29%-
XYZ32.5726.0925.51-
YUV142.42122.68163.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.24%
GREEN value IS 119 (46.88% from 255) = 26.80%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=43.24%
G=26.80%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211913300.380.310.25348.4936.6860.98
HexC077850261F1915c253d
Octal30016720504637315344575
Binary1100000011101111000010101001101111111001101011100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07785; }

 p { color: rgb(192,119,133); }

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

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

 a { background-color: rgb(192,119,133); }

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

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

 span { border-color: rgb(192,119,133); }

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