#C07085

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

Shades of Tapestry #C07085

Tints of Tapestry #C07085

Color information

#C07085 (or 0xC07085) is unknown color: approx Tapestry. HEX triplet: C0, 70 and 85. RGB value is (192,112,133). Sum of RGB (Red+Green+Blue) = 192+112+133=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C07085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07085 is #3F8F7A. Grayscale: #8A8A8A. Windows color (decimal): -4165499 or 8745152. OLE color: 8745152.

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

Color convert

RGB192112133-
CMYK00.420.310.25
HSL344.25º38.83%59.61%-
HSV(B)344.25º41.67%75.29%-
XYZ31.7724.4925.24-
YUV138.31125166.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 133 (52.34% from 255) = 30.43%
R=43.94%
G=25.63%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211213300.420.310.25344.2538.8359.61
HexC0708502A1F19158273c
Octal30016020505237315304774
Binary1100000011100001000010101010101111111001101011000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07085; }

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

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

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

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

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

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

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

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