COLOR #C796C3

HEX: #C796C3
RGB: (199,150,195)

Color info

#C796C3 contains red, green and blue colors in about the same proportion. Web safe color of #C796C3 is #CC99CC (or #C9C).

RGB color model

#C796C3 color RGB value is (199,150,195).

  • red value is 199;
  • green value is 150;
  • blue value is 195.
RGB:
(199,150,195)
(78%,59%,76%)

RGB channels and saturation

R 199 of 255 = 78%
G 150 of 255 = 59%
B 195 of 255 = 76%

199
150
195

R + G + B ~ 71%. #C796C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 150 + 195 = 544 (100%)
R 199 of 544 ~ 36.58%
G 150 of 544 ~ 27.57%
B 195 of 544 ~ 35.85%

%36.58
%27.57
%35.85

CMYK color model

#C796C3 color CMYK value is (0,25,2,22).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 2.01%
  • key color value is 21.96%
CMYK:
(0,25,2,22)
C0M25Y2K22 
(0%,25%,2%,22%)
(0.00/0.25/0.02/0.22)	

CMYK percentages

%0
%24.62
%2.01
%21.96

Codes

Color #C796C3 in popluar color models

C796C3
RGB199150195
HSL305°30.43%68.43%
HSB/HSV305°24.62%78.04%
CMYK0.00%24.62%2.01%
21.96%

Color #C796C3 in popluar number systems.

HEXC796C3
Decimal199150195
Binary110001111001011011000011
Octal307226303

Shades and tints

Shades of #C796C3

#C796C3
(199,150,195)
#B589B2
(181,137,178)
#A37CA1
(163,124,161)
#916F90
(145,111,144)
#7F627F
(127,98,127)
#6D556E
(109,85,110)
#5B485D
(91,72,93)
#493B4C
(73,59,76)
#372E3B
(55,46,59)
#25212A
(37,33,42)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #C796C3

#C796C3
(199,150,195)
#CC9FC8
(204,159,200)
#D1A8CD
(209,168,205)
#D6B1D2
(214,177,210)
#DBBAD7
(219,186,215)
#E0C3DC
(224,195,220)
#E5CCE1
(229,204,225)
#EAD5E6
(234,213,230)
#EFDEEB
(239,222,235)
#F4E7F0
(244,231,240)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C796C3 color. Also use rgb(199,150,195) instead hex code.

Text Font Color

.myTextColor { color: #C796C3; }

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

This text font color is #C796C3.


Background Color

.myBgColor { background-color: #C796C3; }

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

This div background color is #C796C3.


Border color

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

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

This div border color is #C796C3.


Opacity

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

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

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

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

This text has shadow with #C796C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C796C3 on black background.


Color preview on white background

This text has color #C796C3 on white background.



Black color preview on #C796C3 background

This text has black color on #C796C3 background.


White color preview on #C796C3 background

This text has white color on #C796C3 background.