COLOR #C38975

HEX: #C38975
RGB: (195,137,117)

Color info

#C38975 contains mainly red and green colors. Web safe color of #C38975 is #CC9966 (or #C96).

RGB color model

#C38975 color RGB value is (195,137,117).

  • red value is 195;
  • green value is 137;
  • blue value is 117.
RGB:
(195,137,117)
(76%,54%,46%)

RGB channels and saturation

R 195 of 255 = 76%
G 137 of 255 = 54%
B 117 of 255 = 46%

195
137
117

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

Portions of RGB colors in percentages

R + G + B =
195 + 137 + 117 = 449 (100%)
R 195 of 449 ~ 43.43%
G 137 of 449 ~ 30.51%
B 117 of 449 ~ 26.06%

%43.43
%30.51
%26.06

CMYK color model

#C38975 color CMYK value is (0,30,40,24).

  • cyan value is 0.00%
  • magenta value is 29.74%
  • yellow value is 40.00%
  • key color value is 23.53%
CMYK:
(0,30,40,24)
C0M30Y40K24 
(0%,30%,40%,24%)
(0.00/0.30/0.40/0.24)	

CMYK percentages

%0
%29.74
%40
%23.53

Codes

Color #C38975 in popluar color models

C38975
RGB195137117
HSL15°39.39%61.18%
HSB/HSV15°40.00%76.47%
CMYK0.00%29.74%40.00%
23.53%

Color #C38975 in popluar number systems.

HEXC38975
Decimal195137117
Binary11000011100010011110101
Octal303211165

Shades and tints

Shades of #C38975

#C38975
(195,137,117)
#B27D6B
(178,125,107)
#A17161
(161,113,97)
#906557
(144,101,87)
#7F594D
(127,89,77)
#6E4D43
(110,77,67)
#5D4139
(93,65,57)
#4C352F
(76,53,47)
#3B2925
(59,41,37)
#2A1D1B
(42,29,27)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #C38975

#C38975
(195,137,117)
#C89381
(200,147,129)
#CD9D8D
(205,157,141)
#D2A799
(210,167,153)
#D7B1A5
(215,177,165)
#DCBBB1
(220,187,177)
#E1C5BD
(225,197,189)
#E6CFC9
(230,207,201)
#EBD9D5
(235,217,213)
#F0E3E1
(240,227,225)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38975 color. Also use rgb(195,137,117) instead hex code.

Text Font Color

.myTextColor { color: #C38975; }

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

This text font color is #C38975.


Background Color

.myBgColor { background-color: #C38975; }

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

This div background color is #C38975.


Border color

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

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

This div border color is #C38975.


Opacity

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

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

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

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

This text has shadow with #C38975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38975 on black background.


Color preview on white background

This text has color #C38975 on white background.



Black color preview on #C38975 background

This text has black color on #C38975 background.


White color preview on #C38975 background

This text has white color on #C38975 background.