HEX: #C38CBD
RGB: (195,140,189)
#C38CBD contains red, green and blue colors in about the same proportion. Web safe color of #C38CBD is #CC99CC (or #C9C).
#C38CBD color RGB value is (195,140,189).
RGB: (195,140,189)
(76%, 55%, 74%)
R 195 of 255 = 76%
G 140 of 255 = 55%
B 189 of 255 = 74%
R + G + B ~ 68%. #C38CBD is quite light color.
R + G + B = 195 + 140 + 189 = 524 (100%)
R 195 of 524 ~ 37.21%
G 140 of 524 ~ 26.72%
B 189 of 524 ~ 36.07'%
#C38CBD color CMYK value is (0,28,3,24).
CMYK: (0,28,3,24) C0M28Y3K24 (0%,28%,3%,24%) (0.00/0.28/0.03/0.24)
Color #C38CBD in popluar color models
C3 | 8C | BD | |
---|---|---|---|
RGB | 195 | 140 | 189 |
HSL | 307° | 31.43% | 65.69% |
HSB/HSV | 307° | 28.21% | 76.47% |
CMYK | 0.00% | 28.21% | 3.08% |
23.53% |
Color #C38CBD in popluar number systems.
HEX | C3 | 8C | BD |
Decimal | 195 | 140 | 189 |
Binary | 11000011 | 10001100 | 10111101 |
Octal | 303 | 214 | 275 |
Shades of #C38CBD
Tints of #C38CBD
Examples of css and html codes for elements with #C38CBD color. Also use rgb(195,140,189) instead hex code.
.myTextColor { color: #C38CBD; }
<p style="color:#C38CBD">This sample text font color is #C38CBD.</p>
This text font color is #C38CBD.
.myBgColor { background-color: #C38CBD; }
<div style="background-color:#C38CBD">Inner text</div>
This div background color is #C38CBD.
.myBorderColor { border: 1px solid #C38CBD; }
<div style="border:3px solid #C38CBD">Div</div>
This div border color is #C38CBD.
.myOpacity80 { color: #C38CBD; opacity: 0.8; }
<p style="color:#C38CBD;opacity:0.8;">80%</p>
Text with #C38CBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C38CBD;}
<p style="text-shadow: 3px 3px 1px #C38CBD">Text here.</p>
This text has shadow with #C38CBD color.
.textShadow {text-shadow: 3px 3px 1px #C38CBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C38CBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C38CBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C38CBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C38CBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C38CBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C38CBD;
-webkit-box-shadow: 1px 1px 3px 2px #C38CBD;
box-shadow: 1px 1px 3px 2px #C38CBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C38CBD; -webkit-box-shadow: 1px 1px 3px 2px #C38CBD; box-shadow:1px 1px 3px 2px #C38CBD;">
Div content here
</div>
This text has color #C38CBD on black background.
This text has color #C38CBD on white background.
This text has black color on #C38CBD background.
This text has white color on #C38CBD background.
Complementary color for #hex is #3C7342.