#C0717C

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

Shades of Tapestry #C0717C

Tints of Tapestry #C0717C

Color information

#C0717C (or 0xC0717C) is unknown color: approx Tapestry. HEX triplet: C0, 71 and 7C. RGB value is (192,113,124). Sum of RGB (Red+Green+Blue) = 192+113+124=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0717C is #3F8E83. Grayscale: #898989. Windows color (decimal): -4165252 or 8155584. OLE color: 8155584.

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

Color convert

RGB192113124-
CMYK00.410.350.25
HSL351.65º38.54%59.8%-
HSV(B)351.65º41.15%75.29%-
XYZ31.2824.4722.14-
YUV137.88120.17166.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 113 (44.53% from 255) = 26.34%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=44.76%
G=26.34%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211312400.410.350.25351.6538.5459.8
HexC0717C0292319160273c
Octal30016117405143315404774
Binary1100000011100011111100010100110001111001101100000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0717C; }

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

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

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

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

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

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

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

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