COLOR #C37EAA

HEX: #C37EAA
RGB: (195,126,170)

Color info

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

RGB color model

#C37EAA color RGB value is (195,126,170).

  • red value is 195;
  • green value is 126;
  • blue value is 170.
RGB:
(195,126,170)
(76%,49%,67%)

RGB channels and saturation

R 195 of 255 = 76%
G 126 of 255 = 49%
B 170 of 255 = 67%

195
126
170

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

Portions of RGB colors in percentages

R + G + B =
195 + 126 + 170 = 491 (100%)
R 195 of 491 ~ 39.71%
G 126 of 491 ~ 25.66%
B 170 of 491 ~ 34.62%

%39.71
%25.66
%34.62

CMYK color model

#C37EAA color CMYK value is (0,35,13,24).

  • cyan value is 0.00%
  • magenta value is 35.38%
  • yellow value is 12.82%
  • key color value is 23.53%
CMYK:
(0,35,13,24)
C0M35Y13K24 
(0%,35%,13%,24%)
(0.00/0.35/0.13/0.24)	

CMYK percentages

%0
%35.38
%12.82
%23.53

Codes

Color #C37EAA in popluar color models

C37EAA
RGB195126170
HSL322°36.51%62.94%
HSB/HSV322°35.38%76.47%
CMYK0.00%35.38%12.82%
23.53%

Color #C37EAA in popluar number systems.

HEXC37EAA
Decimal195126170
Binary11000011111111010101010
Octal303176252

Shades and tints

Shades of #C37EAA

#C37EAA
(195,126,170)
#B2739B
(178,115,155)
#A1688C
(161,104,140)
#905D7D
(144,93,125)
#7F526E
(127,82,110)
#6E475F
(110,71,95)
#5D3C50
(93,60,80)
#4C3141
(76,49,65)
#3B2632
(59,38,50)
#2A1B23
(42,27,35)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #C37EAA

#C37EAA
(195,126,170)
#C889B1
(200,137,177)
#CD94B8
(205,148,184)
#D29FBF
(210,159,191)
#D7AAC6
(215,170,198)
#DCB5CD
(220,181,205)
#E1C0D4
(225,192,212)
#E6CBDB
(230,203,219)
#EBD6E2
(235,214,226)
#F0E1E9
(240,225,233)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C37EAA; }

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

This text font color is #C37EAA.


Background Color

.myBgColor { background-color: #C37EAA; }

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

This div background color is #C37EAA.


Border color

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

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

This div border color is #C37EAA.


Opacity

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

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

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

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

This text has shadow with #C37EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37EAA on black background.


Color preview on white background

This text has color #C37EAA on white background.



Black color preview on #C37EAA background

This text has black color on #C37EAA background.


White color preview on #C37EAA background

This text has white color on #C37EAA background.