#C26583

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

Shades of Tapestry #C26583

Tints of Tapestry #C26583

Color information

#C26583 (or 0xC26583) is unknown color: approx Tapestry. HEX triplet: C2, 65 and 83. RGB value is (194,101,131). Sum of RGB (Red+Green+Blue) = 194+101+131=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C26583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26583 is #3D9A7C. Grayscale: #848484. Windows color (decimal): -4037245 or 8611266. OLE color: 8611266.

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

Color convert

RGB194101131-
CMYK00.480.320.24
HSL340.65º43.26%57.84%-
HSV(B)340.65º47.94%76.08%-
XYZ3122.4224.17-
YUV132.23127.31172.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 101 (39.84% from 255) = 23.71%
BLUE value IS 131 (51.56% from 255) = 30.75%
R=45.54%
G=23.71%
B=30.75%

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
Decimal19410113100.480.320.24340.6543.2657.84
HexC2658303020181552b3a
Octal30214520306040305255372
Binary11000010110010110000011011000010000011000101010101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26583; }

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

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

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

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

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

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

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

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