#C0717A

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

Shades of Tapestry #C0717A

Tints of Tapestry #C0717A

Color information

#C0717A (or 0xC0717A) is unknown color: approx Tapestry. HEX triplet: C0, 71 and 7A. RGB value is (192,113,122). Sum of RGB (Red+Green+Blue) = 192+113+122=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0717A is #3F8E85. Grayscale: #898989. Windows color (decimal): -4165254 or 8024512. OLE color: 8024512.

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

Color convert

RGB192113122-
CMYK00.410.360.25
HSL353.16º38.54%59.8%-
HSV(B)353.16º41.15%75.29%-
XYZ31.1624.4221.48-
YUV137.65119.17166.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.96%
GREEN value IS 113 (44.53% from 255) = 26.46%
BLUE value IS 122 (48.05% from 255) = 28.57%
R=44.96%
G=26.46%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211312200.410.360.25353.1638.5459.8
HexC0717A0292419161273c
Octal30016117205144315414774
Binary1100000011100011111010010100110010011001101100001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0717A; }

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

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

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

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

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

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

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

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