COLOR #C37A8C

HEX: #C37A8C RGB: (195,122,140)

Color info

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

RGB color model

#C37A8C color RGB value is (195,122,140).

RGB: (195,122,140) (76%, 48%, 55%)

RGB channels and saturation

R 195 of 255 = 76%
G 122 of 255 = 48%
B 140 of 255 = 55%

195
122
140

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

Portions of RGB colors in percentages

R + G + B = 195 + 122 + 140 = 457 (100%)
R 195 of 457 ~ 42.67%
G 122 of 457 ~ 26.7%
B 140 of 457 ~ 30.63'%

%42.67
%26.7
%30.63

CMYK color model

#C37A8C color CMYK value is (0,37,28,24).

  • cyan value is 0.00%
  • magenta value is 37.44%
  • yellow value is 28.21%
  • key color value is 23.53%

CMYK: (0,37,28,24)
C0M37Y28K24 (0%, 37%, 28%, 24%)
(0.00 / 0.37 / 0.28 / 0.24)

CMYK percentages

%0
%37.44
%28.21
%23.53

Codes

Color #C37A8C in popluar color models

C3 7A 8C
RGB 195 122 140
HSL 345° 37.82% 62.16%
HSB/HSV 345° 37.44% 76.47%
CMYK 0.00% 37.44% 28.21%
23.53%

Color #C37A8C in popluar number systems.

HEX C3 7A 8C
Decimal 195 122 140
Binary 11000011 1111010 10001100
Octal 303 172 214

Shades and tints

Shades of #C37A8C

#C37A8C
(195,122,140)
#B26F80
(178,111,128)
#A16474
(161,100,116)
#905968
(144,89,104)
#7F4E5C
(127,78,92)
#6E4350
(110,67,80)
#5D3844
(93,56,68)
#4C2D38
(76,45,56)
#3B222C
(59,34,44)
#2A1720
(42,23,32)
#190C14
(25,12,20)
#000000
(0,0,0)

Tints of #C37A8C

#C37A8C
(195,122,140)
#C88696
(200,134,150)
#CD92A0
(205,146,160)
#D29EAA
(210,158,170)
#D7AAB4
(215,170,180)
#DCB6BE
(220,182,190)
#E1C2C8
(225,194,200)
#E6CED2
(230,206,210)
#EBDADC
(235,218,220)
#F0E6E6
(240,230,230)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37A8C color. Also use rgb(195,122,140) instead hex code.

Text Font Color

.myTextColor { color: #C37A8C; }

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

This text font color is #C37A8C.

Background Color

.myBgColor { background-color: #C37A8C; }

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

This div background color is #C37A8C.

Border color

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

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

This div border color is #C37A8C.

Opacity

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

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

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

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

This text has shadow with #C37A8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37A8C.

Preview

Color preview on black background

This text has color #C37A8C on black background.


Color preview on white background

This text has color #C37A8C on white background.


Black color preview on #C37A8C background

This text has black color on #C37A8C background.


White color preview on #C37A8C background

This text has white color on #C37A8C background.


Related colors

Complementary color

Complementary color for #hex is #3C8573.


I love getcolorcode.com

Triadic colors

1 #8CC37A and #7A8CC3 with #C37A8C are triadic colors.

2 #8C7AC3 and #7AC38C with #C37A8C are triadic colors.