#C26982

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

Shades of Tapestry #C26982

Tints of Tapestry #C26982

Color information

#C26982 (or 0xC26982) is unknown color: approx Tapestry. HEX triplet: C2, 69 and 82. RGB value is (194,105,130). Sum of RGB (Red+Green+Blue) = 194+105+130=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C26982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26982 is #3D967D. Grayscale: #868686. Windows color (decimal): -4036222 or 8546754. OLE color: 8546754.

HSL color Cylindrical-coordinate representation of color #C26982: hue angle of 343.15º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26982 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB194105130-
CMYK00.460.330.24
HSL343.15º42.18%58.63%-
HSV(B)343.15º45.88%76.08%-
XYZ31.3323.1823.94-
YUV134.46125.49170.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=45.22%
G=24.48%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410513000.460.330.24343.1542.1858.63
HexC2698202E21181572a3b
Octal30215120205641305275273
Binary11000010110100110000010010111010000111000101010111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26982; }

 p { color: rgb(194,105,130); }

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

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

 a { background-color: rgb(194,105,130); }

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

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

 span { border-color: rgb(194,105,130); }

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