#C0717E

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

Shades of Tapestry #C0717E

Tints of Tapestry #C0717E

Color information

#C0717E (or 0xC0717E) is unknown color: approx Tapestry. HEX triplet: C0, 71 and 7E. RGB value is (192,113,126). Sum of RGB (Red+Green+Blue) = 192+113+126=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0717E is #3F8E81. Grayscale: #8A8A8A. Windows color (decimal): -4165250 or 8286656. OLE color: 8286656.

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

Color convert

RGB192113126-
CMYK00.410.340.25
HSL350.13º38.54%59.8%-
HSV(B)350.13º41.15%75.29%-
XYZ31.4124.5222.82-
YUV138.1121.17166.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=44.55%
G=26.22%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211312600.410.340.25350.1338.5459.8
HexC0717E029221915e273c
Octal30016117605142315364774
Binary1100000011100011111110010100110001011001101011110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0717E; }

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

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

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

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

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

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

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

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