COLOR #C2B983

HEX: #C2B983 RGB: (194,185,131)

Color info

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

RGB color model

#C2B983 color RGB value is (194,185,131).

RGB: (194,185,131) (76%, 73%, 51%)

RGB channels and saturation

R 194 of 255 = 76%
G 185 of 255 = 73%
B 131 of 255 = 51%

194
185
131

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

Portions of RGB colors in percentages

R + G + B = 194 + 185 + 131 = 510 (100%)
R 194 of 510 ~ 38.04%
G 185 of 510 ~ 36.27%
B 131 of 510 ~ 25.69'%

%38.04
%36.27
%25.69

CMYK color model

#C2B983 color CMYK value is (0,5,32,24).

  • cyan value is 0.00%
  • magenta value is 4.64%
  • yellow value is 32.47%
  • key color value is 23.92%

CMYK: (0,5,32,24)
C0M5Y32K24 (0%, 5%, 32%, 24%)
(0.00 / 0.05 / 0.32 / 0.24)

CMYK percentages

%0
%4.64
%32.47
%23.92

Codes

Color #C2B983 in popluar color models

C2 B9 83
RGB 194 185 131
HSL 51° 34.05% 63.73%
HSB/HSV 51° 32.47% 76.08%
CMYK 0.00% 4.64% 32.47%
23.92%

Color #C2B983 in popluar number systems.

HEX C2 B9 83
Decimal 194 185 131
Binary 11000010 10111001 10000011
Octal 302 271 203

Shades and tints

Shades of #C2B983

#C2B983
(194,185,131)
#B1A978
(177,169,120)
#A0996D
(160,153,109)
#8F8962
(143,137,98)
#7E7957
(126,121,87)
#6D694C
(109,105,76)
#5C5941
(92,89,65)
#4B4936
(75,73,54)
#3A392B
(58,57,43)
#292920
(41,41,32)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #C2B983

#C2B983
(194,185,131)
#C7BF8E
(199,191,142)
#CCC599
(204,197,153)
#D1CBA4
(209,203,164)
#D6D1AF
(214,209,175)
#DBD7BA
(219,215,186)
#E0DDC5
(224,221,197)
#E5E3D0
(229,227,208)
#EAE9DB
(234,233,219)
#EFEFE6
(239,239,230)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B983 color. Also use rgb(194,185,131) instead hex code.

Text Font Color

.myTextColor { color: #C2B983; }

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

This text font color is #C2B983.

Background Color

.myBgColor { background-color: #C2B983; }

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

This div background color is #C2B983.

Border color

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

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

This div border color is #C2B983.

Opacity

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

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

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

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

This text has shadow with #C2B983 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B983.

Preview

Color preview on black background

This text has color #C2B983 on black background.


Color preview on white background

This text has color #C2B983 on white background.


Black color preview on #C2B983 background

This text has black color on #C2B983 background.


White color preview on #C2B983 background

This text has white color on #C2B983 background.


Related colors

Complementary color

Complementary color for #hex is #3D467C.


I love getcolorcode.com

Triadic colors

1 #83C2B9 and #B983C2 with #C2B983 are triadic colors.

2 #83B9C2 and #B9C283 with #C2B983 are triadic colors.