COLOR #C0B2B1

HEX: #C0B2B1
RGB: (192,178,177)

Color info

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

RGB color model

#C0B2B1 color RGB value is (192,178,177).

  • red value is 192;
  • green value is 178;
  • blue value is 177.
RGB:
(192,178,177)
(75%,70%,69%)

RGB channels and saturation

R 192 of 255 = 75%
G 178 of 255 = 70%
B 177 of 255 = 69%

192
178
177

R + G + B ~ 71%. #C0B2B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 178 + 177 = 547 (100%)
R 192 of 547 ~ 35.1%
G 178 of 547 ~ 32.54%
B 177 of 547 ~ 32.36%

%35.1
%32.54
%32.36

CMYK color model

#C0B2B1 color CMYK value is (0,7,8,25).

  • cyan value is 0.00%
  • magenta value is 7.29%
  • yellow value is 7.81%
  • key color value is 24.71%
CMYK:
(0,7,8,25)
C0M7Y8K25 
(0%,7%,8%,25%)
(0.00/0.07/0.08/0.25)	

CMYK percentages

%0
%7.29
%7.81
%24.71

Codes

Color #C0B2B1 in popluar color models

C0B2B1
RGB192178177
HSL10.64%72.35%
HSB/HSV7.81%75.29%
CMYK0.00%7.29%7.81%
24.71%

Color #C0B2B1 in popluar number systems.

HEXC0B2B1
Decimal192178177
Binary110000001011001010110001
Octal300262261

Shades and tints

Shades of #C0B2B1

#C0B2B1
(192,178,177)
#AFA2A1
(175,162,161)
#9E9291
(158,146,145)
#8D8281
(141,130,129)
#7C7271
(124,114,113)
#6B6261
(107,98,97)
#5A5251
(90,82,81)
#494241
(73,66,65)
#383231
(56,50,49)
#272221
(39,34,33)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #C0B2B1

#C0B2B1
(192,178,177)
#C5B9B8
(197,185,184)
#CAC0BF
(202,192,191)
#CFC7C6
(207,199,198)
#D4CECD
(212,206,205)
#D9D5D4
(217,213,212)
#DEDCDB
(222,220,219)
#E3E3E2
(227,227,226)
#E8EAE9
(232,234,233)
#EDF1F0
(237,241,240)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B2B1 color. Also use rgb(192,178,177) instead hex code.

Text Font Color

.myTextColor { color: #C0B2B1; }

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

This text font color is #C0B2B1.


Background Color

.myBgColor { background-color: #C0B2B1; }

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

This div background color is #C0B2B1.


Border color

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

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

This div border color is #C0B2B1.


Opacity

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

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

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

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

This text has shadow with #C0B2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B2B1 on black background.


Color preview on white background

This text has color #C0B2B1 on white background.



Black color preview on #C0B2B1 background

This text has black color on #C0B2B1 background.


White color preview on #C0B2B1 background

This text has white color on #C0B2B1 background.