COLOR #C76799

HEX: #C76799
RGB: (199,103,153)

Color info

#C76799 contains mainly red and blue colors. Web safe color of #C76799 is #CC6699 (or #C69).

RGB color model

#C76799 color RGB value is (199,103,153).

  • red value is 199;
  • green value is 103;
  • blue value is 153.
RGB:
(199,103,153)
(78%,40%,60%)

RGB channels and saturation

R 199 of 255 = 78%
G 103 of 255 = 40%
B 153 of 255 = 60%

199
103
153

R + G + B ~ 59%. #C76799 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
199 + 103 + 153 = 455 (100%)
R 199 of 455 ~ 43.74%
G 103 of 455 ~ 22.64%
B 153 of 455 ~ 33.63%

%43.74
%22.64
%33.63

CMYK color model

#C76799 color CMYK value is (0,48,23,22).

  • cyan value is 0.00%
  • magenta value is 48.24%
  • yellow value is 23.12%
  • key color value is 21.96%
CMYK:
(0,48,23,22)
C0M48Y23K22 
(0%,48%,23%,22%)
(0.00/0.48/0.23/0.22)	

CMYK percentages

%0
%48.24
%23.12
%21.96

Codes

Color #C76799 in popluar color models

C76799
RGB199103153
HSL329°46.15%59.22%
HSB/HSV329°48.24%78.04%
CMYK0.00%48.24%23.12%
21.96%

Color #C76799 in popluar number systems.

HEXC76799
Decimal199103153
Binary11000111110011110011001
Octal307147231

Shades and tints

Shades of #C76799

#C76799
(199,103,153)
#B55E8C
(181,94,140)
#A3557F
(163,85,127)
#914C72
(145,76,114)
#7F4365
(127,67,101)
#6D3A58
(109,58,88)
#5B314B
(91,49,75)
#49283E
(73,40,62)
#371F31
(55,31,49)
#251624
(37,22,36)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #C76799

#C76799
(199,103,153)
#CC74A2
(204,116,162)
#D181AB
(209,129,171)
#D68EB4
(214,142,180)
#DB9BBD
(219,155,189)
#E0A8C6
(224,168,198)
#E5B5CF
(229,181,207)
#EAC2D8
(234,194,216)
#EFCFE1
(239,207,225)
#F4DCEA
(244,220,234)
#F9E9F3
(249,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76799 color. Also use rgb(199,103,153) instead hex code.

Text Font Color

.myTextColor { color: #C76799; }

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

This text font color is #C76799.


Background Color

.myBgColor { background-color: #C76799; }

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

This div background color is #C76799.


Border color

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

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

This div border color is #C76799.


Opacity

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

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

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

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

This text has shadow with #C76799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76799 on black background.


Color preview on white background

This text has color #C76799 on white background.



Black color preview on #C76799 background

This text has black color on #C76799 background.


White color preview on #C76799 background

This text has white color on #C76799 background.