COLOR #C0B2B5

HEX: #C0B2B5 RGB: (192,178,181)

Color info

#C0B2B5 contains red, green and blue colors in about the same proportion. Web safe color of #C0B2B5 is #CC99CC (or #C9C).

RGB color model

#C0B2B5 color RGB value is (192,178,181).

RGB: (192,178,181) (75%, 70%, 71%)

RGB channels and saturation

R 192 of 255 = 75%
G 178 of 255 = 70%
B 181 of 255 = 71%

192
178
181

R + G + B ~ 72%. #C0B2B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 178 + 181 = 551 (100%)
R 192 of 551 ~ 34.85%
G 178 of 551 ~ 32.3%
B 181 of 551 ~ 32.85'%

%34.85
%32.3
%32.85

CMYK color model

#C0B2B5 color CMYK value is (0,7,6,25).

  • cyan value is 0.00%
  • magenta value is 7.29%
  • yellow value is 5.73%
  • key color value is 24.71%

CMYK: (0,7,6,25)
C0M7Y6K25 (0%, 7%, 6%, 25%)
(0.00 / 0.07 / 0.06 / 0.25)

CMYK percentages

%0
%7.29
%5.73
%24.71

Codes

Color #C0B2B5 in popluar color models

C0 B2 B5
RGB 192 178 181
HSL 347° 10.00% 72.55%
HSB/HSV 347° 7.29% 75.29%
CMYK 0.00% 7.29% 5.73%
24.71%

Color #C0B2B5 in popluar number systems.

HEX C0 B2 B5
Decimal 192 178 181
Binary 11000000 10110010 10110101
Octal 300 262 265

Shades and tints

Shades of #C0B2B5

#C0B2B5
(192,178,181)
#AFA2A5
(175,162,165)
#9E9295
(158,146,149)
#8D8285
(141,130,133)
#7C7275
(124,114,117)
#6B6265
(107,98,101)
#5A5255
(90,82,85)
#494245
(73,66,69)
#383235
(56,50,53)
#272225
(39,34,37)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #C0B2B5

#C0B2B5
(192,178,181)
#C5B9BB
(197,185,187)
#CAC0C1
(202,192,193)
#CFC7C7
(207,199,199)
#D4CECD
(212,206,205)
#D9D5D3
(217,213,211)
#DEDCD9
(222,220,217)
#E3E3DF
(227,227,223)
#E8EAE5
(232,234,229)
#EDF1EB
(237,241,235)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B2B5; }

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

This text font color is #C0B2B5.

Background Color

.myBgColor { background-color: #C0B2B5; }

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

This div background color is #C0B2B5.

Border color

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

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

This div border color is #C0B2B5.

Opacity

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

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

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

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

This text has shadow with #C0B2B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0B2B5.

Preview

Color preview on black background

This text has color #C0B2B5 on black background.


Color preview on white background

This text has color #C0B2B5 on white background.


Black color preview on #C0B2B5 background

This text has black color on #C0B2B5 background.


White color preview on #C0B2B5 background

This text has white color on #C0B2B5 background.


Related colors

Complementary color

Complementary color for #hex is #3F4D4A.


I love getcolorcode.com

Triadic colors

1 #B5C0B2 and #B2B5C0 with #C0B2B5 are triadic colors.

2 #B5B2C0 and #B2C0B5 with #C0B2B5 are triadic colors.