COLOR #C77C90

HEX: #C77C90
RGB: (199,124,144)

Color info

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

RGB color model

#C77C90 color RGB value is (199,124,144).

  • red value is 199;
  • green value is 124;
  • blue value is 144.
RGB:
(199,124,144)
(78%,49%,56%)

RGB channels and saturation

R 199 of 255 = 78%
G 124 of 255 = 49%
B 144 of 255 = 56%

199
124
144

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

Portions of RGB colors in percentages

R + G + B =
199 + 124 + 144 = 467 (100%)
R 199 of 467 ~ 42.61%
G 124 of 467 ~ 26.55%
B 144 of 467 ~ 30.84%

%42.61
%26.55
%30.84

CMYK color model

#C77C90 color CMYK value is (0,38,28,22).

  • cyan value is 0.00%
  • magenta value is 37.69%
  • yellow value is 27.64%
  • key color value is 21.96%
CMYK:
(0,38,28,22)
C0M38Y28K22 
(0%,38%,28%,22%)
(0.00/0.38/0.28/0.22)	

CMYK percentages

%0
%37.69
%27.64
%21.96

Codes

Color #C77C90 in popluar color models

C77C90
RGB199124144
HSL344°40.11%63.33%
HSB/HSV344°37.69%78.04%
CMYK0.00%37.69%27.64%
21.96%

Color #C77C90 in popluar number systems.

HEXC77C90
Decimal199124144
Binary11000111111110010010000
Octal307174220

Shades and tints

Shades of #C77C90

#C77C90
(199,124,144)
#B57183
(181,113,131)
#A36676
(163,102,118)
#915B69
(145,91,105)
#7F505C
(127,80,92)
#6D454F
(109,69,79)
#5B3A42
(91,58,66)
#492F35
(73,47,53)
#372428
(55,36,40)
#25191B
(37,25,27)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #C77C90

#C77C90
(199,124,144)
#CC879A
(204,135,154)
#D192A4
(209,146,164)
#D69DAE
(214,157,174)
#DBA8B8
(219,168,184)
#E0B3C2
(224,179,194)
#E5BECC
(229,190,204)
#EAC9D6
(234,201,214)
#EFD4E0
(239,212,224)
#F4DFEA
(244,223,234)
#F9EAF4
(249,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77C90 color. Also use rgb(199,124,144) instead hex code.

Text Font Color

.myTextColor { color: #C77C90; }

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

This text font color is #C77C90.


Background Color

.myBgColor { background-color: #C77C90; }

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

This div background color is #C77C90.


Border color

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

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

This div border color is #C77C90.


Opacity

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

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

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

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

This text has shadow with #C77C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77C90 on black background.


Color preview on white background

This text has color #C77C90 on white background.



Black color preview on #C77C90 background

This text has black color on #C77C90 background.


White color preview on #C77C90 background

This text has white color on #C77C90 background.