COLOR #C37F88

HEX: #C37F88 RGB: (195,127,136)

Color info

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

RGB color model

#C37F88 color RGB value is (195,127,136).

RGB: (195,127,136) (76%, 50%, 53%)

RGB channels and saturation

R 195 of 255 = 76%
G 127 of 255 = 50%
B 136 of 255 = 53%

195
127
136

R + G + B ~ 60%. #C37F88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 195 + 127 + 136 = 458 (100%)
R 195 of 458 ~ 42.58%
G 127 of 458 ~ 27.73%
B 136 of 458 ~ 29.69'%

%42.58
%27.73
%29.69

CMYK color model

#C37F88 color CMYK value is (0,35,30,24).

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

CMYK: (0,35,30,24)
C0M35Y30K24 (0%, 35%, 30%, 24%)
(0.00 / 0.35 / 0.30 / 0.24)

CMYK percentages

%0
%34.87
%30.26
%23.53

Codes

Color #C37F88 in popluar color models

C3 7F 88
RGB 195 127 136
HSL 352° 36.17% 63.14%
HSB/HSV 352° 34.87% 76.47%
CMYK 0.00% 34.87% 30.26%
23.53%

Color #C37F88 in popluar number systems.

HEX C3 7F 88
Decimal 195 127 136
Binary 11000011 1111111 10001000
Octal 303 177 210

Shades and tints

Shades of #C37F88

#C37F88
(195,127,136)
#B2747C
(178,116,124)
#A16970
(161,105,112)
#905E64
(144,94,100)
#7F5358
(127,83,88)
#6E484C
(110,72,76)
#5D3D40
(93,61,64)
#4C3234
(76,50,52)
#3B2728
(59,39,40)
#2A1C1C
(42,28,28)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #C37F88

#C37F88
(195,127,136)
#C88A92
(200,138,146)
#CD959C
(205,149,156)
#D2A0A6
(210,160,166)
#D7ABB0
(215,171,176)
#DCB6BA
(220,182,186)
#E1C1C4
(225,193,196)
#E6CCCE
(230,204,206)
#EBD7D8
(235,215,216)
#F0E2E2
(240,226,226)
#F5EDEC
(245,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C37F88; }

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

This text font color is #C37F88.

Background Color

.myBgColor { background-color: #C37F88; }

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

This div background color is #C37F88.

Border color

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

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

This div border color is #C37F88.

Opacity

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

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

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

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

This text has shadow with #C37F88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37F88.

Preview

Color preview on black background

This text has color #C37F88 on black background.


Color preview on white background

This text has color #C37F88 on white background.


Black color preview on #C37F88 background

This text has black color on #C37F88 background.


White color preview on #C37F88 background

This text has white color on #C37F88 background.


Related colors

Complementary color

Complementary color for #hex is #3C8077.


I love getcolorcode.com

Triadic colors

1 #88C37F and #7F88C3 with #C37F88 are triadic colors.

2 #887FC3 and #7FC388 with #C37F88 are triadic colors.