COLOR #C37F97

HEX: #C37F97 RGB: (195,127,151)

Color info

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

RGB color model

#C37F97 color RGB value is (195,127,151).

RGB: (195,127,151) (76%, 50%, 59%)

RGB channels and saturation

R 195 of 255 = 76%
G 127 of 255 = 50%
B 151 of 255 = 59%

195
127
151

R + G + B ~ 62%. #C37F97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 127 + 151 = 473 (100%)
R 195 of 473 ~ 41.23%
G 127 of 473 ~ 26.85%
B 151 of 473 ~ 31.92'%

%41.23
%26.85
%31.92

CMYK color model

#C37F97 color CMYK value is (0,35,23,24).

  • cyan value is 0.00%
  • magenta value is 34.87%
  • yellow value is 22.56%
  • key color value is 23.53%

CMYK: (0,35,23,24)
C0M35Y23K24 (0%, 35%, 23%, 24%)
(0.00 / 0.35 / 0.23 / 0.24)

CMYK percentages

%0
%34.87
%22.56
%23.53

Codes

Color #C37F97 in popluar color models

C3 7F 97
RGB 195 127 151
HSL 339° 36.17% 63.14%
HSB/HSV 339° 34.87% 76.47%
CMYK 0.00% 34.87% 22.56%
23.53%

Color #C37F97 in popluar number systems.

HEX C3 7F 97
Decimal 195 127 151
Binary 11000011 1111111 10010111
Octal 303 177 227

Shades and tints

Shades of #C37F97

#C37F97
(195,127,151)
#B2748A
(178,116,138)
#A1697D
(161,105,125)
#905E70
(144,94,112)
#7F5363
(127,83,99)
#6E4856
(110,72,86)
#5D3D49
(93,61,73)
#4C323C
(76,50,60)
#3B272F
(59,39,47)
#2A1C22
(42,28,34)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #C37F97

#C37F97
(195,127,151)
#C88AA0
(200,138,160)
#CD95A9
(205,149,169)
#D2A0B2
(210,160,178)
#D7ABBB
(215,171,187)
#DCB6C4
(220,182,196)
#E1C1CD
(225,193,205)
#E6CCD6
(230,204,214)
#EBD7DF
(235,215,223)
#F0E2E8
(240,226,232)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37F97 color. Also use rgb(195,127,151) instead hex code.

Text Font Color

.myTextColor { color: #C37F97; }

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

This text font color is #C37F97.

Background Color

.myBgColor { background-color: #C37F97; }

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

This div background color is #C37F97.

Border color

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

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

This div border color is #C37F97.

Opacity

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

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

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

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

This text has shadow with #C37F97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37F97.

Preview

Color preview on black background

This text has color #C37F97 on black background.


Color preview on white background

This text has color #C37F97 on white background.


Black color preview on #C37F97 background

This text has black color on #C37F97 background.


White color preview on #C37F97 background

This text has white color on #C37F97 background.


Related colors

Complementary color

Complementary color for #hex is #3C8068.


I love getcolorcode.com

Triadic colors

1 #97C37F and #7F97C3 with #C37F97 are triadic colors.

2 #977FC3 and #7FC397 with #C37F97 are triadic colors.