COLOR #C3805D

HEX: #C3805D
RGB: (195,128,93)

Color info

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

RGB color model

#C3805D color RGB value is (195,128,93).

  • red value is 195;
  • green value is 128;
  • blue value is 93.
RGB:
(195,128,93)
(76%,50%,36%)

RGB channels and saturation

R 195 of 255 = 76%
G 128 of 255 = 50%
B 93 of 255 = 36%

195
128
93

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

Portions of RGB colors in percentages

R + G + B =
195 + 128 + 93 = 416 (100%)
R 195 of 416 ~ 46.88%
G 128 of 416 ~ 30.77%
B 93 of 416 ~ 22.36%

%46.88
%30.77
%22.36

CMYK color model

#C3805D color CMYK value is (0,34,52,24).

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 52.31%
  • key color value is 23.53%
CMYK:
(0,34,52,24)
C0M34Y52K24 
(0%,34%,52%,24%)
(0.00/0.34/0.52/0.24)	

CMYK percentages

%0
%34.36
%52.31
%23.53

Codes

Color #C3805D in popluar color models

C3805D
RGB19512893
HSL21°45.95%56.47%
HSB/HSV21°52.31%76.47%
CMYK0.00%34.36%52.31%
23.53%

Color #C3805D in popluar number systems.

HEXC3805D
Decimal19512893
Binary11000011100000001011101
Octal303200135

Shades and tints

Shades of #C3805D

#C3805D
(195,128,93)
#B27555
(178,117,85)
#A16A4D
(161,106,77)
#905F45
(144,95,69)
#7F543D
(127,84,61)
#6E4935
(110,73,53)
#5D3E2D
(93,62,45)
#4C3325
(76,51,37)
#3B281D
(59,40,29)
#2A1D15
(42,29,21)
#19120D
(25,18,13)
#000000
(0,0,0)

Tints of #C3805D

#C3805D
(195,128,93)
#C88B6B
(200,139,107)
#CD9679
(205,150,121)
#D2A187
(210,161,135)
#D7AC95
(215,172,149)
#DCB7A3
(220,183,163)
#E1C2B1
(225,194,177)
#E6CDBF
(230,205,191)
#EBD8CD
(235,216,205)
#F0E3DB
(240,227,219)
#F5EEE9
(245,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3805D; }

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

This text font color is #C3805D.


Background Color

.myBgColor { background-color: #C3805D; }

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

This div background color is #C3805D.


Border color

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

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

This div border color is #C3805D.


Opacity

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

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

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

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

This text has shadow with #C3805D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3805D on black background.


Color preview on white background

This text has color #C3805D on white background.



Black color preview on #C3805D background

This text has black color on #C3805D background.


White color preview on #C3805D background

This text has white color on #C3805D background.