#C36580

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

Shades of Tapestry #C36580

Tints of Tapestry #C36580

Color information

#C36580 (or 0xC36580) is unknown color: approx Tapestry. HEX triplet: C3, 65 and 80. RGB value is (195,101,128). Sum of RGB (Red+Green+Blue) = 195+101+128=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C36580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36580 is #3C9A7F. Grayscale: #848484. Windows color (decimal): -3971712 or 8414659. OLE color: 8414659.

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

Color convert

RGB195101128-
CMYK00.480.340.24
HSL342.77º43.93%58.04%-
HSV(B)342.77º48.21%76.47%-
XYZ31.0622.4723.12-
YUV132.18125.64172.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.99%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 128 (50.39% from 255) = 30.19%
R=45.99%
G=23.82%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510112800.480.340.24342.7743.9358.04
HexC3658003022181572c3a
Octal30314520006042305275472
Binary11000011110010110000000011000010001011000101010111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36580; }

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

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

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

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

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

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

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

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