#C1707E

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

Shades of Tapestry #C1707E

Tints of Tapestry #C1707E

Color information

#C1707E (or 0xC1707E) is unknown color: approx Tapestry. HEX triplet: C1, 70 and 7E. RGB value is (193,112,126). Sum of RGB (Red+Green+Blue) = 193+112+126=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1707E is #3E8F81. Grayscale: #898989. Windows color (decimal): -4099970 or 8286401. OLE color: 8286401.

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

Color convert

RGB193112126-
CMYK00.420.350.24
HSL349.63º39.51%59.8%-
HSV(B)349.63º41.97%75.69%-
XYZ31.5524.4322.79-
YUV137.82121.34167.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.78%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=44.78%
G=25.99%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311212600.420.350.24349.6339.5159.8
HexC1707E02A231815e283c
Octal30116017605243305365074
Binary1100000111100001111110010101010001111000101011110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1707E; }

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

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

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

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

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

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

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

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