#c2647d

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

Shades of Tapestry #C2647D

Tints of Tapestry #C2647D

Color information

#C2647D (or 0xC2647D) is unknown color: approx Tapestry. HEX triplet: C2, 64 and 7D. RGB value is (194,100,125). Sum of RGB (Red+Green+Blue) = 194+100+125=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2647D is #3D9B82. Grayscale: #828282. Windows color (decimal): -4037507 or 8217794. OLE color: 8217794.

HSL color Cylindrical-coordinate representation of color #C2647D: hue angle of 344.04º degrees, saturation: 0.44, 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 #C2647D is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB194100125-
CMYK00.480.360.24
HSL344.04º43.52%57.65%-
HSV(B)344.04º48.45%76.08%-
XYZ30.5122.0622.05-
YUV130.96124.64172.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 100 (39.45% from 255) = 23.87%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=46.30%
G=23.87%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410012500.480.360.24344.0443.5257.65
HexC2647D03024181582c3a
Octal30214417506044305305472
Binary1100001011001001111101011000010010011000101011000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2647d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2647d; }

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

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

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

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

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

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

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

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