#C2627F

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

Shades of Tapestry #C2627F

Tints of Tapestry #C2627F

Color information

#C2627F (or 0xC2627F) is unknown color: approx Tapestry. HEX triplet: C2, 62 and 7F. RGB value is (194,98,127). Sum of RGB (Red+Green+Blue) = 194+98+127=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2627F is #3D9D80. Grayscale: #818181. Windows color (decimal): -4038017 or 8348354. OLE color: 8348354.

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

Color convert

RGB19498127-
CMYK00.490.350.24
HSL341.88º44.04%57.25%-
HSV(B)341.88º49.48%76.08%-
XYZ30.4521.7422.67-
YUV130.01126.3173.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 98 (38.67% from 255) = 23.39%
BLUE value IS 127 (50% from 255) = 30.31%
R=46.30%
G=23.39%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949812700.490.350.24341.8844.0457.25
HexC2627F03123181562c39
Octal30214217706143305265471
Binary1100001011000101111111011000110001111000101010110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2627F; }

 p { color: rgb(194,98,127); }

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

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

 a { background-color: rgb(194,98,127); }

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

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

 span { border-color: rgb(194,98,127); }

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