COLOR #C277A9

HEX: #C277A9
RGB: (194,119,169)

Color info

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

RGB color model

#C277A9 color RGB value is (194,119,169).

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

RGB channels and saturation

R 194 of 255 = 76%
G 119 of 255 = 47%
B 169 of 255 = 66%

194
119
169

R + G + B ~ 63%. #C277A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 119 + 169 = 482 (100%)
R 194 of 482 ~ 40.25%
G 119 of 482 ~ 24.69%
B 169 of 482 ~ 35.06%

%40.25
%24.69
%35.06

CMYK color model

#C277A9 color CMYK value is (0,39,13,24).

  • cyan value is 0.00%
  • magenta value is 38.66%
  • yellow value is 12.89%
  • key color value is 23.92%
CMYK:
(0,39,13,24)
C0M39Y13K24 
(0%,39%,13%,24%)
(0.00/0.39/0.13/0.24)	

CMYK percentages

%0
%38.66
%12.89
%23.92

Codes

Color #C277A9 in popluar color models

C277A9
RGB194119169
HSL320°38.07%61.37%
HSB/HSV320°38.66%76.08%
CMYK0.00%38.66%12.89%
23.92%

Color #C277A9 in popluar number systems.

HEXC277A9
Decimal194119169
Binary11000010111011110101001
Octal302167251

Shades and tints

Shades of #C277A9

#C277A9
(194,119,169)
#B16D9A
(177,109,154)
#A0638B
(160,99,139)
#8F597C
(143,89,124)
#7E4F6D
(126,79,109)
#6D455E
(109,69,94)
#5C3B4F
(92,59,79)
#4B3140
(75,49,64)
#3A2731
(58,39,49)
#291D22
(41,29,34)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #C277A9

#C277A9
(194,119,169)
#C783B0
(199,131,176)
#CC8FB7
(204,143,183)
#D19BBE
(209,155,190)
#D6A7C5
(214,167,197)
#DBB3CC
(219,179,204)
#E0BFD3
(224,191,211)
#E5CBDA
(229,203,218)
#EAD7E1
(234,215,225)
#EFE3E8
(239,227,232)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C277A9; }

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

This text font color is #C277A9.


Background Color

.myBgColor { background-color: #C277A9; }

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

This div background color is #C277A9.


Border color

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

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

This div border color is #C277A9.


Opacity

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

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

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

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

This text has shadow with #C277A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C277A9 on black background.


Color preview on white background

This text has color #C277A9 on white background.



Black color preview on #C277A9 background

This text has black color on #C277A9 background.


White color preview on #C277A9 background

This text has white color on #C277A9 background.