COLOR #C37688

HEX: #C37688 RGB: (195,118,136)

Color info

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

RGB color model

#C37688 color RGB value is (195,118,136).

RGB: (195,118,136) (76%, 46%, 53%)

RGB channels and saturation

R 195 of 255 = 76%
G 118 of 255 = 46%
B 136 of 255 = 53%

195
118
136

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

Portions of RGB colors in percentages

R + G + B = 195 + 118 + 136 = 449 (100%)
R 195 of 449 ~ 43.43%
G 118 of 449 ~ 26.28%
B 136 of 449 ~ 30.29'%

%43.43
%26.28
%30.29

CMYK color model

#C37688 color CMYK value is (0,39,30,24).

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

CMYK: (0,39,30,24)
C0M39Y30K24 (0%, 39%, 30%, 24%)
(0.00 / 0.39 / 0.30 / 0.24)

CMYK percentages

%0
%39.49
%30.26
%23.53

Codes

Color #C37688 in popluar color models

C3 76 88
RGB 195 118 136
HSL 346° 39.09% 61.37%
HSB/HSV 346° 39.49% 76.47%
CMYK 0.00% 39.49% 30.26%
23.53%

Color #C37688 in popluar number systems.

HEX C3 76 88
Decimal 195 118 136
Binary 11000011 1110110 10001000
Octal 303 166 210

Shades and tints

Shades of #C37688

#C37688
(195,118,136)
#B26C7C
(178,108,124)
#A16270
(161,98,112)
#905864
(144,88,100)
#7F4E58
(127,78,88)
#6E444C
(110,68,76)
#5D3A40
(93,58,64)
#4C3034
(76,48,52)
#3B2628
(59,38,40)
#2A1C1C
(42,28,28)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #C37688

#C37688
(195,118,136)
#C88292
(200,130,146)
#CD8E9C
(205,142,156)
#D29AA6
(210,154,166)
#D7A6B0
(215,166,176)
#DCB2BA
(220,178,186)
#E1BEC4
(225,190,196)
#E6CACE
(230,202,206)
#EBD6D8
(235,214,216)
#F0E2E2
(240,226,226)
#F5EEEC
(245,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C37688; }

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

This text font color is #C37688.

Background Color

.myBgColor { background-color: #C37688; }

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

This div background color is #C37688.

Border color

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

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

This div border color is #C37688.

Opacity

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

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

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

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

This text has shadow with #C37688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37688.

Preview

Color preview on black background

This text has color #C37688 on black background.


Color preview on white background

This text has color #C37688 on white background.


Black color preview on #C37688 background

This text has black color on #C37688 background.


White color preview on #C37688 background

This text has white color on #C37688 background.


Related colors

Complementary color

Complementary color for #hex is #3C8977.


I love getcolorcode.com

Triadic colors

1 #88C376 and #7688C3 with #C37688 are triadic colors.

2 #8876C3 and #76C388 with #C37688 are triadic colors.