COLOR #C761AA

HEX: #C761AA
RGB: (199,97,170)

Color info

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

RGB color model

#C761AA color RGB value is (199,97,170).

  • red value is 199;
  • green value is 97;
  • blue value is 170.
RGB:
(199,97,170)
(78%,38%,67%)

RGB channels and saturation

R 199 of 255 = 78%
G 97 of 255 = 38%
B 170 of 255 = 67%

199
97
170

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

Portions of RGB colors in percentages

R + G + B =
199 + 97 + 170 = 466 (100%)
R 199 of 466 ~ 42.7%
G 97 of 466 ~ 20.82%
B 170 of 466 ~ 36.48%

%42.7
%20.82
%36.48

CMYK color model

#C761AA color CMYK value is (0,51,15,22).

  • cyan value is 0.00%
  • magenta value is 51.26%
  • yellow value is 14.57%
  • key color value is 21.96%
CMYK:
(0,51,15,22)
C0M51Y15K22 
(0%,51%,15%,22%)
(0.00/0.51/0.15/0.22)	

CMYK percentages

%0
%51.26
%14.57
%21.96

Codes

Color #C761AA in popluar color models

C761AA
RGB19997170
HSL317°47.66%58.04%
HSB/HSV317°51.26%78.04%
CMYK0.00%51.26%14.57%
21.96%

Color #C761AA in popluar number systems.

HEXC761AA
Decimal19997170
Binary11000111110000110101010
Octal307141252

Shades and tints

Shades of #C761AA

#C761AA
(199,97,170)
#B5599B
(181,89,155)
#A3518C
(163,81,140)
#91497D
(145,73,125)
#7F416E
(127,65,110)
#6D395F
(109,57,95)
#5B3150
(91,49,80)
#492941
(73,41,65)
#372132
(55,33,50)
#251923
(37,25,35)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #C761AA

#C761AA
(199,97,170)
#CC6FB1
(204,111,177)
#D17DB8
(209,125,184)
#D68BBF
(214,139,191)
#DB99C6
(219,153,198)
#E0A7CD
(224,167,205)
#E5B5D4
(229,181,212)
#EAC3DB
(234,195,219)
#EFD1E2
(239,209,226)
#F4DFE9
(244,223,233)
#F9EDF0
(249,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C761AA color. Also use rgb(199,97,170) instead hex code.

Text Font Color

.myTextColor { color: #C761AA; }

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

This text font color is #C761AA.


Background Color

.myBgColor { background-color: #C761AA; }

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

This div background color is #C761AA.


Border color

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

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

This div border color is #C761AA.


Opacity

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

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

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

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

This text has shadow with #C761AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C761AA on black background.


Color preview on white background

This text has color #C761AA on white background.



Black color preview on #C761AA background

This text has black color on #C761AA background.


White color preview on #C761AA background

This text has white color on #C761AA background.