#C36C7C

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

Shades of Tapestry #C36C7C

Tints of Tapestry #C36C7C

Color information

#C36C7C (or 0xC36C7C) is unknown color: approx Tapestry. HEX triplet: C3, 6C and 7C. RGB value is (195,108,124). Sum of RGB (Red+Green+Blue) = 195+108+124=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C7C is #3C9383. Grayscale: #878787. Windows color (decimal): -3969924 or 8154307. OLE color: 8154307.

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

Color convert

RGB195108124-
CMYK00.450.360.24
HSL348.97º42.03%59.41%-
HSV(B)348.97º44.62%76.47%-
XYZ31.5123.7822-
YUV135.84121.32170.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=45.67%
G=25.29%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510812400.450.360.24348.9742.0359.41
HexC36C7C02D241815d2a3b
Octal30315417405544305355273
Binary1100001111011001111100010110110010011000101011101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36C7C; }

 p { color: rgb(195,108,124); }

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

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

 a { background-color: rgb(195,108,124); }

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

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

 span { border-color: rgb(195,108,124); }

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