COLOR #C3818B

HEX: #C3818B RGB: (195,129,139)

Color info

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

RGB color model

#C3818B color RGB value is (195,129,139).

RGB: (195,129,139) (76%, 51%, 55%)

RGB channels and saturation

R 195 of 255 = 76%
G 129 of 255 = 51%
B 139 of 255 = 55%

195
129
139

R + G + B ~ 61%. #C3818B is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 129 + 139 = 463 (100%)
R 195 of 463 ~ 42.12%
G 129 of 463 ~ 27.86%
B 139 of 463 ~ 30.02'%

%42.12
%27.86
%30.02

CMYK color model

#C3818B color CMYK value is (0,34,29,24).

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

CMYK: (0,34,29,24)
C0M34Y29K24 (0%, 34%, 29%, 24%)
(0.00 / 0.34 / 0.29 / 0.24)

CMYK percentages

%0
%33.85
%28.72
%23.53

Codes

Color #C3818B in popluar color models

C3 81 8B
RGB 195 129 139
HSL 351° 35.48% 63.53%
HSB/HSV 351° 33.85% 76.47%
CMYK 0.00% 33.85% 28.72%
23.53%

Color #C3818B in popluar number systems.

HEX C3 81 8B
Decimal 195 129 139
Binary 11000011 10000001 10001011
Octal 303 201 213

Shades and tints

Shades of #C3818B

#C3818B
(195,129,139)
#B2767F
(178,118,127)
#A16B73
(161,107,115)
#906067
(144,96,103)
#7F555B
(127,85,91)
#6E4A4F
(110,74,79)
#5D3F43
(93,63,67)
#4C3437
(76,52,55)
#3B292B
(59,41,43)
#2A1E1F
(42,30,31)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #C3818B

#C3818B
(195,129,139)
#C88C95
(200,140,149)
#CD979F
(205,151,159)
#D2A2A9
(210,162,169)
#D7ADB3
(215,173,179)
#DCB8BD
(220,184,189)
#E1C3C7
(225,195,199)
#E6CED1
(230,206,209)
#EBD9DB
(235,217,219)
#F0E4E5
(240,228,229)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3818B; }

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

This text font color is #C3818B.

Background Color

.myBgColor { background-color: #C3818B; }

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

This div background color is #C3818B.

Border color

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

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

This div border color is #C3818B.

Opacity

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

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

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

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

This text has shadow with #C3818B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3818B.

Preview

Color preview on black background

This text has color #C3818B on black background.


Color preview on white background

This text has color #C3818B on white background.


Black color preview on #C3818B background

This text has black color on #C3818B background.


White color preview on #C3818B background

This text has white color on #C3818B background.


Related colors

Complementary color

Complementary color for #hex is #3C7E74.


I love getcolorcode.com

Triadic colors

1 #8BC381 and #818BC3 with #C3818B are triadic colors.

2 #8B81C3 and #81C38B with #C3818B are triadic colors.