COLOR #C77097

HEX: #C77097
RGB: (199,112,151)

Color info

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

RGB color model

#C77097 color RGB value is (199,112,151).

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

RGB channels and saturation

R 199 of 255 = 78%
G 112 of 255 = 44%
B 151 of 255 = 59%

199
112
151

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

Portions of RGB colors in percentages

R + G + B =
199 + 112 + 151 = 462 (100%)
R 199 of 462 ~ 43.07%
G 112 of 462 ~ 24.24%
B 151 of 462 ~ 32.68%

%43.07
%24.24
%32.68

CMYK color model

#C77097 color CMYK value is (0,44,24,22).

  • cyan value is 0.00%
  • magenta value is 43.72%
  • yellow value is 24.12%
  • key color value is 21.96%
CMYK:
(0,44,24,22)
C0M44Y24K22 
(0%,44%,24%,22%)
(0.00/0.44/0.24/0.22)	

CMYK percentages

%0
%43.72
%24.12
%21.96

Codes

Color #C77097 in popluar color models

C77097
RGB199112151
HSL333°43.72%60.98%
HSB/HSV333°43.72%78.04%
CMYK0.00%43.72%24.12%
21.96%

Color #C77097 in popluar number systems.

HEXC77097
Decimal199112151
Binary11000111111000010010111
Octal307160227

Shades and tints

Shades of #C77097

#C77097
(199,112,151)
#B5668A
(181,102,138)
#A35C7D
(163,92,125)
#915270
(145,82,112)
#7F4863
(127,72,99)
#6D3E56
(109,62,86)
#5B3449
(91,52,73)
#492A3C
(73,42,60)
#37202F
(55,32,47)
#251622
(37,22,34)
#130C15
(19,12,21)
#000000
(0,0,0)

Tints of #C77097

#C77097
(199,112,151)
#CC7DA0
(204,125,160)
#D18AA9
(209,138,169)
#D697B2
(214,151,178)
#DBA4BB
(219,164,187)
#E0B1C4
(224,177,196)
#E5BECD
(229,190,205)
#EACBD6
(234,203,214)
#EFD8DF
(239,216,223)
#F4E5E8
(244,229,232)
#F9F2F1
(249,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77097; }

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

This text font color is #C77097.


Background Color

.myBgColor { background-color: #C77097; }

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

This div background color is #C77097.


Border color

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

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

This div border color is #C77097.


Opacity

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

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

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

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

This text has shadow with #C77097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77097 on black background.


Color preview on white background

This text has color #C77097 on white background.



Black color preview on #C77097 background

This text has black color on #C77097 background.


White color preview on #C77097 background

This text has white color on #C77097 background.