#C1607C

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

Shades of Tapestry #C1607C

Tints of Tapestry #C1607C

Color information

#C1607C (or 0xC1607C) is unknown color: approx Tapestry. HEX triplet: C1, 60 and 7C. RGB value is (193,96,124). Sum of RGB (Red+Green+Blue) = 193+96+124=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1607C is #3E9F83. Grayscale: #808080. Windows color (decimal): -4104068 or 8151233. OLE color: 8151233.

HSL color Cylindrical-coordinate representation of color #C1607C: hue angle of 342.68º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1607C is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB19396124-
CMYK00.500.360.24
HSL342.68º43.89%56.67%-
HSV(B)342.68º50.26%75.69%-
XYZ29.8121.1621.58-
YUV128.2125.64174.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.73%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=46.73%
G=23.24%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939612400.500.360.24342.6843.8956.67
HexC1607C03224181572c39
Octal30114017406244305275471
Binary1100000111000001111100011001010010011000101010111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1607C; }

 p { color: rgb(193,96,124); }

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

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

 a { background-color: rgb(193,96,124); }

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

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

 span { border-color: rgb(193,96,124); }

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