COLOR #C379AA

HEX: #C379AA RGB: (195,121,170)

Color info

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

RGB color model

#C379AA color RGB value is (195,121,170).

RGB: (195,121,170) (76%, 47%, 67%)

RGB channels and saturation

R 195 of 255 = 76%
G 121 of 255 = 47%
B 170 of 255 = 67%

195
121
170

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

Portions of RGB colors in percentages

R + G + B = 195 + 121 + 170 = 486 (100%)
R 195 of 486 ~ 40.12%
G 121 of 486 ~ 24.9%
B 170 of 486 ~ 34.98'%

%40.12
%24.9
%34.98

CMYK color model

#C379AA color CMYK value is (0,38,13,24).

  • cyan value is 0.00%
  • magenta value is 37.95%
  • yellow value is 12.82%
  • key color value is 23.53%

CMYK: (0,38,13,24)
C0M38Y13K24 (0%, 38%, 13%, 24%)
(0.00 / 0.38 / 0.13 / 0.24)

CMYK percentages

%0
%37.95
%12.82
%23.53

Codes

Color #C379AA in popluar color models

C3 79 AA
RGB 195 121 170
HSL 320° 38.14% 61.96%
HSB/HSV 320° 37.95% 76.47%
CMYK 0.00% 37.95% 12.82%
23.53%

Color #C379AA in popluar number systems.

HEX C3 79 AA
Decimal 195 121 170
Binary 11000011 1111001 10101010
Octal 303 171 252

Shades and tints

Shades of #C379AA

#C379AA
(195,121,170)
#B26E9B
(178,110,155)
#A1638C
(161,99,140)
#90587D
(144,88,125)
#7F4D6E
(127,77,110)
#6E425F
(110,66,95)
#5D3750
(93,55,80)
#4C2C41
(76,44,65)
#3B2132
(59,33,50)
#2A1623
(42,22,35)
#190B14
(25,11,20)
#000000
(0,0,0)

Tints of #C379AA

#C379AA
(195,121,170)
#C885B1
(200,133,177)
#CD91B8
(205,145,184)
#D29DBF
(210,157,191)
#D7A9C6
(215,169,198)
#DCB5CD
(220,181,205)
#E1C1D4
(225,193,212)
#E6CDDB
(230,205,219)
#EBD9E2
(235,217,226)
#F0E5E9
(240,229,233)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C379AA color. Also use rgb(195,121,170) instead hex code.

Text Font Color

.myTextColor { color: #C379AA; }

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

This text font color is #C379AA.

Background Color

.myBgColor { background-color: #C379AA; }

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

This div background color is #C379AA.

Border color

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

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

This div border color is #C379AA.

Opacity

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

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

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

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

This text has shadow with #C379AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C379AA.

Preview

Color preview on black background

This text has color #C379AA on black background.


Color preview on white background

This text has color #C379AA on white background.


Black color preview on #C379AA background

This text has black color on #C379AA background.


White color preview on #C379AA background

This text has white color on #C379AA background.


Related colors

Complementary color

Complementary color for #hex is #3C8655.


I love getcolorcode.com

Triadic colors

1 #AAC379 and #79AAC3 with #C379AA are triadic colors.

2 #AA79C3 and #79C3AA with #C379AA are triadic colors.