HEX: #C38596
RGB: (195,133,150)
#C38596 contains mainly red and blue colors. Web safe color of #C38596 is #CC9999 (or #C99).
#C38596 color RGB value is (195,133,150).
RGB: (195,133,150) (76%,52%,59%)
R 195 of 255 = 76%
G 133 of 255 = 52%
B 150 of 255 = 59%
R + G + B ~ 62%. #C38596 is quite light color.
R + G + B =
195 + 133 + 150 = 478 (100%)
R 195 of 478 ~ 40.79%
G 133 of 478 ~ 27.82%
B 150 of 478 ~ 31.38%
#C38596 color CMYK value is (0,32,23,24).
CMYK: (0,32,23,24) C0M32Y23K24 (0%,32%,23%,24%) (0.00/0.32/0.23/0.24)
C3 | 85 | 96 | |
---|---|---|---|
RGB | 195 | 133 | 150 |
HSL | 344° | 34.07% | 64.31% |
HSB/HSV | 344° | 31.79% | 76.47% |
CMYK | 0.00% | 31.79% | 23.08% |
23.53% |
HEX | C3 | 85 | 96 |
Decimal | 195 | 133 | 150 |
Binary | 11000011 | 10000101 | 10010110 |
Octal | 303 | 205 | 226 |
Examples of css and html codes for elements with #C38596 color. Also use rgb(195,133,150) instead hex code.
.myTextColor { color: #C38596; }
<p style="color:#C38596">This sample text font color is #C38596.</p>
This text font color is #C38596.
.myBgColor { background-color: #C38596; }
<div style="background-color:#C38596">Inner text</div>
This div background color is #C38596.
.myBorderColor { border: 1px solid #C38596; }
<div style="border:3px solid #C38596">Div</div>
This div border color is #C38596.
.myOpacity80 { color: #C38596; opacity: 0.8; }
<p style="color:#C38596;opacity:0.8;">80%</p>
Text with #C38596 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C38596;}
<p style="text-shadow: 3px 3px 1px #C38596">Text here.</p>
This text has shadow with #C38596 color.
.textShadow {text-shadow: 3px 3px 1px #C38596, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C38596, 5px 5px 20px red">Text here.</p>
This text has shadow with #C38596 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C38596, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C38596, Direction=45, Strength=4)">Text</p>
This text has shadow with #C38596 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C38596; -webkit-box-shadow: 1px 1px 3px 2px #C38596; box-shadow: 1px 1px 3px 2px #C38596; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C38596; -webkit-box-shadow: 1px 1px 3px 2px #C38596; box-shadow:1px 1px 3px 2px #C38596;">
Div content here</div>
This text has color #C38596 on black background.
This text has color #C38596 on white background.
This text has black color on #C38596 background.
This text has white color on #C38596 background.