#C1707D

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

Shades of Tapestry #C1707D

Tints of Tapestry #C1707D

Color information

#C1707D (or 0xC1707D) is unknown color: approx Tapestry. HEX triplet: C1, 70 and 7D. RGB value is (193,112,125). Sum of RGB (Red+Green+Blue) = 193+112+125=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C1707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1707D is #3E8F82. Grayscale: #898989. Windows color (decimal): -4099971 or 8220865. OLE color: 8220865.

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

Color convert

RGB193112125-
CMYK00.420.350.24
HSL350.37º39.51%59.8%-
HSV(B)350.37º41.97%75.69%-
XYZ31.4924.4122.45-
YUV137.7120.84167.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 112 (44.14% from 255) = 26.05%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=44.88%
G=26.05%
B=29.07%

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
Decimal19311212500.420.350.24350.3739.5159.8
HexC1707D02A231815e283c
Octal30116017505243305365074
Binary1100000111100001111101010101010001111000101011110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1707D; }

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

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

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

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

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

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

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

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