COLOR #C38270

HEX: #C38270
RGB: (195,130,112)

Color info

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

RGB color model

#C38270 color RGB value is (195,130,112).

  • red value is 195;
  • green value is 130;
  • blue value is 112.
RGB:
(195,130,112)
(76%,51%,44%)

RGB channels and saturation

R 195 of 255 = 76%
G 130 of 255 = 51%
B 112 of 255 = 44%

195
130
112

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

Portions of RGB colors in percentages

R + G + B =
195 + 130 + 112 = 437 (100%)
R 195 of 437 ~ 44.62%
G 130 of 437 ~ 29.75%
B 112 of 437 ~ 25.63%

%44.62
%29.75
%25.63

CMYK color model

#C38270 color CMYK value is (0,33,43,24).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 42.56%
  • key color value is 23.53%
CMYK:
(0,33,43,24)
C0M33Y43K24 
(0%,33%,43%,24%)
(0.00/0.33/0.43/0.24)	

CMYK percentages

%0
%33.33
%42.56
%23.53

Codes

Color #C38270 in popluar color models

C38270
RGB195130112
HSL13°40.89%60.20%
HSB/HSV13°42.56%76.47%
CMYK0.00%33.33%42.56%
23.53%

Color #C38270 in popluar number systems.

HEXC38270
Decimal195130112
Binary11000011100000101110000
Octal303202160

Shades and tints

Shades of #C38270

#C38270
(195,130,112)
#B27766
(178,119,102)
#A16C5C
(161,108,92)
#906152
(144,97,82)
#7F5648
(127,86,72)
#6E4B3E
(110,75,62)
#5D4034
(93,64,52)
#4C352A
(76,53,42)
#3B2A20
(59,42,32)
#2A1F16
(42,31,22)
#19140C
(25,20,12)
#000000
(0,0,0)

Tints of #C38270

#C38270
(195,130,112)
#C88D7D
(200,141,125)
#CD988A
(205,152,138)
#D2A397
(210,163,151)
#D7AEA4
(215,174,164)
#DCB9B1
(220,185,177)
#E1C4BE
(225,196,190)
#E6CFCB
(230,207,203)
#EBDAD8
(235,218,216)
#F0E5E5
(240,229,229)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38270 color. Also use rgb(195,130,112) instead hex code.

Text Font Color

.myTextColor { color: #C38270; }

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

This text font color is #C38270.


Background Color

.myBgColor { background-color: #C38270; }

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

This div background color is #C38270.


Border color

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

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

This div border color is #C38270.


Opacity

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

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

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

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

This text has shadow with #C38270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38270 on black background.


Color preview on white background

This text has color #C38270 on white background.



Black color preview on #C38270 background

This text has black color on #C38270 background.


White color preview on #C38270 background

This text has white color on #C38270 background.