COLOR #C77597

HEX: #C77597
RGB: (199,117,151)

Color info

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

RGB color model

#C77597 color RGB value is (199,117,151).

  • red value is 199;
  • green value is 117;
  • blue value is 151.
RGB:
(199,117,151)
(78%,46%,59%)

RGB channels and saturation

R 199 of 255 = 78%
G 117 of 255 = 46%
B 151 of 255 = 59%

199
117
151

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

Portions of RGB colors in percentages

R + G + B =
199 + 117 + 151 = 467 (100%)
R 199 of 467 ~ 42.61%
G 117 of 467 ~ 25.05%
B 151 of 467 ~ 32.33%

%42.61
%25.05
%32.33

CMYK color model

#C77597 color CMYK value is (0,41,24,22).

  • cyan value is 0.00%
  • magenta value is 41.21%
  • yellow value is 24.12%
  • key color value is 21.96%
CMYK:
(0,41,24,22)
C0M41Y24K22 
(0%,41%,24%,22%)
(0.00/0.41/0.24/0.22)	

CMYK percentages

%0
%41.21
%24.12
%21.96

Codes

Color #C77597 in popluar color models

C77597
RGB199117151
HSL335°42.27%61.96%
HSB/HSV335°41.21%78.04%
CMYK0.00%41.21%24.12%
21.96%

Color #C77597 in popluar number systems.

HEXC77597
Decimal199117151
Binary11000111111010110010111
Octal307165227

Shades and tints

Shades of #C77597

#C77597
(199,117,151)
#B56B8A
(181,107,138)
#A3617D
(163,97,125)
#915770
(145,87,112)
#7F4D63
(127,77,99)
#6D4356
(109,67,86)
#5B3949
(91,57,73)
#492F3C
(73,47,60)
#37252F
(55,37,47)
#251B22
(37,27,34)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #C77597

#C77597
(199,117,151)
#CC81A0
(204,129,160)
#D18DA9
(209,141,169)
#D699B2
(214,153,178)
#DBA5BB
(219,165,187)
#E0B1C4
(224,177,196)
#E5BDCD
(229,189,205)
#EAC9D6
(234,201,214)
#EFD5DF
(239,213,223)
#F4E1E8
(244,225,232)
#F9EDF1
(249,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77597 color. Also use rgb(199,117,151) instead hex code.

Text Font Color

.myTextColor { color: #C77597; }

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

This text font color is #C77597.


Background Color

.myBgColor { background-color: #C77597; }

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

This div background color is #C77597.


Border color

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

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

This div border color is #C77597.


Opacity

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

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

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

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

This text has shadow with #C77597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77597 on black background.


Color preview on white background

This text has color #C77597 on white background.



Black color preview on #C77597 background

This text has black color on #C77597 background.


White color preview on #C77597 background

This text has white color on #C77597 background.