#C26083

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

Shades of Tapestry #C26083

Tints of Tapestry #C26083

Color information

#C26083 (or 0xC26083) is unknown color: approx Tapestry. HEX triplet: C2, 60 and 83. RGB value is (194,96,131). Sum of RGB (Red+Green+Blue) = 194+96+131=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C26083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26083 is #3D9F7C. Grayscale: #818181. Windows color (decimal): -4038525 or 8609986. OLE color: 8609986.

HSL color Cylindrical-coordinate representation of color #C26083: hue angle of 338.57º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C26083 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB19496131-
CMYK00.510.320.24
HSL338.57º44.55%56.86%-
HSV(B)338.57º50.52%76.08%-
XYZ30.5321.4724.01-
YUV129.29128.97174.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.08%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 131 (51.56% from 255) = 31.12%
R=46.08%
G=22.80%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949613100.510.320.24338.5744.5556.86
HexC2608303320181532d39
Octal30214020306340305235571
Binary11000010110000010000011011001110000011000101010011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26083; }

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

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

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

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

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

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

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

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