COLOR #C3988C

HEX: #C3988C
RGB: (195,152,140)

Color info

#C3988C contains red, green and blue colors in about the same proportion. Web safe color of #C3988C is #CC9999 (or #C99).

RGB color model

#C3988C color RGB value is (195,152,140).

  • red value is 195;
  • green value is 152;
  • blue value is 140.
RGB:
(195,152,140)
(76%,60%,55%)

RGB channels and saturation

R 195 of 255 = 76%
G 152 of 255 = 60%
B 140 of 255 = 55%

195
152
140

R + G + B ~ 64%. #C3988C is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 152 + 140 = 487 (100%)
R 195 of 487 ~ 40.04%
G 152 of 487 ~ 31.21%
B 140 of 487 ~ 28.75%

%40.04
%31.21
%28.75

CMYK color model

#C3988C color CMYK value is (0,22,28,24).

  • cyan value is 0.00%
  • magenta value is 22.05%
  • yellow value is 28.21%
  • key color value is 23.53%
CMYK:
(0,22,28,24)
C0M22Y28K24 
(0%,22%,28%,24%)
(0.00/0.22/0.28/0.24)	

CMYK percentages

%0
%22.05
%28.21
%23.53

Codes

Color #C3988C in popluar color models

C3988C
RGB195152140
HSL13°31.43%65.69%
HSB/HSV13°28.21%76.47%
CMYK0.00%22.05%28.21%
23.53%

Color #C3988C in popluar number systems.

HEXC3988C
Decimal195152140
Binary110000111001100010001100
Octal303230214

Shades and tints

Shades of #C3988C

#C3988C
(195,152,140)
#B28B80
(178,139,128)
#A17E74
(161,126,116)
#907168
(144,113,104)
#7F645C
(127,100,92)
#6E5750
(110,87,80)
#5D4A44
(93,74,68)
#4C3D38
(76,61,56)
#3B302C
(59,48,44)
#2A2320
(42,35,32)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #C3988C

#C3988C
(195,152,140)
#C8A196
(200,161,150)
#CDAAA0
(205,170,160)
#D2B3AA
(210,179,170)
#D7BCB4
(215,188,180)
#DCC5BE
(220,197,190)
#E1CEC8
(225,206,200)
#E6D7D2
(230,215,210)
#EBE0DC
(235,224,220)
#F0E9E6
(240,233,230)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3988C color. Also use rgb(195,152,140) instead hex code.

Text Font Color

.myTextColor { color: #C3988C; }

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

This text font color is #C3988C.


Background Color

.myBgColor { background-color: #C3988C; }

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

This div background color is #C3988C.


Border color

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

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

This div border color is #C3988C.


Opacity

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

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

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

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

This text has shadow with #C3988C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3988C on black background.


Color preview on white background

This text has color #C3988C on white background.



Black color preview on #C3988C background

This text has black color on #C3988C background.


White color preview on #C3988C background

This text has white color on #C3988C background.