COLOR #C3B8A2

HEX: #C3B8A2
RGB: (195,184,162)

Color info

#C3B8A2 contains red, green and blue colors in about the same proportion. Web safe color of #C3B8A2 is #CCCC99 (or #CC9).

RGB color model

#C3B8A2 color RGB value is (195,184,162).

  • red value is 195;
  • green value is 184;
  • blue value is 162.
RGB:
(195,184,162)
(76%,72%,64%)

RGB channels and saturation

R 195 of 255 = 76%
G 184 of 255 = 72%
B 162 of 255 = 64%

195
184
162

R + G + B ~ 71%. #C3B8A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 184 + 162 = 541 (100%)
R 195 of 541 ~ 36.04%
G 184 of 541 ~ 34.01%
B 162 of 541 ~ 29.94%

%36.04
%34.01
%29.94

CMYK color model

#C3B8A2 color CMYK value is (0,6,17,24).

  • cyan value is 0.00%
  • magenta value is 5.64%
  • yellow value is 16.92%
  • key color value is 23.53%
CMYK:
(0,6,17,24)
C0M6Y17K24 
(0%,6%,17%,24%)
(0.00/0.06/0.17/0.24)	

CMYK percentages

%0
%5.64
%16.92
%23.53

Codes

Color #C3B8A2 in popluar color models

C3B8A2
RGB195184162
HSL40°21.57%70.00%
HSB/HSV40°16.92%76.47%
CMYK0.00%5.64%16.92%
23.53%

Color #C3B8A2 in popluar number systems.

HEXC3B8A2
Decimal195184162
Binary110000111011100010100010
Octal303270242

Shades and tints

Shades of #C3B8A2

#C3B8A2
(195,184,162)
#B2A894
(178,168,148)
#A19886
(161,152,134)
#908878
(144,136,120)
#7F786A
(127,120,106)
#6E685C
(110,104,92)
#5D584E
(93,88,78)
#4C4840
(76,72,64)
#3B3832
(59,56,50)
#2A2824
(42,40,36)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #C3B8A2

#C3B8A2
(195,184,162)
#C8BEAA
(200,190,170)
#CDC4B2
(205,196,178)
#D2CABA
(210,202,186)
#D7D0C2
(215,208,194)
#DCD6CA
(220,214,202)
#E1DCD2
(225,220,210)
#E6E2DA
(230,226,218)
#EBE8E2
(235,232,226)
#F0EEEA
(240,238,234)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B8A2 color. Also use rgb(195,184,162) instead hex code.

Text Font Color

.myTextColor { color: #C3B8A2; }

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

This text font color is #C3B8A2.


Background Color

.myBgColor { background-color: #C3B8A2; }

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

This div background color is #C3B8A2.


Border color

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

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

This div border color is #C3B8A2.


Opacity

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

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

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

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

This text has shadow with #C3B8A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B8A2 on black background.


Color preview on white background

This text has color #C3B8A2 on white background.



Black color preview on #C3B8A2 background

This text has black color on #C3B8A2 background.


White color preview on #C3B8A2 background

This text has white color on #C3B8A2 background.