COLOR #C277A1

HEX: #C277A1
RGB: (194,119,161)

Color info

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

RGB color model

#C277A1 color RGB value is (194,119,161).

  • red value is 194;
  • green value is 119;
  • blue value is 161.
RGB:
(194,119,161)
(76%,47%,63%)

RGB channels and saturation

R 194 of 255 = 76%
G 119 of 255 = 47%
B 161 of 255 = 63%

194
119
161

R + G + B ~ 62%. #C277A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 119 + 161 = 474 (100%)
R 194 of 474 ~ 40.93%
G 119 of 474 ~ 25.11%
B 161 of 474 ~ 33.97%

%40.93
%25.11
%33.97

CMYK color model

#C277A1 color CMYK value is (0,39,17,24).

  • cyan value is 0.00%
  • magenta value is 38.66%
  • yellow value is 17.01%
  • key color value is 23.92%
CMYK:
(0,39,17,24)
C0M39Y17K24 
(0%,39%,17%,24%)
(0.00/0.39/0.17/0.24)	

CMYK percentages

%0
%38.66
%17.01
%23.92

Codes

Color #C277A1 in popluar color models

C277A1
RGB194119161
HSL326°38.07%61.37%
HSB/HSV326°38.66%76.08%
CMYK0.00%38.66%17.01%
23.92%

Color #C277A1 in popluar number systems.

HEXC277A1
Decimal194119161
Binary11000010111011110100001
Octal302167241

Shades and tints

Shades of #C277A1

#C277A1
(194,119,161)
#B16D93
(177,109,147)
#A06385
(160,99,133)
#8F5977
(143,89,119)
#7E4F69
(126,79,105)
#6D455B
(109,69,91)
#5C3B4D
(92,59,77)
#4B313F
(75,49,63)
#3A2731
(58,39,49)
#291D23
(41,29,35)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #C277A1

#C277A1
(194,119,161)
#C783A9
(199,131,169)
#CC8FB1
(204,143,177)
#D19BB9
(209,155,185)
#D6A7C1
(214,167,193)
#DBB3C9
(219,179,201)
#E0BFD1
(224,191,209)
#E5CBD9
(229,203,217)
#EAD7E1
(234,215,225)
#EFE3E9
(239,227,233)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C277A1 color. Also use rgb(194,119,161) instead hex code.

Text Font Color

.myTextColor { color: #C277A1; }

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

This text font color is #C277A1.


Background Color

.myBgColor { background-color: #C277A1; }

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

This div background color is #C277A1.


Border color

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

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

This div border color is #C277A1.


Opacity

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

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

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

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

This text has shadow with #C277A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C277A1 on black background.


Color preview on white background

This text has color #C277A1 on white background.



Black color preview on #C277A1 background

This text has black color on #C277A1 background.


White color preview on #C277A1 background

This text has white color on #C277A1 background.