COLOR #C3705C

HEX: #C3705C
RGB: (195,112,92)

Color info

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

RGB color model

#C3705C color RGB value is (195,112,92).

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

RGB channels and saturation

R 195 of 255 = 76%
G 112 of 255 = 44%
B 92 of 255 = 36%

195
112
92

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

Portions of RGB colors in percentages

R + G + B =
195 + 112 + 92 = 399 (100%)
R 195 of 399 ~ 48.87%
G 112 of 399 ~ 28.07%
B 92 of 399 ~ 23.06%

%48.87
%28.07
%23.06

CMYK color model

#C3705C color CMYK value is (0,43,53,24).

  • cyan value is 0.00%
  • magenta value is 42.56%
  • yellow value is 52.82%
  • key color value is 23.53%
CMYK:
(0,43,53,24)
C0M43Y53K24 
(0%,43%,53%,24%)
(0.00/0.43/0.53/0.24)	

CMYK percentages

%0
%42.56
%52.82
%23.53

Codes

Color #C3705C in popluar color models

C3705C
RGB19511292
HSL12°46.19%56.27%
HSB/HSV12°52.82%76.47%
CMYK0.00%42.56%52.82%
23.53%

Color #C3705C in popluar number systems.

HEXC3705C
Decimal19511292
Binary1100001111100001011100
Octal303160134

Shades and tints

Shades of #C3705C

#C3705C
(195,112,92)
#B26654
(178,102,84)
#A15C4C
(161,92,76)
#905244
(144,82,68)
#7F483C
(127,72,60)
#6E3E34
(110,62,52)
#5D342C
(93,52,44)
#4C2A24
(76,42,36)
#3B201C
(59,32,28)
#2A1614
(42,22,20)
#190C0C
(25,12,12)
#000000
(0,0,0)

Tints of #C3705C

#C3705C
(195,112,92)
#C87D6A
(200,125,106)
#CD8A78
(205,138,120)
#D29786
(210,151,134)
#D7A494
(215,164,148)
#DCB1A2
(220,177,162)
#E1BEB0
(225,190,176)
#E6CBBE
(230,203,190)
#EBD8CC
(235,216,204)
#F0E5DA
(240,229,218)
#F5F2E8
(245,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3705C; }

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

This text font color is #C3705C.


Background Color

.myBgColor { background-color: #C3705C; }

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

This div background color is #C3705C.


Border color

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

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

This div border color is #C3705C.


Opacity

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

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

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

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

This text has shadow with #C3705C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3705C on black background.


Color preview on white background

This text has color #C3705C on white background.



Black color preview on #C3705C background

This text has black color on #C3705C background.


White color preview on #C3705C background

This text has white color on #C3705C background.