#C36D7D

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

Shades of Tapestry #C36D7D

Tints of Tapestry #C36D7D

Color information

#C36D7D (or 0xC36D7D) is unknown color: approx Tapestry. HEX triplet: C3, 6D and 7D. RGB value is (195,109,125). Sum of RGB (Red+Green+Blue) = 195+109+125=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D7D is #3C9282. Grayscale: #888888. Windows color (decimal): -3969667 or 8220099. OLE color: 8220099.

HSL color Cylindrical-coordinate representation of color #C36D7D: hue angle of 348.84º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C36D7D is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB195109125-
CMYK00.440.360.24
HSL348.84º41.75%59.61%-
HSV(B)348.84º44.1%76.47%-
XYZ31.6824.0222.37-
YUV136.54121.49169.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 109 (42.97% from 255) = 25.41%
BLUE value IS 125 (49.22% from 255) = 29.14%
R=45.45%
G=25.41%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510912500.440.360.24348.8441.7559.61
HexC36D7D02C241815d2a3c
Octal30315517505444305355274
Binary1100001111011011111101010110010010011000101011101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36D7D; }

 p { color: rgb(195,109,125); }

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

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

 a { background-color: rgb(195,109,125); }

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

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

 span { border-color: rgb(195,109,125); }

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