#C0757D

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

Shades of Tapestry #C0757D

Tints of Tapestry #C0757D

Color information

#C0757D (or 0xC0757D) is unknown color: approx Tapestry. HEX triplet: C0, 75 and 7D. RGB value is (192,117,125). Sum of RGB (Red+Green+Blue) = 192+117+125=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0757D is #3F8A82. Grayscale: #8C8C8C. Windows color (decimal): -4164227 or 8222144. OLE color: 8222144.

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

Color convert

RGB192117125-
CMYK00.390.350.25
HSL353.6º37.31%60.59%-
HSV(B)353.6º39.06%75.29%-
XYZ31.825.4122.63-
YUV140.34119.35164.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.24%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=44.24%
G=26.96%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211712500.390.350.25353.637.3160.59
HexC0757D0272319162253d
Octal30016517504743315424575
Binary1100000011101011111101010011110001111001101100010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0757D; }

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

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

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

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

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

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

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

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