COLOR #C3B481

HEX: #C3B481 RGB: (195,180,129)

Color info

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

RGB color model

#C3B481 color RGB value is (195,180,129).

RGB: (195,180,129) (76%, 71%, 51%)

RGB channels and saturation

R 195 of 255 = 76%
G 180 of 255 = 71%
B 129 of 255 = 51%

195
180
129

R + G + B ~ 66%. #C3B481 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 180 + 129 = 504 (100%)
R 195 of 504 ~ 38.69%
G 180 of 504 ~ 35.71%
B 129 of 504 ~ 25.6'%

%38.69
%35.71
%25.6

CMYK color model

#C3B481 color CMYK value is (0,8,34,24).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 33.85%
  • key color value is 23.53%

CMYK: (0,8,34,24)
C0M8Y34K24 (0%, 8%, 34%, 24%)
(0.00 / 0.08 / 0.34 / 0.24)

CMYK percentages

%0
%7.69
%33.85
%23.53

Codes

Color #C3B481 in popluar color models

C3 B4 81
RGB 195 180 129
HSL 46° 35.48% 63.53%
HSB/HSV 46° 33.85% 76.47%
CMYK 0.00% 7.69% 33.85%
23.53%

Color #C3B481 in popluar number systems.

HEX C3 B4 81
Decimal 195 180 129
Binary 11000011 10110100 10000001
Octal 303 264 201

Shades and tints

Shades of #C3B481

#C3B481
(195,180,129)
#B2A476
(178,164,118)
#A1946B
(161,148,107)
#908460
(144,132,96)
#7F7455
(127,116,85)
#6E644A
(110,100,74)
#5D543F
(93,84,63)
#4C4434
(76,68,52)
#3B3429
(59,52,41)
#2A241E
(42,36,30)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #C3B481

#C3B481
(195,180,129)
#C8BA8C
(200,186,140)
#CDC097
(205,192,151)
#D2C6A2
(210,198,162)
#D7CCAD
(215,204,173)
#DCD2B8
(220,210,184)
#E1D8C3
(225,216,195)
#E6DECE
(230,222,206)
#EBE4D9
(235,228,217)
#F0EAE4
(240,234,228)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B481; }

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

This text font color is #C3B481.

Background Color

.myBgColor { background-color: #C3B481; }

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

This div background color is #C3B481.

Border color

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

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

This div border color is #C3B481.

Opacity

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

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

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

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

This text has shadow with #C3B481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B481.

Preview

Color preview on black background

This text has color #C3B481 on black background.


Color preview on white background

This text has color #C3B481 on white background.


Black color preview on #C3B481 background

This text has black color on #C3B481 background.


White color preview on #C3B481 background

This text has white color on #C3B481 background.


Related colors

Complementary color

Complementary color for #hex is #3C4B7E.


I love getcolorcode.com

Triadic colors

1 #81C3B4 and #B481C3 with #C3B481 are triadic colors.

2 #81B4C3 and #B4C381 with #C3B481 are triadic colors.