COLOR #C7819B

HEX: #C7819B
RGB: (199,129,155)

Color info

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

RGB color model

#C7819B color RGB value is (199,129,155).

  • red value is 199;
  • green value is 129;
  • blue value is 155.
RGB:
(199,129,155)
(78%,51%,61%)

RGB channels and saturation

R 199 of 255 = 78%
G 129 of 255 = 51%
B 155 of 255 = 61%

199
129
155

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

Portions of RGB colors in percentages

R + G + B =
199 + 129 + 155 = 483 (100%)
R 199 of 483 ~ 41.2%
G 129 of 483 ~ 26.71%
B 155 of 483 ~ 32.09%

%41.2
%26.71
%32.09

CMYK color model

#C7819B color CMYK value is (0,35,22,22).

  • cyan value is 0.00%
  • magenta value is 35.18%
  • yellow value is 22.11%
  • key color value is 21.96%
CMYK:
(0,35,22,22)
C0M35Y22K22 
(0%,35%,22%,22%)
(0.00/0.35/0.22/0.22)	

CMYK percentages

%0
%35.18
%22.11
%21.96

Codes

Color #C7819B in popluar color models

C7819B
RGB199129155
HSL338°38.46%64.31%
HSB/HSV338°35.18%78.04%
CMYK0.00%35.18%22.11%
21.96%

Color #C7819B in popluar number systems.

HEXC7819B
Decimal199129155
Binary110001111000000110011011
Octal307201233

Shades and tints

Shades of #C7819B

#C7819B
(199,129,155)
#B5768D
(181,118,141)
#A36B7F
(163,107,127)
#916071
(145,96,113)
#7F5563
(127,85,99)
#6D4A55
(109,74,85)
#5B3F47
(91,63,71)
#493439
(73,52,57)
#37292B
(55,41,43)
#251E1D
(37,30,29)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #C7819B

#C7819B
(199,129,155)
#CC8CA4
(204,140,164)
#D197AD
(209,151,173)
#D6A2B6
(214,162,182)
#DBADBF
(219,173,191)
#E0B8C8
(224,184,200)
#E5C3D1
(229,195,209)
#EACEDA
(234,206,218)
#EFD9E3
(239,217,227)
#F4E4EC
(244,228,236)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7819B; }

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

This text font color is #C7819B.


Background Color

.myBgColor { background-color: #C7819B; }

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

This div background color is #C7819B.


Border color

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

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

This div border color is #C7819B.


Opacity

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

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

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

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

This text has shadow with #C7819B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7819B on black background.


Color preview on white background

This text has color #C7819B on white background.



Black color preview on #C7819B background

This text has black color on #C7819B background.


White color preview on #C7819B background

This text has white color on #C7819B background.