#C1627A

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

Shades of Tapestry #C1627A

Tints of Tapestry #C1627A

Color information

#C1627A (or 0xC1627A) is unknown color: approx Tapestry. HEX triplet: C1, 62 and 7A. RGB value is (193,98,122). Sum of RGB (Red+Green+Blue) = 193+98+122=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1627A is #3E9D85. Grayscale: #818181. Windows color (decimal): -4103558 or 8020673. OLE color: 8020673.

HSL color Cylindrical-coordinate representation of color #C1627A: hue angle of 344.84º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1627A is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB19398122-
CMYK00.490.370.24
HSL344.84º43.38%57.06%-
HSV(B)344.84º49.22%75.69%-
XYZ29.8721.4820.98-
YUV129.14123.97173.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.73%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=46.73%
G=23.73%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939812200.490.370.24344.8443.3857.06
HexC1627A03125181592b39
Octal30114217206145305315371
Binary1100000111000101111010011000110010111000101011001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1627A; }

 p { color: rgb(193,98,122); }

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

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

 a { background-color: rgb(193,98,122); }

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

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

 span { border-color: rgb(193,98,122); }

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