#C26580

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

Shades of Tapestry #C26580

Tints of Tapestry #C26580

Color information

#C26580 (or 0xC26580) is unknown color: approx Tapestry. HEX triplet: C2, 65 and 80. RGB value is (194,101,128). Sum of RGB (Red+Green+Blue) = 194+101+128=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C26580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26580 is #3D9A7F. Grayscale: #838383. Windows color (decimal): -4037248 or 8414658. OLE color: 8414658.

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

Color convert

RGB194101128-
CMYK00.480.340.24
HSL342.58º43.26%57.84%-
HSV(B)342.58º47.94%76.08%-
XYZ30.822.3423.11-
YUV131.89125.81172.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=45.86%
G=23.88%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410112800.480.340.24342.5843.2657.84
HexC2658003022181572b3a
Octal30214520006042305275372
Binary11000010110010110000000011000010001011000101010111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26580; }

 p { color: rgb(194,101,128); }

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

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

 a { background-color: rgb(194,101,128); }

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

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

 span { border-color: rgb(194,101,128); }

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