COLOR #C36A5E

HEX: #C36A5E RGB: (195,106,94)

Color info

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

RGB color model

#C36A5E color RGB value is (195,106,94).

RGB: (195,106,94) (76%, 42%, 37%)

RGB channels and saturation

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

195
106
94

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

Portions of RGB colors in percentages

R + G + B = 195 + 106 + 94 = 395 (100%)
R 195 of 395 ~ 49.37%
G 106 of 395 ~ 26.84%
B 94 of 395 ~ 23.8'%

%49.37
%26.84
%23.8

CMYK color model

#C36A5E color CMYK value is (0,46,52,24).

  • cyan value is 0.00%
  • magenta value is 45.64%
  • yellow value is 51.79%
  • key color value is 23.53%

CMYK: (0,46,52,24)
C0M46Y52K24 (0%, 46%, 52%, 24%)
(0.00 / 0.46 / 0.52 / 0.24)

CMYK percentages

%0
%45.64
%51.79
%23.53

Codes

Color #C36A5E in popluar color models

C3 6A 5E
RGB 195 106 94
HSL 45.70% 56.67%
HSB/HSV 51.79% 76.47%
CMYK 0.00% 45.64% 51.79%
23.53%

Color #C36A5E in popluar number systems.

HEX C3 6A 5E
Decimal 195 106 94
Binary 11000011 1101010 1011110
Octal 303 152 136

Shades and tints

Shades of #C36A5E

#C36A5E
(195,106,94)
#B26156
(178,97,86)
#A1584E
(161,88,78)
#904F46
(144,79,70)
#7F463E
(127,70,62)
#6E3D36
(110,61,54)
#5D342E
(93,52,46)
#4C2B26
(76,43,38)
#3B221E
(59,34,30)
#2A1916
(42,25,22)
#19100E
(25,16,14)
#000000
(0,0,0)

Tints of #C36A5E

#C36A5E
(195,106,94)
#C8776C
(200,119,108)
#CD847A
(205,132,122)
#D29188
(210,145,136)
#D79E96
(215,158,150)
#DCABA4
(220,171,164)
#E1B8B2
(225,184,178)
#E6C5C0
(230,197,192)
#EBD2CE
(235,210,206)
#F0DFDC
(240,223,220)
#F5ECEA
(245,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C36A5E; }

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

This text font color is #C36A5E.

Background Color

.myBgColor { background-color: #C36A5E; }

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

This div background color is #C36A5E.

Border color

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

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

This div border color is #C36A5E.

Opacity

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

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

Text with #C36A5E 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 #C36A5E;}

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

This text has shadow with #C36A5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C36A5E.

Preview

Color preview on black background

This text has color #C36A5E on black background.


Color preview on white background

This text has color #C36A5E on white background.


Black color preview on #C36A5E background

This text has black color on #C36A5E background.


White color preview on #C36A5E background

This text has white color on #C36A5E background.


Related colors

Complementary color

Complementary color for #hex is #3C95A1.


I love getcolorcode.com

Triadic colors

1 #5EC36A and #6A5EC3 with #C36A5E are triadic colors.

2 #5E6AC3 and #6AC35E with #C36A5E are triadic colors.