COLOR #C37AAC

HEX: #C37AAC RGB: (195,122,172)

Color info

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

RGB color model

#C37AAC color RGB value is (195,122,172).

RGB: (195,122,172) (76%, 48%, 67%)

RGB channels and saturation

R 195 of 255 = 76%
G 122 of 255 = 48%
B 172 of 255 = 67%

195
122
172

R + G + B ~ 64%. #C37AAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 122 + 172 = 489 (100%)
R 195 of 489 ~ 39.88%
G 122 of 489 ~ 24.95%
B 172 of 489 ~ 35.17'%

%39.88
%24.95
%35.17

CMYK color model

#C37AAC color CMYK value is (0,37,12,24).

  • cyan value is 0.00%
  • magenta value is 37.44%
  • yellow value is 11.79%
  • key color value is 23.53%
CMYK: (0,37,12,24) C0M37Y12K24 (0%,37%,12%,24%) (0.00/0.37/0.12/0.24) 

CMYK percentages

%0
%37.44
%11.79
%23.53

Codes

Color #C37AAC in popluar color models

C3 7A AC
RGB 195 122 172
HSL 319° 37.82% 62.16%
HSB/HSV 319° 37.44% 76.47%
CMYK 0.00% 37.44% 11.79%
23.53%

Color #C37AAC in popluar number systems.

HEX C3 7A AC
Decimal 195 122 172
Binary 11000011 1111010 10101100
Octal 303 172 254

Shades and tints

Shades of #C37AAC

#C37AAC
(195,122,172)
#B26F9D
(178,111,157)
#A1648E
(161,100,142)
#90597F
(144,89,127)
#7F4E70
(127,78,112)
#6E4361
(110,67,97)
#5D3852
(93,56,82)
#4C2D43
(76,45,67)
#3B2234
(59,34,52)
#2A1725
(42,23,37)
#190C16
(25,12,22)
#000000
(0,0,0)

Tints of #C37AAC

#C37AAC
(195,122,172)
#C886B3
(200,134,179)
#CD92BA
(205,146,186)
#D29EC1
(210,158,193)
#D7AAC8
(215,170,200)
#DCB6CF
(220,182,207)
#E1C2D6
(225,194,214)
#E6CEDD
(230,206,221)
#EBDAE4
(235,218,228)
#F0E6EB
(240,230,235)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37AAC color. Also use rgb(195,122,172) instead hex code.

Text Font Color

.myTextColor { color: #C37AAC; }

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

This text font color is #C37AAC.

Background Color

.myBgColor { background-color: #C37AAC; }

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

This div background color is #C37AAC.

Border color

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

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

This div border color is #C37AAC.

Opacity

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

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

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

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

This text has shadow with #C37AAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37AAC.

Preview

Color preview on black background

This text has color #C37AAC on black background.


Color preview on white background

This text has color #C37AAC on white background.


Black color preview on #C37AAC background

This text has black color on #C37AAC background.


White color preview on #C37AAC background

This text has white color on #C37AAC background.


Related colors

Complementary color

Complementary color for #hex is #3C8553.


I love getcolorcode.com

Triadic colors

1 #ACC37A and #7AACC3 with #C37AAC are triadic colors.

2 #AC7AC3 and #7AC3AC with #C37AAC are triadic colors.