COLOR #C38574

HEX: #C38574 RGB: (195,133,116)

Color info

#C38574 contains mainly red color. Web safe color of #C38574 is #CC9966 (or #C96).

RGB color model

#C38574 color RGB value is (195,133,116).

RGB: (195,133,116) (76%, 52%, 45%)

RGB channels and saturation

R 195 of 255 = 76%
G 133 of 255 = 52%
B 116 of 255 = 45%

195
133
116

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

Portions of RGB colors in percentages

R + G + B = 195 + 133 + 116 = 444 (100%)
R 195 of 444 ~ 43.92%
G 133 of 444 ~ 29.95%
B 116 of 444 ~ 26.13'%

%43.92
%29.95
%26.13

CMYK color model

#C38574 color CMYK value is (0,32,41,24).

  • cyan value is 0.00%
  • magenta value is 31.79%
  • yellow value is 40.51%
  • key color value is 23.53%

CMYK: (0,32,41,24)
C0M32Y41K24 (0%, 32%, 41%, 24%)
(0.00 / 0.32 / 0.41 / 0.24)

CMYK percentages

%0
%31.79
%40.51
%23.53

Codes

Color #C38574 in popluar color models

C3 85 74
RGB 195 133 116
HSL 13° 39.70% 60.98%
HSB/HSV 13° 40.51% 76.47%
CMYK 0.00% 31.79% 40.51%
23.53%

Color #C38574 in popluar number systems.

HEX C3 85 74
Decimal 195 133 116
Binary 11000011 10000101 1110100
Octal 303 205 164

Shades and tints

Shades of #C38574

#C38574
(195,133,116)
#B2796A
(178,121,106)
#A16D60
(161,109,96)
#906156
(144,97,86)
#7F554C
(127,85,76)
#6E4942
(110,73,66)
#5D3D38
(93,61,56)
#4C312E
(76,49,46)
#3B2524
(59,37,36)
#2A191A
(42,25,26)
#190D10
(25,13,16)
#000000
(0,0,0)

Tints of #C38574

#C38574
(195,133,116)
#C89080
(200,144,128)
#CD9B8C
(205,155,140)
#D2A698
(210,166,152)
#D7B1A4
(215,177,164)
#DCBCB0
(220,188,176)
#E1C7BC
(225,199,188)
#E6D2C8
(230,210,200)
#EBDDD4
(235,221,212)
#F0E8E0
(240,232,224)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38574 color. Also use rgb(195,133,116) instead hex code.

Text Font Color

.myTextColor { color: #C38574; }

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

This text font color is #C38574.

Background Color

.myBgColor { background-color: #C38574; }

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

This div background color is #C38574.

Border color

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

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

This div border color is #C38574.

Opacity

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

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

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

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

This text has shadow with #C38574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C38574.

Preview

Color preview on black background

This text has color #C38574 on black background.


Color preview on white background

This text has color #C38574 on white background.


Black color preview on #C38574 background

This text has black color on #C38574 background.


White color preview on #C38574 background

This text has white color on #C38574 background.


Related colors

Complementary color

Complementary color for #hex is #3C7A8B.


I love getcolorcode.com

Triadic colors

1 #74C385 and #8574C3 with #C38574 are triadic colors.

2 #7485C3 and #85C374 with #C38574 are triadic colors.