COLOR #C77A96

HEX: #C77A96
RGB: (199,122,150)

Color info

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

RGB color model

#C77A96 color RGB value is (199,122,150).

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

RGB channels and saturation

R 199 of 255 = 78%
G 122 of 255 = 48%
B 150 of 255 = 59%

199
122
150

R + G + B ~ 62%. #C77A96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 122 + 150 = 471 (100%)
R 199 of 471 ~ 42.25%
G 122 of 471 ~ 25.9%
B 150 of 471 ~ 31.85%

%42.25
%25.9
%31.85

CMYK color model

#C77A96 color CMYK value is (0,39,25,22).

  • cyan value is 0.00%
  • magenta value is 38.69%
  • yellow value is 24.62%
  • key color value is 21.96%
CMYK:
(0,39,25,22)
C0M39Y25K22 
(0%,39%,25%,22%)
(0.00/0.39/0.25/0.22)	

CMYK percentages

%0
%38.69
%24.62
%21.96

Codes

Color #C77A96 in popluar color models

C77A96
RGB199122150
HSL338°40.74%62.94%
HSB/HSV338°38.69%78.04%
CMYK0.00%38.69%24.62%
21.96%

Color #C77A96 in popluar number systems.

HEXC77A96
Decimal199122150
Binary11000111111101010010110
Octal307172226

Shades and tints

Shades of #C77A96

#C77A96
(199,122,150)
#B56F89
(181,111,137)
#A3647C
(163,100,124)
#91596F
(145,89,111)
#7F4E62
(127,78,98)
#6D4355
(109,67,85)
#5B3848
(91,56,72)
#492D3B
(73,45,59)
#37222E
(55,34,46)
#251721
(37,23,33)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #C77A96

#C77A96
(199,122,150)
#CC869F
(204,134,159)
#D192A8
(209,146,168)
#D69EB1
(214,158,177)
#DBAABA
(219,170,186)
#E0B6C3
(224,182,195)
#E5C2CC
(229,194,204)
#EACED5
(234,206,213)
#EFDADE
(239,218,222)
#F4E6E7
(244,230,231)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77A96; }

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

This text font color is #C77A96.


Background Color

.myBgColor { background-color: #C77A96; }

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

This div background color is #C77A96.


Border color

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

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

This div border color is #C77A96.


Opacity

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

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

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

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

This text has shadow with #C77A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77A96 on black background.


Color preview on white background

This text has color #C77A96 on white background.



Black color preview on #C77A96 background

This text has black color on #C77A96 background.


White color preview on #C77A96 background

This text has white color on #C77A96 background.