#C0757A

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

Shades of Tapestry #C0757A

Tints of Tapestry #C0757A

Color information

#C0757A (or 0xC0757A) is unknown color: approx Tapestry. HEX triplet: C0, 75 and 7A. RGB value is (192,117,122). Sum of RGB (Red+Green+Blue) = 192+117+122=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0757A is #3F8A85. Grayscale: #8C8C8C. Windows color (decimal): -4164230 or 8025536. OLE color: 8025536.

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

Color convert

RGB192117122-
CMYK00.390.360.25
HSL356º37.31%60.59%-
HSV(B)356º39.06%75.29%-
XYZ31.6125.3321.64-
YUV140117.85165.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 122 (48.05% from 255) = 28.31%
R=44.55%
G=27.15%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211712200.390.360.2535637.3160.59
HexC0757A0272419164253d
Octal30016517204744315444575
Binary1100000011101011111010010011110010011001101100100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0757A; }

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

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

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

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

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

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

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

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