COLOR #C0B6A5

HEX: #C0B6A5
RGB: (192,182,165)

Color info

#C0B6A5 contains red, green and blue colors in about the same proportion. Web safe color of #C0B6A5 is #CCCC99 (or #CC9).

RGB color model

#C0B6A5 color RGB value is (192,182,165).

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

RGB channels and saturation

R 192 of 255 = 75%
G 182 of 255 = 71%
B 165 of 255 = 65%

192
182
165

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

Portions of RGB colors in percentages

R + G + B =
192 + 182 + 165 = 539 (100%)
R 192 of 539 ~ 35.62%
G 182 of 539 ~ 33.77%
B 165 of 539 ~ 30.61%

%35.62
%33.77
%30.61

CMYK color model

#C0B6A5 color CMYK value is (0,5,14,25).

  • cyan value is 0.00%
  • magenta value is 5.21%
  • yellow value is 14.06%
  • key color value is 24.71%
CMYK:
(0,5,14,25)
C0M5Y14K25 
(0%,5%,14%,25%)
(0.00/0.05/0.14/0.25)	

CMYK percentages

%0
%5.21
%14.06
%24.71

Codes

Color #C0B6A5 in popluar color models

C0B6A5
RGB192182165
HSL38°17.65%70.00%
HSB/HSV38°14.06%75.29%
CMYK0.00%5.21%14.06%
24.71%

Color #C0B6A5 in popluar number systems.

HEXC0B6A5
Decimal192182165
Binary110000001011011010100101
Octal300266245

Shades and tints

Shades of #C0B6A5

#C0B6A5
(192,182,165)
#AFA696
(175,166,150)
#9E9687
(158,150,135)
#8D8678
(141,134,120)
#7C7669
(124,118,105)
#6B665A
(107,102,90)
#5A564B
(90,86,75)
#49463C
(73,70,60)
#38362D
(56,54,45)
#27261E
(39,38,30)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #C0B6A5

#C0B6A5
(192,182,165)
#C5BCAD
(197,188,173)
#CAC2B5
(202,194,181)
#CFC8BD
(207,200,189)
#D4CEC5
(212,206,197)
#D9D4CD
(217,212,205)
#DEDAD5
(222,218,213)
#E3E0DD
(227,224,221)
#E8E6E5
(232,230,229)
#EDECED
(237,236,237)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B6A5; }

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

This text font color is #C0B6A5.


Background Color

.myBgColor { background-color: #C0B6A5; }

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

This div background color is #C0B6A5.


Border color

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

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

This div border color is #C0B6A5.


Opacity

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

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

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

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

This text has shadow with #C0B6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B6A5 on black background.


Color preview on white background

This text has color #C0B6A5 on white background.



Black color preview on #C0B6A5 background

This text has black color on #C0B6A5 background.


White color preview on #C0B6A5 background

This text has white color on #C0B6A5 background.