COLOR #C3B19E

HEX: #C3B19E
RGB: (195,177,158)

Color info

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

RGB color model

#C3B19E color RGB value is (195,177,158).

  • red value is 195;
  • green value is 177;
  • blue value is 158.
RGB:
(195,177,158)
(76%,69%,62%)

RGB channels and saturation

R 195 of 255 = 76%
G 177 of 255 = 69%
B 158 of 255 = 62%

195
177
158

R + G + B ~ 69%. #C3B19E is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 177 + 158 = 530 (100%)
R 195 of 530 ~ 36.79%
G 177 of 530 ~ 33.4%
B 158 of 530 ~ 29.81%

%36.79
%33.4
%29.81

CMYK color model

#C3B19E color CMYK value is (0,9,19,24).

  • cyan value is 0.00%
  • magenta value is 9.23%
  • yellow value is 18.97%
  • key color value is 23.53%
CMYK:
(0,9,19,24)
C0M9Y19K24 
(0%,9%,19%,24%)
(0.00/0.09/0.19/0.24)	

CMYK percentages

%0
%9.23
%18.97
%23.53

Codes

Color #C3B19E in popluar color models

C3B19E
RGB195177158
HSL31°23.57%69.22%
HSB/HSV31°18.97%76.47%
CMYK0.00%9.23%18.97%
23.53%

Color #C3B19E in popluar number systems.

HEXC3B19E
Decimal195177158
Binary110000111011000110011110
Octal303261236

Shades and tints

Shades of #C3B19E

#C3B19E
(195,177,158)
#B2A190
(178,161,144)
#A19182
(161,145,130)
#908174
(144,129,116)
#7F7166
(127,113,102)
#6E6158
(110,97,88)
#5D514A
(93,81,74)
#4C413C
(76,65,60)
#3B312E
(59,49,46)
#2A2120
(42,33,32)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #C3B19E

#C3B19E
(195,177,158)
#C8B8A6
(200,184,166)
#CDBFAE
(205,191,174)
#D2C6B6
(210,198,182)
#D7CDBE
(215,205,190)
#DCD4C6
(220,212,198)
#E1DBCE
(225,219,206)
#E6E2D6
(230,226,214)
#EBE9DE
(235,233,222)
#F0F0E6
(240,240,230)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B19E color. Also use rgb(195,177,158) instead hex code.

Text Font Color

.myTextColor { color: #C3B19E; }

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

This text font color is #C3B19E.


Background Color

.myBgColor { background-color: #C3B19E; }

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

This div background color is #C3B19E.


Border color

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

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

This div border color is #C3B19E.


Opacity

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

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

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

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

This text has shadow with #C3B19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B19E on black background.


Color preview on white background

This text has color #C3B19E on white background.



Black color preview on #C3B19E background

This text has black color on #C3B19E background.


White color preview on #C3B19E background

This text has white color on #C3B19E background.