#C2617D

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

Shades of Tapestry #C2617D

Tints of Tapestry #C2617D

Color information

#C2617D (or 0xC2617D) is unknown color: approx Tapestry. HEX triplet: C2, 61 and 7D. RGB value is (194,97,125). Sum of RGB (Red+Green+Blue) = 194+97+125=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2617D is #3D9E82. Grayscale: #818181. Windows color (decimal): -4038275 or 8217026. OLE color: 8217026.

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

Color convert

RGB19497125-
CMYK00.500.360.24
HSL342.68º44.29%57.06%-
HSV(B)342.68º50%76.08%-
XYZ30.2221.521.96-
YUV129.2125.64174.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=46.63%
G=23.32%
B=30.05%

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
Decimal1949712500.500.360.24342.6844.2957.06
HexC2617D03224181572c39
Octal30214117506244305275471
Binary1100001011000011111101011001010010011000101010111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2617D; }

 p { color: rgb(194,97,125); }

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

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

 a { background-color: rgb(194,97,125); }

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

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

 span { border-color: rgb(194,97,125); }

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