COLOR #C36C5E

HEX: #C36C5E
RGB: (195,108,94)

Color info

#C36C5E contains mainly red color. Web safe color of #C36C5E is #CC6666 (or #C66).

RGB color model

#C36C5E color RGB value is (195,108,94).

  • red value is 195;
  • green value is 108;
  • blue value is 94.
RGB:
(195,108,94)
(76%,42%,37%)

RGB channels and saturation

R 195 of 255 = 76%
G 108 of 255 = 42%
B 94 of 255 = 37%

195
108
94

R + G + B ~ 52%. #C36C5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
195 + 108 + 94 = 397 (100%)
R 195 of 397 ~ 49.12%
G 108 of 397 ~ 27.2%
B 94 of 397 ~ 23.68%

%49.12
%27.2
%23.68

CMYK color model

#C36C5E color CMYK value is (0,45,52,24).

  • cyan value is 0.00%
  • magenta value is 44.62%
  • yellow value is 51.79%
  • key color value is 23.53%
CMYK:
(0,45,52,24)
C0M45Y52K24 
(0%,45%,52%,24%)
(0.00/0.45/0.52/0.24)	

CMYK percentages

%0
%44.62
%51.79
%23.53

Codes

Color #C36C5E in popluar color models

C36C5E
RGB19510894
HSL45.70%56.67%
HSB/HSV51.79%76.47%
CMYK0.00%44.62%51.79%
23.53%

Color #C36C5E in popluar number systems.

HEXC36C5E
Decimal19510894
Binary1100001111011001011110
Octal303154136

Shades and tints

Shades of #C36C5E

#C36C5E
(195,108,94)
#B26356
(178,99,86)
#A15A4E
(161,90,78)
#905146
(144,81,70)
#7F483E
(127,72,62)
#6E3F36
(110,63,54)
#5D362E
(93,54,46)
#4C2D26
(76,45,38)
#3B241E
(59,36,30)
#2A1B16
(42,27,22)
#19120E
(25,18,14)
#000000
(0,0,0)

Tints of #C36C5E

#C36C5E
(195,108,94)
#C8796C
(200,121,108)
#CD867A
(205,134,122)
#D29388
(210,147,136)
#D7A096
(215,160,150)
#DCADA4
(220,173,164)
#E1BAB2
(225,186,178)
#E6C7C0
(230,199,192)
#EBD4CE
(235,212,206)
#F0E1DC
(240,225,220)
#F5EEEA
(245,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C36C5E color. Also use rgb(195,108,94) instead hex code.

Text Font Color

.myTextColor { color: #C36C5E; }

<p style="color:#C36C5E">This sample text font color is #C36C5E.</p>

This text font color is #C36C5E.


Background Color

.myBgColor { background-color: #C36C5E; }

<div style="background-color:#C36C5E">Inner text</div>

This div background color is #C36C5E.


Border color

.myBorderColor { border: 1px solid #C36C5E; }

<div style="border:3px solid #C36C5E">Div</div>

This div border color is #C36C5E.


Opacity

.myOpacity80 { color: #C36C5E; opacity: 0.8; }

<p style="color:#C36C5E;opacity:0.8;">80%</p>

Text with #C36C5E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C36C5E;}

<p style="text-shadow: 3px 3px 1px #C36C5E">Text here.</p>

This text has shadow with #C36C5E color.

.textShadow {text-shadow: 3px 3px 1px #C36C5E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C36C5E, 5px 5px 20px red">Text here.</p>

This text has shadow with #C36C5E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C36C5E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C36C5E, Direction=45, Strength=4)">Text</p>

This text has shadow with #C36C5E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C36C5E;
  -webkit-box-shadow:	1px 1px 3px 2px #C36C5E;
  box-shadow:		1px 1px 3px 2px #C36C5E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C36C5E;
-webkit-box-shadow: 1px 1px 3px 2px #C36C5E;
box-shadow:1px 1px 3px 2px #C36C5E;">
Div content here</div>
This div box has shadow with color #C36C5E.

Preview

Color preview on black background

This text has color #C36C5E on black background.


Color preview on white background

This text has color #C36C5E on white background.



Black color preview on #C36C5E background

This text has black color on #C36C5E background.


White color preview on #C36C5E background

This text has white color on #C36C5E background.