COLOR #C1829D

HEX: #C1829D
RGB: (193,130,157)

Color info

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

RGB color model

#C1829D color RGB value is (193,130,157).

  • red value is 193;
  • green value is 130;
  • blue value is 157.
RGB:
(193,130,157)
(76%,51%,62%)

RGB channels and saturation

R 193 of 255 = 76%
G 130 of 255 = 51%
B 157 of 255 = 62%

193
130
157

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

Portions of RGB colors in percentages

R + G + B =
193 + 130 + 157 = 480 (100%)
R 193 of 480 ~ 40.21%
G 130 of 480 ~ 27.08%
B 157 of 480 ~ 32.71%

%40.21
%27.08
%32.71

CMYK color model

#C1829D color CMYK value is (0,33,19,24).

  • cyan value is 0.00%
  • magenta value is 32.64%
  • yellow value is 18.65%
  • key color value is 24.31%
CMYK:
(0,33,19,24)
C0M33Y19K24 
(0%,33%,19%,24%)
(0.00/0.33/0.19/0.24)	

CMYK percentages

%0
%32.64
%18.65
%24.31

Codes

Color #C1829D in popluar color models

C1829D
RGB193130157
HSL334°33.69%63.33%
HSB/HSV334°32.64%75.69%
CMYK0.00%32.64%18.65%
24.31%

Color #C1829D in popluar number systems.

HEXC1829D
Decimal193130157
Binary110000011000001010011101
Octal301202235

Shades and tints

Shades of #C1829D

#C1829D
(193,130,157)
#B0778F
(176,119,143)
#9F6C81
(159,108,129)
#8E6173
(142,97,115)
#7D5665
(125,86,101)
#6C4B57
(108,75,87)
#5B4049
(91,64,73)
#4A353B
(74,53,59)
#392A2D
(57,42,45)
#281F1F
(40,31,31)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #C1829D

#C1829D
(193,130,157)
#C68DA5
(198,141,165)
#CB98AD
(203,152,173)
#D0A3B5
(208,163,181)
#D5AEBD
(213,174,189)
#DAB9C5
(218,185,197)
#DFC4CD
(223,196,205)
#E4CFD5
(228,207,213)
#E9DADD
(233,218,221)
#EEE5E5
(238,229,229)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1829D color. Also use rgb(193,130,157) instead hex code.

Text Font Color

.myTextColor { color: #C1829D; }

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

This text font color is #C1829D.


Background Color

.myBgColor { background-color: #C1829D; }

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

This div background color is #C1829D.


Border color

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

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

This div border color is #C1829D.


Opacity

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

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

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

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

This text has shadow with #C1829D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1829D on black background.


Color preview on white background

This text has color #C1829D on white background.



Black color preview on #C1829D background

This text has black color on #C1829D background.


White color preview on #C1829D background

This text has white color on #C1829D background.