COLOR #C3B289

HEX: #C3B289
RGB: (195,178,137)

Color info

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

RGB color model

#C3B289 color RGB value is (195,178,137).

  • red value is 195;
  • green value is 178;
  • blue value is 137.
RGB:
(195,178,137)
(76%,70%,54%)

RGB channels and saturation

R 195 of 255 = 76%
G 178 of 255 = 70%
B 137 of 255 = 54%

195
178
137

R + G + B ~ 67%. #C3B289 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 178 + 137 = 510 (100%)
R 195 of 510 ~ 38.24%
G 178 of 510 ~ 34.9%
B 137 of 510 ~ 26.86%

%38.24
%34.9
%26.86

CMYK color model

#C3B289 color CMYK value is (0,9,30,24).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 29.74%
  • key color value is 23.53%
CMYK:
(0,9,30,24)
C0M9Y30K24 
(0%,9%,30%,24%)
(0.00/0.09/0.30/0.24)	

CMYK percentages

%0
%8.72
%29.74
%23.53

Codes

Color #C3B289 in popluar color models

C3B289
RGB195178137
HSL42°32.58%65.10%
HSB/HSV42°29.74%76.47%
CMYK0.00%8.72%29.74%
23.53%

Color #C3B289 in popluar number systems.

HEXC3B289
Decimal195178137
Binary110000111011001010001001
Octal303262211

Shades and tints

Shades of #C3B289

#C3B289
(195,178,137)
#B2A27D
(178,162,125)
#A19271
(161,146,113)
#908265
(144,130,101)
#7F7259
(127,114,89)
#6E624D
(110,98,77)
#5D5241
(93,82,65)
#4C4235
(76,66,53)
#3B3229
(59,50,41)
#2A221D
(42,34,29)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #C3B289

#C3B289
(195,178,137)
#C8B993
(200,185,147)
#CDC09D
(205,192,157)
#D2C7A7
(210,199,167)
#D7CEB1
(215,206,177)
#DCD5BB
(220,213,187)
#E1DCC5
(225,220,197)
#E6E3CF
(230,227,207)
#EBEAD9
(235,234,217)
#F0F1E3
(240,241,227)
#F5F8ED
(245,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B289 color. Also use rgb(195,178,137) instead hex code.

Text Font Color

.myTextColor { color: #C3B289; }

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

This text font color is #C3B289.


Background Color

.myBgColor { background-color: #C3B289; }

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

This div background color is #C3B289.


Border color

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

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

This div border color is #C3B289.


Opacity

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

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

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

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

This text has shadow with #C3B289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3B289 on black background.


Color preview on white background

This text has color #C3B289 on white background.



Black color preview on #C3B289 background

This text has black color on #C3B289 background.


White color preview on #C3B289 background

This text has white color on #C3B289 background.