#C36182

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

Shades of Tapestry #C36182

Tints of Tapestry #C36182

Color information

#C36182 (or 0xC36182) is unknown color: approx Tapestry. HEX triplet: C3, 61 and 82. RGB value is (195,97,130). Sum of RGB (Red+Green+Blue) = 195+97+130=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C36182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36182 is #3C9E7D. Grayscale: #828282. Windows color (decimal): -3972734 or 8544707. OLE color: 8544707.

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

Color convert

RGB19597130-
CMYK00.500.330.24
HSL339.8º44.95%57.25%-
HSV(B)339.8º50.26%76.47%-
XYZ30.8121.7623.7-
YUV130.06127.97174.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.21%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 130 (51.17% from 255) = 30.81%
R=46.21%
G=22.99%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959713000.500.330.24339.844.9557.25
HexC3618203221181542d39
Octal30314120206241305245571
Binary11000011110000110000010011001010000111000101010100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36182; }

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

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

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

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

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

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

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

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