#C07587

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

Shades of Tapestry #C07587

Tints of Tapestry #C07587

Color information

#C07587 (or 0xC07587) is unknown color: approx Tapestry. HEX triplet: C0, 75 and 87. RGB value is (192,117,135). Sum of RGB (Red+Green+Blue) = 192+117+135=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C07587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07587 is #3F8A78. Grayscale: #8D8D8D. Windows color (decimal): -4164217 or 8877504. OLE color: 8877504.

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

Color convert

RGB192117135-
CMYK00.390.300.25
HSL345.6º37.31%60.59%-
HSV(B)345.6º39.06%75.29%-
XYZ32.4725.6826.17-
YUV141.48124.35164.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.24%
GREEN value IS 117 (46.09% from 255) = 26.35%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=43.24%
G=26.35%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211713500.390.300.25345.637.3160.59
HexC075870271E1915a253d
Octal30016520704736315324575
Binary1100000011101011000011101001111111011001101011010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07587; }

 p { color: rgb(192,117,135); }

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

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

 a { background-color: rgb(192,117,135); }

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

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

 span { border-color: rgb(192,117,135); }

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