#C26482

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

Shades of Tapestry #C26482

Tints of Tapestry #C26482

Color information

#C26482 (or 0xC26482) is unknown color: approx Tapestry. HEX triplet: C2, 64 and 82. RGB value is (194,100,130). Sum of RGB (Red+Green+Blue) = 194+100+130=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C26482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26482 is #3D9B7D. Grayscale: #838383. Windows color (decimal): -4037502 or 8545474. OLE color: 8545474.

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

Color convert

RGB194100130-
CMYK00.480.330.24
HSL340.85º43.52%57.65%-
HSV(B)340.85º48.45%76.08%-
XYZ30.8322.223.78-
YUV131.53127.14172.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 130 (51.17% from 255) = 30.66%
R=45.75%
G=23.58%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410013000.480.330.24340.8543.5257.65
HexC2648203021181552c3a
Octal30214420206041305255472
Binary11000010110010010000010011000010000111000101010101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26482; }

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

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

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

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

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

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

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

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