COLOR #C2B29B

HEX: #C2B29B RGB: (194,178,155)

Color info

#C2B29B contains red, green and blue colors in about the same proportion. Web safe color of #C2B29B is #CC9999 (or #C99).

RGB color model

#C2B29B color RGB value is (194,178,155).

RGB: (194,178,155) (76%, 70%, 61%)

RGB channels and saturation

R 194 of 255 = 76%
G 178 of 255 = 70%
B 155 of 255 = 61%

194
178
155

R + G + B ~ 69%. #C2B29B is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 178 + 155 = 527 (100%)
R 194 of 527 ~ 36.81%
G 178 of 527 ~ 33.78%
B 155 of 527 ~ 29.41'%

%36.81
%33.78
%29.41

CMYK color model

#C2B29B color CMYK value is (0,8,20,24).

  • cyan value is 0.00%
  • magenta value is 8.25%
  • yellow value is 20.10%
  • key color value is 23.92%

CMYK: (0,8,20,24)
C0M8Y20K24 (0%, 8%, 20%, 24%)
(0.00 / 0.08 / 0.20 / 0.24)

CMYK percentages

%0
%8.25
%20.1
%23.92

Codes

Color #C2B29B in popluar color models

C2 B2 9B
RGB 194 178 155
HSL 35° 24.22% 68.43%
HSB/HSV 35° 20.10% 76.08%
CMYK 0.00% 8.25% 20.10%
23.92%

Color #C2B29B in popluar number systems.

HEX C2 B2 9B
Decimal 194 178 155
Binary 11000010 10110010 10011011
Octal 302 262 233

Shades and tints

Shades of #C2B29B

#C2B29B
(194,178,155)
#B1A28D
(177,162,141)
#A0927F
(160,146,127)
#8F8271
(143,130,113)
#7E7263
(126,114,99)
#6D6255
(109,98,85)
#5C5247
(92,82,71)
#4B4239
(75,66,57)
#3A322B
(58,50,43)
#29221D
(41,34,29)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #C2B29B

#C2B29B
(194,178,155)
#C7B9A4
(199,185,164)
#CCC0AD
(204,192,173)
#D1C7B6
(209,199,182)
#D6CEBF
(214,206,191)
#DBD5C8
(219,213,200)
#E0DCD1
(224,220,209)
#E5E3DA
(229,227,218)
#EAEAE3
(234,234,227)
#EFF1EC
(239,241,236)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B29B color. Also use rgb(194,178,155) instead hex code.

Text Font Color

.myTextColor { color: #C2B29B; }

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

This text font color is #C2B29B.

Background Color

.myBgColor { background-color: #C2B29B; }

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

This div background color is #C2B29B.

Border color

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

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

This div border color is #C2B29B.

Opacity

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

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

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

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

This text has shadow with #C2B29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2B29B.

Preview

Color preview on black background

This text has color #C2B29B on black background.


Color preview on white background

This text has color #C2B29B on white background.


Black color preview on #C2B29B background

This text has black color on #C2B29B background.


White color preview on #C2B29B background

This text has white color on #C2B29B background.


Related colors

Complementary color

Complementary color for #hex is #3D4D64.


I love getcolorcode.com

Triadic colors

1 #9BC2B2 and #B29BC2 with #C2B29B are triadic colors.

2 #9BB2C2 and #B2C29B with #C2B29B are triadic colors.