COLOR #C3819B

HEX: #C3819B RGB: (195,129,155)

Color info

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

RGB color model

#C3819B color RGB value is (195,129,155).

RGB: (195,129,155) (76%, 51%, 61%)

RGB channels and saturation

R 195 of 255 = 76%
G 129 of 255 = 51%
B 155 of 255 = 61%

195
129
155

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

Portions of RGB colors in percentages

R + G + B = 195 + 129 + 155 = 479 (100%)
R 195 of 479 ~ 40.71%
G 129 of 479 ~ 26.93%
B 155 of 479 ~ 32.36'%

%40.71
%26.93
%32.36

CMYK color model

#C3819B color CMYK value is (0,34,21,24).

  • cyan value is 0.00%
  • magenta value is 33.85%
  • yellow value is 20.51%
  • key color value is 23.53%

CMYK: (0,34,21,24)
C0M34Y21K24 (0%, 34%, 21%, 24%)
(0.00 / 0.34 / 0.21 / 0.24)

CMYK percentages

%0
%33.85
%20.51
%23.53

Codes

Color #C3819B in popluar color models

C3 81 9B
RGB 195 129 155
HSL 336° 35.48% 63.53%
HSB/HSV 336° 33.85% 76.47%
CMYK 0.00% 33.85% 20.51%
23.53%

Color #C3819B in popluar number systems.

HEX C3 81 9B
Decimal 195 129 155
Binary 11000011 10000001 10011011
Octal 303 201 233

Shades and tints

Shades of #C3819B

#C3819B
(195,129,155)
#B2768D
(178,118,141)
#A16B7F
(161,107,127)
#906071
(144,96,113)
#7F5563
(127,85,99)
#6E4A55
(110,74,85)
#5D3F47
(93,63,71)
#4C3439
(76,52,57)
#3B292B
(59,41,43)
#2A1E1D
(42,30,29)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #C3819B

#C3819B
(195,129,155)
#C88CA4
(200,140,164)
#CD97AD
(205,151,173)
#D2A2B6
(210,162,182)
#D7ADBF
(215,173,191)
#DCB8C8
(220,184,200)
#E1C3D1
(225,195,209)
#E6CEDA
(230,206,218)
#EBD9E3
(235,217,227)
#F0E4EC
(240,228,236)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3819B; }

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

This text font color is #C3819B.

Background Color

.myBgColor { background-color: #C3819B; }

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

This div background color is #C3819B.

Border color

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

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

This div border color is #C3819B.

Opacity

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

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

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

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

This text has shadow with #C3819B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3819B.

Preview

Color preview on black background

This text has color #C3819B on black background.


Color preview on white background

This text has color #C3819B on white background.


Black color preview on #C3819B background

This text has black color on #C3819B background.


White color preview on #C3819B background

This text has white color on #C3819B background.


Related colors

Complementary color

Complementary color for #hex is #3C7E64.


I love getcolorcode.com

Triadic colors

1 #9BC381 and #819BC3 with #C3819B are triadic colors.

2 #9B81C3 and #81C39B with #C3819B are triadic colors.