#C1657A

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

Shades of Tapestry #C1657A

Tints of Tapestry #C1657A

Color information

#C1657A (or 0xC1657A) is unknown color: approx Tapestry. HEX triplet: C1, 65 and 7A. RGB value is (193,101,122). Sum of RGB (Red+Green+Blue) = 193+101+122=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1657A is #3E9A85. Grayscale: #828282. Windows color (decimal): -4102790 or 8021441. OLE color: 8021441.

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

Color convert

RGB193101122-
CMYK00.480.370.24
HSL346.3º42.59%57.65%-
HSV(B)346.3º47.67%75.69%-
XYZ30.1622.0521.08-
YUV130.9122.98172.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.39%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 122 (48.05% from 255) = 29.33%
R=46.39%
G=24.28%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310112200.480.370.24346.342.5957.65
HexC1657A030251815a2b3a
Octal30114517206045305325372
Binary1100000111001011111010011000010010111000101011010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1657A; }

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

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

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

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

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

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

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

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