COLOR #C37A90

HEX: #C37A90 RGB: (195,122,144)

Color info

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

RGB color model

#C37A90 color RGB value is (195,122,144).

RGB: (195,122,144) (76%, 48%, 56%)

RGB channels and saturation

R 195 of 255 = 76%
G 122 of 255 = 48%
B 144 of 255 = 56%

195
122
144

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

Portions of RGB colors in percentages

R + G + B = 195 + 122 + 144 = 461 (100%)
R 195 of 461 ~ 42.3%
G 122 of 461 ~ 26.46%
B 144 of 461 ~ 31.24'%

%42.3
%26.46
%31.24

CMYK color model

#C37A90 color CMYK value is (0,37,26,24).

  • cyan value is 0.00%
  • magenta value is 37.44%
  • yellow value is 26.15%
  • key color value is 23.53%
CMYK: (0,37,26,24) C0M37Y26K24 (0%,37%,26%,24%) (0.00/0.37/0.26/0.24) 

CMYK percentages

%0
%37.44
%26.15
%23.53

Codes

Color #C37A90 in popluar color models

C3 7A 90
RGB 195 122 144
HSL 342° 37.82% 62.16%
HSB/HSV 342° 37.44% 76.47%
CMYK 0.00% 37.44% 26.15%
23.53%

Color #C37A90 in popluar number systems.

HEX C3 7A 90
Decimal 195 122 144
Binary 11000011 1111010 10010000
Octal 303 172 220

Shades and tints

Shades of #C37A90

#C37A90
(195,122,144)
#B26F83
(178,111,131)
#A16476
(161,100,118)
#905969
(144,89,105)
#7F4E5C
(127,78,92)
#6E434F
(110,67,79)
#5D3842
(93,56,66)
#4C2D35
(76,45,53)
#3B2228
(59,34,40)
#2A171B
(42,23,27)
#190C0E
(25,12,14)
#000000
(0,0,0)

Tints of #C37A90

#C37A90
(195,122,144)
#C8869A
(200,134,154)
#CD92A4
(205,146,164)
#D29EAE
(210,158,174)
#D7AAB8
(215,170,184)
#DCB6C2
(220,182,194)
#E1C2CC
(225,194,204)
#E6CED6
(230,206,214)
#EBDAE0
(235,218,224)
#F0E6EA
(240,230,234)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C37A90; }

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

This text font color is #C37A90.

Background Color

.myBgColor { background-color: #C37A90; }

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

This div background color is #C37A90.

Border color

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

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

This div border color is #C37A90.

Opacity

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

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

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

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

This text has shadow with #C37A90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37A90.

Preview

Color preview on black background

This text has color #C37A90 on black background.


Color preview on white background

This text has color #C37A90 on white background.


Black color preview on #C37A90 background

This text has black color on #C37A90 background.


White color preview on #C37A90 background

This text has white color on #C37A90 background.


Related colors

Complementary color

Complementary color for #hex is #3C856F.


I love getcolorcode.com

Triadic colors

1 #90C37A and #7A90C3 with #C37A90 are triadic colors.

2 #907AC3 and #7AC390 with #C37A90 are triadic colors.