#c36083

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

Shades of Tapestry #C36083

Tints of Tapestry #C36083

Color information

#C36083 (or 0xC36083) is unknown color: approx Tapestry. HEX triplet: C3, 60 and 83. RGB value is (195,96,131). Sum of RGB (Red+Green+Blue) = 195+96+131=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C36083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36083 is #3C9F7C. Grayscale: #818181. Windows color (decimal): -3972989 or 8609987. OLE color: 8609987.

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

Color convert

RGB19596131-
CMYK00.510.330.24
HSL338.79º45.21%57.06%-
HSV(B)338.79º50.77%76.47%-
XYZ30.7921.6124.02-
YUV129.59128.8174.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.21%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 131 (51.56% from 255) = 31.04%
R=46.21%
G=22.75%
B=31.04%

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
Decimal1959613100.510.330.24338.7945.2157.06
HexC3608303321181532d39
Octal30314020306341305235571
Binary11000011110000010000011011001110000111000101010011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c36083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c36083; }

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

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

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

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

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

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

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

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