COLOR #C37888

HEX: #C37888
RGB: (195,120,136)

Color info

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

RGB color model

#C37888 color RGB value is (195,120,136).

  • red value is 195;
  • green value is 120;
  • blue value is 136.
RGB:
(195,120,136)
(76%,47%,53%)

RGB channels and saturation

R 195 of 255 = 76%
G 120 of 255 = 47%
B 136 of 255 = 53%

195
120
136

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

Portions of RGB colors in percentages

R + G + B =
195 + 120 + 136 = 451 (100%)
R 195 of 451 ~ 43.24%
G 120 of 451 ~ 26.61%
B 136 of 451 ~ 30.16%

%43.24
%26.61
%30.16

CMYK color model

#C37888 color CMYK value is (0,38,30,24).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 30.26%
  • key color value is 23.53%
CMYK:
(0,38,30,24)
C0M38Y30K24 
(0%,38%,30%,24%)
(0.00/0.38/0.30/0.24)	

CMYK percentages

%0
%38.46
%30.26
%23.53

Codes

Color #C37888 in popluar color models

C37888
RGB195120136
HSL347°38.46%61.76%
HSB/HSV347°38.46%76.47%
CMYK0.00%38.46%30.26%
23.53%

Color #C37888 in popluar number systems.

HEXC37888
Decimal195120136
Binary11000011111100010001000
Octal303170210

Shades and tints

Shades of #C37888

#C37888
(195,120,136)
#B26E7C
(178,110,124)
#A16470
(161,100,112)
#905A64
(144,90,100)
#7F5058
(127,80,88)
#6E464C
(110,70,76)
#5D3C40
(93,60,64)
#4C3234
(76,50,52)
#3B2828
(59,40,40)
#2A1E1C
(42,30,28)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #C37888

#C37888
(195,120,136)
#C88492
(200,132,146)
#CD909C
(205,144,156)
#D29CA6
(210,156,166)
#D7A8B0
(215,168,176)
#DCB4BA
(220,180,186)
#E1C0C4
(225,192,196)
#E6CCCE
(230,204,206)
#EBD8D8
(235,216,216)
#F0E4E2
(240,228,226)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C37888; }

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

This text font color is #C37888.


Background Color

.myBgColor { background-color: #C37888; }

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

This div background color is #C37888.


Border color

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

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

This div border color is #C37888.


Opacity

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

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

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

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

This text has shadow with #C37888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37888 on black background.


Color preview on white background

This text has color #C37888 on white background.



Black color preview on #C37888 background

This text has black color on #C37888 background.


White color preview on #C37888 background

This text has white color on #C37888 background.