COLOR #C3849B

HEX: #C3849B
RGB: (195,132,155)

Color info

#C3849B contains mainly red and blue colors. Web safe color of #C3849B is #CC9999 (or #C99).

RGB color model

#C3849B color RGB value is (195,132,155).

  • red value is 195;
  • green value is 132;
  • blue value is 155.
RGB:
(195,132,155)
(76%,52%,61%)

RGB channels and saturation

R 195 of 255 = 76%
G 132 of 255 = 52%
B 155 of 255 = 61%

195
132
155

R + G + B ~ 63%. #C3849B is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 132 + 155 = 482 (100%)
R 195 of 482 ~ 40.46%
G 132 of 482 ~ 27.39%
B 155 of 482 ~ 32.16%

%40.46
%27.39
%32.16

CMYK color model

#C3849B color CMYK value is (0,32,21,24).

  • cyan value is 0.00%
  • magenta value is 32.31%
  • yellow value is 20.51%
  • key color value is 23.53%
CMYK:
(0,32,21,24)
C0M32Y21K24 
(0%,32%,21%,24%)
(0.00/0.32/0.21/0.24)	

CMYK percentages

%0
%32.31
%20.51
%23.53

Codes

Color #C3849B in popluar color models

C3849B
RGB195132155
HSL338°34.43%64.12%
HSB/HSV338°32.31%76.47%
CMYK0.00%32.31%20.51%
23.53%

Color #C3849B in popluar number systems.

HEXC3849B
Decimal195132155
Binary110000111000010010011011
Octal303204233

Shades and tints

Shades of #C3849B

#C3849B
(195,132,155)
#B2788D
(178,120,141)
#A16C7F
(161,108,127)
#906071
(144,96,113)
#7F5463
(127,84,99)
#6E4855
(110,72,85)
#5D3C47
(93,60,71)
#4C3039
(76,48,57)
#3B242B
(59,36,43)
#2A181D
(42,24,29)
#190C0F
(25,12,15)
#000000
(0,0,0)

Tints of #C3849B

#C3849B
(195,132,155)
#C88FA4
(200,143,164)
#CD9AAD
(205,154,173)
#D2A5B6
(210,165,182)
#D7B0BF
(215,176,191)
#DCBBC8
(220,187,200)
#E1C6D1
(225,198,209)
#E6D1DA
(230,209,218)
#EBDCE3
(235,220,227)
#F0E7EC
(240,231,236)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3849B color. Also use rgb(195,132,155) instead hex code.

Text Font Color

.myTextColor { color: #C3849B; }

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

This text font color is #C3849B.


Background Color

.myBgColor { background-color: #C3849B; }

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

This div background color is #C3849B.


Border color

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

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

This div border color is #C3849B.


Opacity

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

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

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

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

This text has shadow with #C3849B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3849B on black background.


Color preview on white background

This text has color #C3849B on white background.



Black color preview on #C3849B background

This text has black color on #C3849B background.


White color preview on #C3849B background

This text has white color on #C3849B background.