COLOR #C2B580

HEX: #C2B580 RGB: (194,181,128)

Color info

#C2B580 contains mainly red and green colors. Web safe color of #C2B580 is #CCCC66 (or #CC6).

RGB color model

#C2B580 color RGB value is (194,181,128).

RGB: (194,181,128) (76%, 71%, 50%)

RGB channels and saturation

R 194 of 255 = 76%
G 181 of 255 = 71%
B 128 of 255 = 50%

194
181
128

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

Portions of RGB colors in percentages

R + G + B = 194 + 181 + 128 = 503 (100%)
R 194 of 503 ~ 38.57%
G 181 of 503 ~ 35.98%
B 128 of 503 ~ 25.45'%

%38.57
%35.98
%25.45

CMYK color model

#C2B580 color CMYK value is (0,7,34,24).

  • cyan value is 0.00%
  • magenta value is 6.70%
  • yellow value is 34.02%
  • key color value is 23.92%

CMYK: (0,7,34,24)
C0M7Y34K24 (0%, 7%, 34%, 24%)
(0.00 / 0.07 / 0.34 / 0.24)

CMYK percentages

%0
%6.7
%34.02
%23.92

Codes

Color #C2B580 in popluar color models

C2 B5 80
RGB 194 181 128
HSL 48° 35.11% 63.14%
HSB/HSV 48° 34.02% 76.08%
CMYK 0.00% 6.70% 34.02%
23.92%

Color #C2B580 in popluar number systems.

HEX C2 B5 80
Decimal 194 181 128
Binary 11000010 10110101 10000000
Octal 302 265 200

Shades and tints

Shades of #C2B580

#C2B580
(194,181,128)
#B1A575
(177,165,117)
#A0956A
(160,149,106)
#8F855F
(143,133,95)
#7E7554
(126,117,84)
#6D6549
(109,101,73)
#5C553E
(92,85,62)
#4B4533
(75,69,51)
#3A3528
(58,53,40)
#29251D
(41,37,29)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #C2B580

#C2B580
(194,181,128)
#C7BB8B
(199,187,139)
#CCC196
(204,193,150)
#D1C7A1
(209,199,161)
#D6CDAC
(214,205,172)
#DBD3B7
(219,211,183)
#E0D9C2
(224,217,194)
#E5DFCD
(229,223,205)
#EAE5D8
(234,229,216)
#EFEBE3
(239,235,227)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B580 color. Also use rgb(194,181,128) instead hex code.

Text Font Color

.myTextColor { color: #C2B580; }

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

This text font color is #C2B580.

Background Color

.myBgColor { background-color: #C2B580; }

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

This div background color is #C2B580.

Border color

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

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

This div border color is #C2B580.

Opacity

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

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

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

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

This text has shadow with #C2B580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B580.

Preview

Color preview on black background

This text has color #C2B580 on black background.


Color preview on white background

This text has color #C2B580 on white background.


Black color preview on #C2B580 background

This text has black color on #C2B580 background.


White color preview on #C2B580 background

This text has white color on #C2B580 background.


Related colors

Complementary color

Complementary color for #hex is #3D4A7F.


I love getcolorcode.com

Triadic colors

1 #80C2B5 and #B580C2 with #C2B580 are triadic colors.

2 #80B5C2 and #B5C280 with #C2B580 are triadic colors.