COLOR #C3819C

HEX: #C3819C
RGB: (195,129,156)

Color info

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

RGB color model

#C3819C color RGB value is (195,129,156).

  • red value is 195;
  • green value is 129;
  • blue value is 156.
RGB:
(195,129,156)
(76%,51%,61%)

RGB channels and saturation

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

195
129
156

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

Portions of RGB colors in percentages

R + G + B =
195 + 129 + 156 = 480 (100%)
R 195 of 480 ~ 40.63%
G 129 of 480 ~ 26.88%
B 156 of 480 ~ 32.5%

%40.63
%26.88
%32.5

CMYK color model

#C3819C color CMYK value is (0,34,20,24).

  • cyan value is 0.00%
  • magenta value is 33.85%
  • yellow value is 20.00%
  • key color value is 23.53%
CMYK:
(0,34,20,24)
C0M34Y20K24 
(0%,34%,20%,24%)
(0.00/0.34/0.20/0.24)	

CMYK percentages

%0
%33.85
%20
%23.53

Codes

Color #C3819C in popluar color models

C3819C
RGB195129156
HSL335°35.48%63.53%
HSB/HSV335°33.85%76.47%
CMYK0.00%33.85%20.00%
23.53%

Color #C3819C in popluar number systems.

HEXC3819C
Decimal195129156
Binary110000111000000110011100
Octal303201234

Shades and tints

Shades of #C3819C

#C3819C
(195,129,156)
#B2768E
(178,118,142)
#A16B80
(161,107,128)
#906072
(144,96,114)
#7F5564
(127,85,100)
#6E4A56
(110,74,86)
#5D3F48
(93,63,72)
#4C343A
(76,52,58)
#3B292C
(59,41,44)
#2A1E1E
(42,30,30)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #C3819C

#C3819C
(195,129,156)
#C88CA5
(200,140,165)
#CD97AE
(205,151,174)
#D2A2B7
(210,162,183)
#D7ADC0
(215,173,192)
#DCB8C9
(220,184,201)
#E1C3D2
(225,195,210)
#E6CEDB
(230,206,219)
#EBD9E4
(235,217,228)
#F0E4ED
(240,228,237)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3819C; }

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

This text font color is #C3819C.


Background Color

.myBgColor { background-color: #C3819C; }

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

This div background color is #C3819C.


Border color

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

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

This div border color is #C3819C.


Opacity

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

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

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

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

This text has shadow with #C3819C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3819C on black background.


Color preview on white background

This text has color #C3819C on white background.



Black color preview on #C3819C background

This text has black color on #C3819C background.


White color preview on #C3819C background

This text has white color on #C3819C background.