#C1707F

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

Shades of Tapestry #C1707F

Tints of Tapestry #C1707F

Color information

#C1707F (or 0xC1707F) is unknown color: approx Tapestry. HEX triplet: C1, 70 and 7F. RGB value is (193,112,127). Sum of RGB (Red+Green+Blue) = 193+112+127=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1707F is #3E8F80. Grayscale: #898989. Windows color (decimal): -4099969 or 8351937. OLE color: 8351937.

HSL color Cylindrical-coordinate representation of color #C1707F: hue angle of 348.89º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1707F is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB193112127-
CMYK00.420.340.24
HSL348.89º39.51%59.8%-
HSV(B)348.89º41.97%75.69%-
XYZ31.6224.4623.13-
YUV137.93121.84167.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 112 (44.14% from 255) = 25.93%
BLUE value IS 127 (50% from 255) = 29.40%
R=44.68%
G=25.93%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311212700.420.340.24348.8939.5159.8
HexC1707F02A221815d283c
Octal30116017705242305355074
Binary1100000111100001111111010101010001011000101011101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1707F; }

 p { color: rgb(193,112,127); }

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

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

 a { background-color: rgb(193,112,127); }

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

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

 span { border-color: rgb(193,112,127); }

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