#C26584

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

Shades of Tapestry #C26584

Tints of Tapestry #C26584

Color information

#C26584 (or 0xC26584) is unknown color: approx Tapestry. HEX triplet: C2, 65 and 84. RGB value is (194,101,132). Sum of RGB (Red+Green+Blue) = 194+101+132=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C26584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26584 is #3D9A7B. Grayscale: #848484. Windows color (decimal): -4037244 or 8676802. OLE color: 8676802.

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

Color convert

RGB194101132-
CMYK00.480.320.24
HSL340º43.26%57.84%-
HSV(B)340º47.94%76.08%-
XYZ31.0722.4424.52-
YUV132.34127.81171.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=45.43%
G=23.65%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410113200.480.320.2434043.2657.84
HexC2658403020181542b3a
Octal30214520406040305245372
Binary11000010110010110000100011000010000011000101010100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26584; }

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

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

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

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

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

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

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

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