COLOR #C2B082

HEX: #C2B082 RGB: (194,176,130)

Color info

#C2B082 contains mainly red and green colors. Web safe color of #C2B082 is #CC9999 (or #C99).

RGB color model

#C2B082 color RGB value is (194,176,130).

RGB: (194,176,130) (76%, 69%, 51%)

RGB channels and saturation

R 194 of 255 = 76%
G 176 of 255 = 69%
B 130 of 255 = 51%

194
176
130

R + G + B ~ 65%. #C2B082 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 176 + 130 = 500 (100%)
R 194 of 500 ~ 38.8%
G 176 of 500 ~ 35.2%
B 130 of 500 ~ 26'%

%38.8
%35.2
%26

CMYK color model

#C2B082 color CMYK value is (0,9,33,24).

  • cyan value is 0.00%
  • magenta value is 9.28%
  • yellow value is 32.99%
  • key color value is 23.92%

CMYK: (0,9,33,24)
C0M9Y33K24 (0%, 9%, 33%, 24%)
(0.00 / 0.09 / 0.33 / 0.24)

CMYK percentages

%0
%9.28
%32.99
%23.92

Codes

Color #C2B082 in popluar color models

C2 B0 82
RGB 194 176 130
HSL 43° 34.41% 63.53%
HSB/HSV 43° 32.99% 76.08%
CMYK 0.00% 9.28% 32.99%
23.92%

Color #C2B082 in popluar number systems.

HEX C2 B0 82
Decimal 194 176 130
Binary 11000010 10110000 10000010
Octal 302 260 202

Shades and tints

Shades of #C2B082

#C2B082
(194,176,130)
#B1A077
(177,160,119)
#A0906C
(160,144,108)
#8F8061
(143,128,97)
#7E7056
(126,112,86)
#6D604B
(109,96,75)
#5C5040
(92,80,64)
#4B4035
(75,64,53)
#3A302A
(58,48,42)
#29201F
(41,32,31)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #C2B082

#C2B082
(194,176,130)
#C7B78D
(199,183,141)
#CCBE98
(204,190,152)
#D1C5A3
(209,197,163)
#D6CCAE
(214,204,174)
#DBD3B9
(219,211,185)
#E0DAC4
(224,218,196)
#E5E1CF
(229,225,207)
#EAE8DA
(234,232,218)
#EFEFE5
(239,239,229)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B082 color. Also use rgb(194,176,130) instead hex code.

Text Font Color

.myTextColor { color: #C2B082; }

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

This text font color is #C2B082.

Background Color

.myBgColor { background-color: #C2B082; }

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

This div background color is #C2B082.

Border color

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

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

This div border color is #C2B082.

Opacity

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

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

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

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

This text has shadow with #C2B082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B082.

Preview

Color preview on black background

This text has color #C2B082 on black background.


Color preview on white background

This text has color #C2B082 on white background.


Black color preview on #C2B082 background

This text has black color on #C2B082 background.


White color preview on #C2B082 background

This text has white color on #C2B082 background.


Related colors

Complementary color

Complementary color for #hex is #3D4F7D.


I love getcolorcode.com

Triadic colors

1 #82C2B0 and #B082C2 with #C2B082 are triadic colors.

2 #82B0C2 and #B0C282 with #C2B082 are triadic colors.