COLOR #C3695E

HEX: #C3695E
RGB: (195,105,94)

Color info

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

RGB color model

#C3695E color RGB value is (195,105,94).

  • red value is 195;
  • green value is 105;
  • blue value is 94.
RGB:
(195,105,94)
(76%,41%,37%)

RGB channels and saturation

R 195 of 255 = 76%
G 105 of 255 = 41%
B 94 of 255 = 37%

195
105
94

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

Portions of RGB colors in percentages

R + G + B =
195 + 105 + 94 = 394 (100%)
R 195 of 394 ~ 49.49%
G 105 of 394 ~ 26.65%
B 94 of 394 ~ 23.86%

%49.49
%26.65
%23.86

CMYK color model

#C3695E color CMYK value is (0,46,52,24).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 51.79%
  • key color value is 23.53%
CMYK:
(0,46,52,24)
C0M46Y52K24 
(0%,46%,52%,24%)
(0.00/0.46/0.52/0.24)	

CMYK percentages

%0
%46.15
%51.79
%23.53

Codes

Color #C3695E in popluar color models

C3695E
RGB19510594
HSL45.70%56.67%
HSB/HSV51.79%76.47%
CMYK0.00%46.15%51.79%
23.53%

Color #C3695E in popluar number systems.

HEXC3695E
Decimal19510594
Binary1100001111010011011110
Octal303151136

Shades and tints

Shades of #C3695E

#C3695E
(195,105,94)
#B26056
(178,96,86)
#A1574E
(161,87,78)
#904E46
(144,78,70)
#7F453E
(127,69,62)
#6E3C36
(110,60,54)
#5D332E
(93,51,46)
#4C2A26
(76,42,38)
#3B211E
(59,33,30)
#2A1816
(42,24,22)
#190F0E
(25,15,14)
#000000
(0,0,0)

Tints of #C3695E

#C3695E
(195,105,94)
#C8766C
(200,118,108)
#CD837A
(205,131,122)
#D29088
(210,144,136)
#D79D96
(215,157,150)
#DCAAA4
(220,170,164)
#E1B7B2
(225,183,178)
#E6C4C0
(230,196,192)
#EBD1CE
(235,209,206)
#F0DEDC
(240,222,220)
#F5EBEA
(245,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3695E color. Also use rgb(195,105,94) instead hex code.

Text Font Color

.myTextColor { color: #C3695E; }

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

This text font color is #C3695E.


Background Color

.myBgColor { background-color: #C3695E; }

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

This div background color is #C3695E.


Border color

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

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

This div border color is #C3695E.


Opacity

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

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

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

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

This text has shadow with #C3695E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3695E on black background.


Color preview on white background

This text has color #C3695E on white background.



Black color preview on #C3695E background

This text has black color on #C3695E background.


White color preview on #C3695E background

This text has white color on #C3695E background.