COLOR #C0B3A5

HEX: #C0B3A5
RGB: (192,179,165)

Color info

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

RGB color model

#C0B3A5 color RGB value is (192,179,165).

  • red value is 192;
  • green value is 179;
  • blue value is 165.
RGB:
(192,179,165)
(75%,70%,65%)

RGB channels and saturation

R 192 of 255 = 75%
G 179 of 255 = 70%
B 165 of 255 = 65%

192
179
165

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

Portions of RGB colors in percentages

R + G + B =
192 + 179 + 165 = 536 (100%)
R 192 of 536 ~ 35.82%
G 179 of 536 ~ 33.4%
B 165 of 536 ~ 30.78%

%35.82
%33.4
%30.78

CMYK color model

#C0B3A5 color CMYK value is (0,7,14,25).

  • cyan value is 0.00%
  • magenta value is 6.77%
  • yellow value is 14.06%
  • key color value is 24.71%
CMYK:
(0,7,14,25)
C0M7Y14K25 
(0%,7%,14%,25%)
(0.00/0.07/0.14/0.25)	

CMYK percentages

%0
%6.77
%14.06
%24.71

Codes

Color #C0B3A5 in popluar color models

C0B3A5
RGB192179165
HSL31°17.65%70.00%
HSB/HSV31°14.06%75.29%
CMYK0.00%6.77%14.06%
24.71%

Color #C0B3A5 in popluar number systems.

HEXC0B3A5
Decimal192179165
Binary110000001011001110100101
Octal300263245

Shades and tints

Shades of #C0B3A5

#C0B3A5
(192,179,165)
#AFA396
(175,163,150)
#9E9387
(158,147,135)
#8D8378
(141,131,120)
#7C7369
(124,115,105)
#6B635A
(107,99,90)
#5A534B
(90,83,75)
#49433C
(73,67,60)
#38332D
(56,51,45)
#27231E
(39,35,30)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #C0B3A5

#C0B3A5
(192,179,165)
#C5B9AD
(197,185,173)
#CABFB5
(202,191,181)
#CFC5BD
(207,197,189)
#D4CBC5
(212,203,197)
#D9D1CD
(217,209,205)
#DED7D5
(222,215,213)
#E3DDDD
(227,221,221)
#E8E3E5
(232,227,229)
#EDE9ED
(237,233,237)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B3A5 color. Also use rgb(192,179,165) instead hex code.

Text Font Color

.myTextColor { color: #C0B3A5; }

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

This text font color is #C0B3A5.


Background Color

.myBgColor { background-color: #C0B3A5; }

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

This div background color is #C0B3A5.


Border color

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

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

This div border color is #C0B3A5.


Opacity

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

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

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

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

This text has shadow with #C0B3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B3A5 on black background.


Color preview on white background

This text has color #C0B3A5 on white background.



Black color preview on #C0B3A5 background

This text has black color on #C0B3A5 background.


White color preview on #C0B3A5 background

This text has white color on #C0B3A5 background.