COLOR #C37B99

HEX: #C37B99 RGB: (195,123,153)

Color info

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

RGB color model

#C37B99 color RGB value is (195,123,153).

RGB: (195,123,153) (76%, 48%, 60%)

RGB channels and saturation

R 195 of 255 = 76%
G 123 of 255 = 48%
B 153 of 255 = 60%

195
123
153

R + G + B ~ 61%. #C37B99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 123 + 153 = 471 (100%)
R 195 of 471 ~ 41.4%
G 123 of 471 ~ 26.11%
B 153 of 471 ~ 32.48'%

%41.4
%26.11
%32.48

CMYK color model

#C37B99 color CMYK value is (0,37,22,24).

  • cyan value is 0.00%
  • magenta value is 36.92%
  • yellow value is 21.54%
  • key color value is 23.53%
CMYK: (0,37,22,24) C0M37Y22K24 (0%,37%,22%,24%) (0.00/0.37/0.22/0.24) 

CMYK percentages

%0
%36.92
%21.54
%23.53

Codes

Color #C37B99 in popluar color models

C3 7B 99
RGB 195 123 153
HSL 335° 37.50% 62.35%
HSB/HSV 335° 36.92% 76.47%
CMYK 0.00% 36.92% 21.54%
23.53%

Color #C37B99 in popluar number systems.

HEX C3 7B 99
Decimal 195 123 153
Binary 11000011 1111011 10011001
Octal 303 173 231

Shades and tints

Shades of #C37B99

#C37B99
(195,123,153)
#B2708C
(178,112,140)
#A1657F
(161,101,127)
#905A72
(144,90,114)
#7F4F65
(127,79,101)
#6E4458
(110,68,88)
#5D394B
(93,57,75)
#4C2E3E
(76,46,62)
#3B2331
(59,35,49)
#2A1824
(42,24,36)
#190D17
(25,13,23)
#000000
(0,0,0)

Tints of #C37B99

#C37B99
(195,123,153)
#C887A2
(200,135,162)
#CD93AB
(205,147,171)
#D29FB4
(210,159,180)
#D7ABBD
(215,171,189)
#DCB7C6
(220,183,198)
#E1C3CF
(225,195,207)
#E6CFD8
(230,207,216)
#EBDBE1
(235,219,225)
#F0E7EA
(240,231,234)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37B99 color. Also use rgb(195,123,153) instead hex code.

Text Font Color

.myTextColor { color: #C37B99; }

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

This text font color is #C37B99.

Background Color

.myBgColor { background-color: #C37B99; }

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

This div background color is #C37B99.

Border color

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

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

This div border color is #C37B99.

Opacity

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

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

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

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

This text has shadow with #C37B99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37B99.

Preview

Color preview on black background

This text has color #C37B99 on black background.


Color preview on white background

This text has color #C37B99 on white background.


Black color preview on #C37B99 background

This text has black color on #C37B99 background.


White color preview on #C37B99 background

This text has white color on #C37B99 background.


Related colors

Complementary color

Complementary color for #hex is #3C8466.


I love getcolorcode.com

Triadic colors

1 #99C37B and #7B99C3 with #C37B99 are triadic colors.

2 #997BC3 and #7BC399 with #C37B99 are triadic colors.