COLOR #C77B8E

HEX: #C77B8E
RGB: (199,123,142)

Color info

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

RGB color model

#C77B8E color RGB value is (199,123,142).

  • red value is 199;
  • green value is 123;
  • blue value is 142.
RGB:
(199,123,142)
(78%,48%,56%)

RGB channels and saturation

R 199 of 255 = 78%
G 123 of 255 = 48%
B 142 of 255 = 56%

199
123
142

R + G + B ~ 61%. #C77B8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 123 + 142 = 464 (100%)
R 199 of 464 ~ 42.89%
G 123 of 464 ~ 26.51%
B 142 of 464 ~ 30.6%

%42.89
%26.51
%30.6

CMYK color model

#C77B8E color CMYK value is (0,38,29,22).

  • cyan value is 0.00%
  • magenta value is 38.19%
  • yellow value is 28.64%
  • key color value is 21.96%
CMYK:
(0,38,29,22)
C0M38Y29K22 
(0%,38%,29%,22%)
(0.00/0.38/0.29/0.22)	

CMYK percentages

%0
%38.19
%28.64
%21.96

Codes

Color #C77B8E in popluar color models

C77B8E
RGB199123142
HSL345°40.43%63.14%
HSB/HSV345°38.19%78.04%
CMYK0.00%38.19%28.64%
21.96%

Color #C77B8E in popluar number systems.

HEXC77B8E
Decimal199123142
Binary11000111111101110001110
Octal307173216

Shades and tints

Shades of #C77B8E

#C77B8E
(199,123,142)
#B57082
(181,112,130)
#A36576
(163,101,118)
#915A6A
(145,90,106)
#7F4F5E
(127,79,94)
#6D4452
(109,68,82)
#5B3946
(91,57,70)
#492E3A
(73,46,58)
#37232E
(55,35,46)
#251822
(37,24,34)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #C77B8E

#C77B8E
(199,123,142)
#CC8798
(204,135,152)
#D193A2
(209,147,162)
#D69FAC
(214,159,172)
#DBABB6
(219,171,182)
#E0B7C0
(224,183,192)
#E5C3CA
(229,195,202)
#EACFD4
(234,207,212)
#EFDBDE
(239,219,222)
#F4E7E8
(244,231,232)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77B8E color. Also use rgb(199,123,142) instead hex code.

Text Font Color

.myTextColor { color: #C77B8E; }

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

This text font color is #C77B8E.


Background Color

.myBgColor { background-color: #C77B8E; }

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

This div background color is #C77B8E.


Border color

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

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

This div border color is #C77B8E.


Opacity

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

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

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

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

This text has shadow with #C77B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77B8E on black background.


Color preview on white background

This text has color #C77B8E on white background.



Black color preview on #C77B8E background

This text has black color on #C77B8E background.


White color preview on #C77B8E background

This text has white color on #C77B8E background.