#C36080

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

Shades of Tapestry #C36080

Tints of Tapestry #C36080

Color information

#C36080 (or 0xC36080) is unknown color: approx Tapestry. HEX triplet: C3, 60 and 80. RGB value is (195,96,128). Sum of RGB (Red+Green+Blue) = 195+96+128=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C36080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36080 is #3C9F7F. Grayscale: #818181. Windows color (decimal): -3972992 or 8413379. OLE color: 8413379.

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

Color convert

RGB19596128-
CMYK00.510.340.24
HSL340.61º45.21%57.06%-
HSV(B)340.61º50.77%76.47%-
XYZ30.5821.5322.97-
YUV129.25127.3174.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.54%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=46.54%
G=22.91%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959612800.510.340.24340.6145.2157.06
HexC3608003322181552d39
Octal30314020006342305255571
Binary11000011110000010000000011001110001011000101010101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36080; }

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

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

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

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

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

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

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

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