COLOR #C37280

HEX: #C37280 RGB: (195,114,128)

Color info

#C37280 contains mainly red color. Web safe color of #C37280 is #CC6666 (or #C66).

RGB color model

#C37280 color RGB value is (195,114,128).

RGB: (195,114,128) (76%, 45%, 50%)

RGB channels and saturation

R 195 of 255 = 76%
G 114 of 255 = 45%
B 128 of 255 = 50%

195
114
128

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

Portions of RGB colors in percentages

R + G + B = 195 + 114 + 128 = 437 (100%)
R 195 of 437 ~ 44.62%
G 114 of 437 ~ 26.09%
B 128 of 437 ~ 29.29'%

%44.62
%26.09
%29.29

CMYK color model

#C37280 color CMYK value is (0,42,34,24).

  • cyan value is 0.00%
  • magenta value is 41.54%
  • yellow value is 34.36%
  • key color value is 23.53%

CMYK: (0,42,34,24)
C0M42Y34K24 (0%, 42%, 34%, 24%)
(0.00 / 0.42 / 0.34 / 0.24)

CMYK percentages

%0
%41.54
%34.36
%23.53

Codes

Color #C37280 in popluar color models

C3 72 80
RGB 195 114 128
HSL 350° 40.30% 60.59%
HSB/HSV 350° 41.54% 76.47%
CMYK 0.00% 41.54% 34.36%
23.53%

Color #C37280 in popluar number systems.

HEX C3 72 80
Decimal 195 114 128
Binary 11000011 1110010 10000000
Octal 303 162 200

Shades and tints

Shades of #C37280

#C37280
(195,114,128)
#B26875
(178,104,117)
#A15E6A
(161,94,106)
#90545F
(144,84,95)
#7F4A54
(127,74,84)
#6E4049
(110,64,73)
#5D363E
(93,54,62)
#4C2C33
(76,44,51)
#3B2228
(59,34,40)
#2A181D
(42,24,29)
#190E12
(25,14,18)
#000000
(0,0,0)

Tints of #C37280

#C37280
(195,114,128)
#C87E8B
(200,126,139)
#CD8A96
(205,138,150)
#D296A1
(210,150,161)
#D7A2AC
(215,162,172)
#DCAEB7
(220,174,183)
#E1BAC2
(225,186,194)
#E6C6CD
(230,198,205)
#EBD2D8
(235,210,216)
#F0DEE3
(240,222,227)
#F5EAEE
(245,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37280 color. Also use rgb(195,114,128) instead hex code.

Text Font Color

.myTextColor { color: #C37280; }

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

This text font color is #C37280.

Background Color

.myBgColor { background-color: #C37280; }

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

This div background color is #C37280.

Border color

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

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

This div border color is #C37280.

Opacity

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

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

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

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

This text has shadow with #C37280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C37280.

Preview

Color preview on black background

This text has color #C37280 on black background.


Color preview on white background

This text has color #C37280 on white background.


Black color preview on #C37280 background

This text has black color on #C37280 background.


White color preview on #C37280 background

This text has white color on #C37280 background.


Related colors

Complementary color

Complementary color for #hex is #3C8D7F.


I love getcolorcode.com

Triadic colors

1 #80C372 and #7280C3 with #C37280 are triadic colors.

2 #8072C3 and #72C380 with #C37280 are triadic colors.