COLOR #C2B2A2

HEX: #C2B2A2
RGB: (194,178,162)

Color info

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

RGB color model

#C2B2A2 color RGB value is (194,178,162).

  • red value is 194;
  • green value is 178;
  • blue value is 162.
RGB:
(194,178,162)
(76%,70%,64%)

RGB channels and saturation

R 194 of 255 = 76%
G 178 of 255 = 70%
B 162 of 255 = 64%

194
178
162

R + G + B ~ 70%. #C2B2A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 178 + 162 = 534 (100%)
R 194 of 534 ~ 36.33%
G 178 of 534 ~ 33.33%
B 162 of 534 ~ 30.34%

%36.33
%33.33
%30.34

CMYK color model

#C2B2A2 color CMYK value is (0,8,16,24).

  • cyan value is 0.00%
  • magenta value is 8.25%
  • yellow value is 16.49%
  • key color value is 23.92%
CMYK:
(0,8,16,24)
C0M8Y16K24 
(0%,8%,16%,24%)
(0.00/0.08/0.16/0.24)	

CMYK percentages

%0
%8.25
%16.49
%23.92

Codes

Color #C2B2A2 in popluar color models

C2B2A2
RGB194178162
HSL30°20.78%69.80%
HSB/HSV30°16.49%76.08%
CMYK0.00%8.25%16.49%
23.92%

Color #C2B2A2 in popluar number systems.

HEXC2B2A2
Decimal194178162
Binary110000101011001010100010
Octal302262242

Shades and tints

Shades of #C2B2A2

#C2B2A2
(194,178,162)
#B1A294
(177,162,148)
#A09286
(160,146,134)
#8F8278
(143,130,120)
#7E726A
(126,114,106)
#6D625C
(109,98,92)
#5C524E
(92,82,78)
#4B4240
(75,66,64)
#3A3232
(58,50,50)
#292224
(41,34,36)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #C2B2A2

#C2B2A2
(194,178,162)
#C7B9AA
(199,185,170)
#CCC0B2
(204,192,178)
#D1C7BA
(209,199,186)
#D6CEC2
(214,206,194)
#DBD5CA
(219,213,202)
#E0DCD2
(224,220,210)
#E5E3DA
(229,227,218)
#EAEAE2
(234,234,226)
#EFF1EA
(239,241,234)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2B2A2; }

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

This text font color is #C2B2A2.


Background Color

.myBgColor { background-color: #C2B2A2; }

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

This div background color is #C2B2A2.


Border color

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

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

This div border color is #C2B2A2.


Opacity

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

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

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

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

This text has shadow with #C2B2A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B2A2 on black background.


Color preview on white background

This text has color #C2B2A2 on white background.



Black color preview on #C2B2A2 background

This text has black color on #C2B2A2 background.


White color preview on #C2B2A2 background

This text has white color on #C2B2A2 background.