COLOR #C3B486

HEX: #C3B486 RGB: (195,180,134)

Color info

#C3B486 contains mainly red and green colors. Web safe color of #C3B486 is #CCCC99 (or #CC9).

RGB color model

#C3B486 color RGB value is (195,180,134).

RGB: (195,180,134) (76%, 71%, 53%)

RGB channels and saturation

R 195 of 255 = 76%
G 180 of 255 = 71%
B 134 of 255 = 53%

195
180
134

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

Portions of RGB colors in percentages

R + G + B = 195 + 180 + 134 = 509 (100%)
R 195 of 509 ~ 38.31%
G 180 of 509 ~ 35.36%
B 134 of 509 ~ 26.33'%

%38.31
%35.36
%26.33

CMYK color model

#C3B486 color CMYK value is (0,8,31,24).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 31.28%
  • key color value is 23.53%
CMYK: (0,8,31,24) C0M8Y31K24 (0%,8%,31%,24%) (0.00/0.08/0.31/0.24) 

CMYK percentages

%0
%7.69
%31.28
%23.53

Codes

Color #C3B486 in popluar color models

C3 B4 86
RGB 195 180 134
HSL 45° 33.70% 64.51%
HSB/HSV 45° 31.28% 76.47%
CMYK 0.00% 7.69% 31.28%
23.53%

Color #C3B486 in popluar number systems.

HEX C3 B4 86
Decimal 195 180 134
Binary 11000011 10110100 10000110
Octal 303 264 206

Shades and tints

Shades of #C3B486

#C3B486
(195,180,134)
#B2A47A
(178,164,122)
#A1946E
(161,148,110)
#908462
(144,132,98)
#7F7456
(127,116,86)
#6E644A
(110,100,74)
#5D543E
(93,84,62)
#4C4432
(76,68,50)
#3B3426
(59,52,38)
#2A241A
(42,36,26)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #C3B486

#C3B486
(195,180,134)
#C8BA91
(200,186,145)
#CDC09C
(205,192,156)
#D2C6A7
(210,198,167)
#D7CCB2
(215,204,178)
#DCD2BD
(220,210,189)
#E1D8C8
(225,216,200)
#E6DED3
(230,222,211)
#EBE4DE
(235,228,222)
#F0EAE9
(240,234,233)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B486 color. Also use rgb(195,180,134) instead hex code.

Text Font Color

.myTextColor { color: #C3B486; }

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

This text font color is #C3B486.

Background Color

.myBgColor { background-color: #C3B486; }

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

This div background color is #C3B486.

Border color

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

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

This div border color is #C3B486.

Opacity

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

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

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

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

This text has shadow with #C3B486 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B486.

Preview

Color preview on black background

This text has color #C3B486 on black background.


Color preview on white background

This text has color #C3B486 on white background.


Black color preview on #C3B486 background

This text has black color on #C3B486 background.


White color preview on #C3B486 background

This text has white color on #C3B486 background.


Related colors

Complementary color

Complementary color for #hex is #3C4B79.


I love getcolorcode.com

Triadic colors

1 #86C3B4 and #B486C3 with #C3B486 are triadic colors.

2 #86B4C3 and #B4C386 with #C3B486 are triadic colors.