COLOR #C38072

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

195
128
114

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

Portions of RGB colors in percentages

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

%44.62
%29.29
%26.09

CMYK color model

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

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

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

CMYK percentages

%0
%34.36
%41.54
%23.53

Codes

Color #C38072 in popluar color models

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

Color #C38072 in popluar number systems.

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

Shades and tints

Shades of #C38072

#C38072
(195,128,114)
#B27568
(178,117,104)
#A16A5E
(161,106,94)
#905F54
(144,95,84)
#7F544A
(127,84,74)
#6E4940
(110,73,64)
#5D3E36
(93,62,54)
#4C332C
(76,51,44)
#3B2822
(59,40,34)
#2A1D18
(42,29,24)
#19120E
(25,18,14)
#000000
(0,0,0)

Tints of #C38072

#C38072
(195,128,114)
#C88B7E
(200,139,126)
#CD968A
(205,150,138)
#D2A196
(210,161,150)
#D7ACA2
(215,172,162)
#DCB7AE
(220,183,174)
#E1C2BA
(225,194,186)
#E6CDC6
(230,205,198)
#EBD8D2
(235,216,210)
#F0E3DE
(240,227,222)
#F5EEEA
(245,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38072; }

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

This text font color is #C38072.

Background Color

.myBgColor { background-color: #C38072; }

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

This div background color is #C38072.

Border color

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

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

This div border color is #C38072.

Opacity

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

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

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

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

This text has shadow with #C38072 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C38072.

Preview

Color preview on black background

This text has color #C38072 on black background.


Color preview on white background

This text has color #C38072 on white background.


Black color preview on #C38072 background

This text has black color on #C38072 background.


White color preview on #C38072 background

This text has white color on #C38072 background.


Related colors

Complementary color

Complementary color for #hex is #3C7F8D.


I love getcolorcode.com

Triadic colors

1 #72C380 and #8072C3 with #C38072 are triadic colors.

2 #7280C3 and #80C372 with #C38072 are triadic colors.