#C0758B

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

Shades of Tapestry #C0758B

Tints of Tapestry #C0758B

Color information

#C0758B (or 0xC0758B) is unknown color: approx Tapestry. HEX triplet: C0, 75 and 8B. RGB value is (192,117,139). Sum of RGB (Red+Green+Blue) = 192+117+139=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0758B is #3F8A74. Grayscale: #8D8D8D. Windows color (decimal): -4164213 or 9139648. OLE color: 9139648.

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

Color convert

RGB192117139-
CMYK00.390.280.25
HSL342.4º37.31%60.59%-
HSV(B)342.4º39.06%75.29%-
XYZ32.7625.7927.68-
YUV141.93126.35163.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.86%
GREEN value IS 117 (46.09% from 255) = 26.12%
BLUE value IS 139 (54.69% from 255) = 31.03%
R=42.86%
G=26.12%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211713900.390.280.25342.437.3160.59
HexC0758B0271C19156253d
Octal30016521304734315264575
Binary1100000011101011000101101001111110011001101010110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0758B; }

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

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

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

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

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

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

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

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