#C36082

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

Shades of Tapestry #C36082

Tints of Tapestry #C36082

Color information

#C36082 (or 0xC36082) is unknown color: approx Tapestry. HEX triplet: C3, 60 and 82. RGB value is (195,96,130). Sum of RGB (Red+Green+Blue) = 195+96+130=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C36082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36082 is #3C9F7D. Grayscale: #818181. Windows color (decimal): -3972990 or 8544451. OLE color: 8544451.

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

Color convert

RGB19596130-
CMYK00.510.330.24
HSL339.39º45.21%57.06%-
HSV(B)339.39º50.77%76.47%-
XYZ30.7221.5823.67-
YUV129.48128.3174.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.32%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 130 (51.17% from 255) = 30.88%
R=46.32%
G=22.80%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959613000.510.330.24339.3945.2157.06
HexC3608203321181532d39
Octal30314020206341305235571
Binary11000011110000010000010011001110000111000101010011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36082; }

 p { color: rgb(195,96,130); }

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

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

 a { background-color: rgb(195,96,130); }

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

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

 span { border-color: rgb(195,96,130); }

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