COLOR #C3787A

HEX: #C3787A
RGB: (195,120,122)

Color info

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

RGB color model

#C3787A color RGB value is (195,120,122).

  • red value is 195;
  • green value is 120;
  • blue value is 122.
RGB:
(195,120,122)
(76%,47%,48%)

RGB channels and saturation

R 195 of 255 = 76%
G 120 of 255 = 47%
B 122 of 255 = 48%

195
120
122

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

Portions of RGB colors in percentages

R + G + B =
195 + 120 + 122 = 437 (100%)
R 195 of 437 ~ 44.62%
G 120 of 437 ~ 27.46%
B 122 of 437 ~ 27.92%

%44.62
%27.46
%27.92

CMYK color model

#C3787A color CMYK value is (0,38,37,24).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 37.44%
  • key color value is 23.53%
CMYK:
(0,38,37,24)
C0M38Y37K24 
(0%,38%,37%,24%)
(0.00/0.38/0.37/0.24)	

CMYK percentages

%0
%38.46
%37.44
%23.53

Codes

Color #C3787A in popluar color models

C3787A
RGB195120122
HSL358°38.46%61.76%
HSB/HSV358°38.46%76.47%
CMYK0.00%38.46%37.44%
23.53%

Color #C3787A in popluar number systems.

HEXC3787A
Decimal195120122
Binary1100001111110001111010
Octal303170172

Shades and tints

Shades of #C3787A

#C3787A
(195,120,122)
#B26E6F
(178,110,111)
#A16464
(161,100,100)
#905A59
(144,90,89)
#7F504E
(127,80,78)
#6E4643
(110,70,67)
#5D3C38
(93,60,56)
#4C322D
(76,50,45)
#3B2822
(59,40,34)
#2A1E17
(42,30,23)
#19140C
(25,20,12)
#000000
(0,0,0)

Tints of #C3787A

#C3787A
(195,120,122)
#C88486
(200,132,134)
#CD9092
(205,144,146)
#D29C9E
(210,156,158)
#D7A8AA
(215,168,170)
#DCB4B6
(220,180,182)
#E1C0C2
(225,192,194)
#E6CCCE
(230,204,206)
#EBD8DA
(235,216,218)
#F0E4E6
(240,228,230)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3787A color. Also use rgb(195,120,122) instead hex code.

Text Font Color

.myTextColor { color: #C3787A; }

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

This text font color is #C3787A.


Background Color

.myBgColor { background-color: #C3787A; }

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

This div background color is #C3787A.


Border color

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

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

This div border color is #C3787A.


Opacity

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

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

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

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

This text has shadow with #C3787A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3787A on black background.


Color preview on white background

This text has color #C3787A on white background.



Black color preview on #C3787A background

This text has black color on #C3787A background.


White color preview on #C3787A background

This text has white color on #C3787A background.