#C36081

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

Shades of Tapestry #C36081

Tints of Tapestry #C36081

Color information

#C36081 (or 0xC36081) is unknown color: approx Tapestry. HEX triplet: C3, 60 and 81. RGB value is (195,96,129). Sum of RGB (Red+Green+Blue) = 195+96+129=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C36081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36081 is #3C9F7E. Grayscale: #818181. Windows color (decimal): -3972991 or 8478915. OLE color: 8478915.

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

Color convert

RGB19596129-
CMYK00.510.340.24
HSL340º45.21%57.06%-
HSV(B)340º50.77%76.47%-
XYZ30.6521.5523.31-
YUV129.36127.8174.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.43%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 129 (50.78% from 255) = 30.71%
R=46.43%
G=22.86%
B=30.71%

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
Decimal1959612900.510.340.2434045.2157.06
HexC3608103322181542d39
Octal30314020106342305245571
Binary11000011110000010000001011001110001011000101010100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36081; }

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

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

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

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

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

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

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

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