COLOR #C0B095

HEX: #C0B095 RGB: (192,176,149)

Color info

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

RGB color model

#C0B095 color RGB value is (192,176,149).

RGB: (192,176,149) (75%, 69%, 58%)

RGB channels and saturation

R 192 of 255 = 75%
G 176 of 255 = 69%
B 149 of 255 = 58%

192
176
149

R + G + B ~ 67%. #C0B095 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 176 + 149 = 517 (100%)
R 192 of 517 ~ 37.14%
G 176 of 517 ~ 34.04%
B 149 of 517 ~ 28.82'%

%37.14
%34.04
%28.82

CMYK color model

#C0B095 color CMYK value is (0,8,22,25).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 22.40%
  • key color value is 24.71%

CMYK: (0,8,22,25)
C0M8Y22K25 (0%, 8%, 22%, 25%)
(0.00 / 0.08 / 0.22 / 0.25)

CMYK percentages

%0
%8.33
%22.4
%24.71

Codes

Color #C0B095 in popluar color models

C0 B0 95
RGB 192 176 149
HSL 38° 25.44% 66.86%
HSB/HSV 38° 22.40% 75.29%
CMYK 0.00% 8.33% 22.40%
24.71%

Color #C0B095 in popluar number systems.

HEX C0 B0 95
Decimal 192 176 149
Binary 11000000 10110000 10010101
Octal 300 260 225

Shades and tints

Shades of #C0B095

#C0B095
(192,176,149)
#AFA088
(175,160,136)
#9E907B
(158,144,123)
#8D806E
(141,128,110)
#7C7061
(124,112,97)
#6B6054
(107,96,84)
#5A5047
(90,80,71)
#49403A
(73,64,58)
#38302D
(56,48,45)
#272020
(39,32,32)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #C0B095

#C0B095
(192,176,149)
#C5B79E
(197,183,158)
#CABEA7
(202,190,167)
#CFC5B0
(207,197,176)
#D4CCB9
(212,204,185)
#D9D3C2
(217,211,194)
#DEDACB
(222,218,203)
#E3E1D4
(227,225,212)
#E8E8DD
(232,232,221)
#EDEFE6
(237,239,230)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B095 color. Also use rgb(192,176,149) instead hex code.

Text Font Color

.myTextColor { color: #C0B095; }

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

This text font color is #C0B095.

Background Color

.myBgColor { background-color: #C0B095; }

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

This div background color is #C0B095.

Border color

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

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

This div border color is #C0B095.

Opacity

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

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

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

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

This text has shadow with #C0B095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0B095.

Preview

Color preview on black background

This text has color #C0B095 on black background.


Color preview on white background

This text has color #C0B095 on white background.


Black color preview on #C0B095 background

This text has black color on #C0B095 background.


White color preview on #C0B095 background

This text has white color on #C0B095 background.


Related colors

Complementary color

Complementary color for #hex is #3F4F6A.


I love getcolorcode.com

Triadic colors

1 #95C0B0 and #B095C0 with #C0B095 are triadic colors.

2 #95B0C0 and #B0C095 with #C0B095 are triadic colors.