#C0717F

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

Shades of Tapestry #C0717F

Tints of Tapestry #C0717F

Color information

#C0717F (or 0xC0717F) is unknown color: approx Tapestry. HEX triplet: C0, 71 and 7F. RGB value is (192,113,127). Sum of RGB (Red+Green+Blue) = 192+113+127=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0717F is #3F8E80. Grayscale: #8A8A8A. Windows color (decimal): -4165249 or 8352192. OLE color: 8352192.

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

Color convert

RGB192113127-
CMYK00.410.340.25
HSL349.37º38.54%59.8%-
HSV(B)349.37º41.15%75.29%-
XYZ31.4724.5523.16-
YUV138.22121.67166.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.44%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 127 (50% from 255) = 29.40%
R=44.44%
G=26.16%
B=29.40%

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
Decimal19211312700.410.340.25349.3738.5459.8
HexC0717F029221915d273c
Octal30016117705142315354774
Binary1100000011100011111111010100110001011001101011101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0717F; }

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

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

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

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

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

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

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

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