#C0717D

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

Shades of Tapestry #C0717D

Tints of Tapestry #C0717D

Color information

#C0717D (or 0xC0717D) is unknown color: approx Tapestry. HEX triplet: C0, 71 and 7D. RGB value is (192,113,125). Sum of RGB (Red+Green+Blue) = 192+113+125=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0717D is #3F8E82. Grayscale: #8A8A8A. Windows color (decimal): -4165251 or 8221120. OLE color: 8221120.

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

Color convert

RGB192113125-
CMYK00.410.350.25
HSL350.89º38.54%59.8%-
HSV(B)350.89º41.15%75.29%-
XYZ31.3524.522.48-
YUV137.99120.67166.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=44.65%
G=26.28%
B=29.07%

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
Decimal19211312500.410.350.25350.8938.5459.8
HexC0717D029231915f273c
Octal30016117505143315374774
Binary1100000011100011111101010100110001111001101011111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0717D; }

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

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

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

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

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

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

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

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