COLOR #C37AA5

HEX: #C37AA5
RGB: (195,122,165)

Color info

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

RGB color model

#C37AA5 color RGB value is (195,122,165).

  • red value is 195;
  • green value is 122;
  • blue value is 165.
RGB:
(195,122,165)
(76%,48%,65%)

RGB channels and saturation

R 195 of 255 = 76%
G 122 of 255 = 48%
B 165 of 255 = 65%

195
122
165

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

Portions of RGB colors in percentages

R + G + B =
195 + 122 + 165 = 482 (100%)
R 195 of 482 ~ 40.46%
G 122 of 482 ~ 25.31%
B 165 of 482 ~ 34.23%

%40.46
%25.31
%34.23

CMYK color model

#C37AA5 color CMYK value is (0,37,15,24).

  • cyan value is 0.00%
  • magenta value is 37.44%
  • yellow value is 15.38%
  • key color value is 23.53%
CMYK:
(0,37,15,24)
C0M37Y15K24 
(0%,37%,15%,24%)
(0.00/0.37/0.15/0.24)	

CMYK percentages

%0
%37.44
%15.38
%23.53

Codes

Color #C37AA5 in popluar color models

C37AA5
RGB195122165
HSL325°37.82%62.16%
HSB/HSV325°37.44%76.47%
CMYK0.00%37.44%15.38%
23.53%

Color #C37AA5 in popluar number systems.

HEXC37AA5
Decimal195122165
Binary11000011111101010100101
Octal303172245

Shades and tints

Shades of #C37AA5

#C37AA5
(195,122,165)
#B26F96
(178,111,150)
#A16487
(161,100,135)
#905978
(144,89,120)
#7F4E69
(127,78,105)
#6E435A
(110,67,90)
#5D384B
(93,56,75)
#4C2D3C
(76,45,60)
#3B222D
(59,34,45)
#2A171E
(42,23,30)
#190C0F
(25,12,15)
#000000
(0,0,0)

Tints of #C37AA5

#C37AA5
(195,122,165)
#C886AD
(200,134,173)
#CD92B5
(205,146,181)
#D29EBD
(210,158,189)
#D7AAC5
(215,170,197)
#DCB6CD
(220,182,205)
#E1C2D5
(225,194,213)
#E6CEDD
(230,206,221)
#EBDAE5
(235,218,229)
#F0E6ED
(240,230,237)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C37AA5; }

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

This text font color is #C37AA5.


Background Color

.myBgColor { background-color: #C37AA5; }

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

This div background color is #C37AA5.


Border color

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

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

This div border color is #C37AA5.


Opacity

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

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

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

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

This text has shadow with #C37AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37AA5 on black background.


Color preview on white background

This text has color #C37AA5 on white background.



Black color preview on #C37AA5 background

This text has black color on #C37AA5 background.


White color preview on #C37AA5 background

This text has white color on #C37AA5 background.