#C1607E

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

Shades of Tapestry #C1607E

Tints of Tapestry #C1607E

Color information

#C1607E (or 0xC1607E) is unknown color: approx Tapestry. HEX triplet: C1, 60 and 7E. RGB value is (193,96,126). Sum of RGB (Red+Green+Blue) = 193+96+126=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C1607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1607E is #3E9F81. Grayscale: #808080. Windows color (decimal): -4104066 or 8282305. OLE color: 8282305.

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

Color convert

RGB19396126-
CMYK00.500.350.24
HSL341.44º43.89%56.67%-
HSV(B)341.44º50.26%75.69%-
XYZ29.9421.2122.25-
YUV128.42126.64174.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.51%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=46.51%
G=23.13%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939612600.500.350.24341.4443.8956.67
HexC1607E03223181552c39
Octal30114017606243305255471
Binary1100000111000001111110011001010001111000101010101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1607E; }

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

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

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

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

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

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

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

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