COLOR #C77299

HEX: #C77299
RGB: (199,114,153)

Color info

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

RGB color model

#C77299 color RGB value is (199,114,153).

  • red value is 199;
  • green value is 114;
  • blue value is 153.
RGB:
(199,114,153)
(78%,45%,60%)

RGB channels and saturation

R 199 of 255 = 78%
G 114 of 255 = 45%
B 153 of 255 = 60%

199
114
153

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

Portions of RGB colors in percentages

R + G + B =
199 + 114 + 153 = 466 (100%)
R 199 of 466 ~ 42.7%
G 114 of 466 ~ 24.46%
B 153 of 466 ~ 32.83%

%42.7
%24.46
%32.83

CMYK color model

#C77299 color CMYK value is (0,43,23,22).

  • cyan value is 0.00%
  • magenta value is 42.71%
  • yellow value is 23.12%
  • key color value is 21.96%
CMYK:
(0,43,23,22)
C0M43Y23K22 
(0%,43%,23%,22%)
(0.00/0.43/0.23/0.22)	

CMYK percentages

%0
%42.71
%23.12
%21.96

Codes

Color #C77299 in popluar color models

C77299
RGB199114153
HSL332°43.15%61.37%
HSB/HSV332°42.71%78.04%
CMYK0.00%42.71%23.12%
21.96%

Color #C77299 in popluar number systems.

HEXC77299
Decimal199114153
Binary11000111111001010011001
Octal307162231

Shades and tints

Shades of #C77299

#C77299
(199,114,153)
#B5688C
(181,104,140)
#A35E7F
(163,94,127)
#915472
(145,84,114)
#7F4A65
(127,74,101)
#6D4058
(109,64,88)
#5B364B
(91,54,75)
#492C3E
(73,44,62)
#372231
(55,34,49)
#251824
(37,24,36)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #C77299

#C77299
(199,114,153)
#CC7EA2
(204,126,162)
#D18AAB
(209,138,171)
#D696B4
(214,150,180)
#DBA2BD
(219,162,189)
#E0AEC6
(224,174,198)
#E5BACF
(229,186,207)
#EAC6D8
(234,198,216)
#EFD2E1
(239,210,225)
#F4DEEA
(244,222,234)
#F9EAF3
(249,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77299 color. Also use rgb(199,114,153) instead hex code.

Text Font Color

.myTextColor { color: #C77299; }

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

This text font color is #C77299.


Background Color

.myBgColor { background-color: #C77299; }

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

This div background color is #C77299.


Border color

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

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

This div border color is #C77299.


Opacity

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

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

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

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

This text has shadow with #C77299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77299 on black background.


Color preview on white background

This text has color #C77299 on white background.



Black color preview on #C77299 background

This text has black color on #C77299 background.


White color preview on #C77299 background

This text has white color on #C77299 background.