COLOR #C0B990

HEX: #C0B990 RGB: (192,185,144)

Color info

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

RGB color model

#C0B990 color RGB value is (192,185,144).

RGB: (192,185,144) (75%, 73%, 56%)

RGB channels and saturation

R 192 of 255 = 75%
G 185 of 255 = 73%
B 144 of 255 = 56%

192
185
144

R + G + B ~ 68%. #C0B990 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 185 + 144 = 521 (100%)
R 192 of 521 ~ 36.85%
G 185 of 521 ~ 35.51%
B 144 of 521 ~ 27.64'%

%36.85
%35.51
%27.64

CMYK color model

#C0B990 color CMYK value is (0,4,25,25).

  • cyan value is 0.00%
  • magenta value is 3.65%
  • yellow value is 25.00%
  • key color value is 24.71%
CMYK: (0,4,25,25) C0M4Y25K25 (0%,4%,25%,25%) (0.00/0.04/0.25/0.25) 

CMYK percentages

%0
%3.65
%25
%24.71

Codes

Color #C0B990 in popluar color models

C0 B9 90
RGB 192 185 144
HSL 51° 27.59% 65.88%
HSB/HSV 51° 25.00% 75.29%
CMYK 0.00% 3.65% 25.00%
24.71%

Color #C0B990 in popluar number systems.

HEX C0 B9 90
Decimal 192 185 144
Binary 11000000 10111001 10010000
Octal 300 271 220

Shades and tints

Shades of #C0B990

#C0B990
(192,185,144)
#AFA983
(175,169,131)
#9E9976
(158,153,118)
#8D8969
(141,137,105)
#7C795C
(124,121,92)
#6B694F
(107,105,79)
#5A5942
(90,89,66)
#494935
(73,73,53)
#383928
(56,57,40)
#27291B
(39,41,27)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #C0B990

#C0B990
(192,185,144)
#C5BF9A
(197,191,154)
#CAC5A4
(202,197,164)
#CFCBAE
(207,203,174)
#D4D1B8
(212,209,184)
#D9D7C2
(217,215,194)
#DEDDCC
(222,221,204)
#E3E3D6
(227,227,214)
#E8E9E0
(232,233,224)
#EDEFEA
(237,239,234)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B990 color. Also use rgb(192,185,144) instead hex code.

Text Font Color

.myTextColor { color: #C0B990; }

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

This text font color is #C0B990.

Background Color

.myBgColor { background-color: #C0B990; }

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

This div background color is #C0B990.

Border color

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

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

This div border color is #C0B990.

Opacity

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

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

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

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

This text has shadow with #C0B990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0B990.

Preview

Color preview on black background

This text has color #C0B990 on black background.


Color preview on white background

This text has color #C0B990 on white background.


Black color preview on #C0B990 background

This text has black color on #C0B990 background.


White color preview on #C0B990 background

This text has white color on #C0B990 background.


Related colors

Complementary color

Complementary color for #hex is #3F466F.


I love getcolorcode.com

Triadic colors

1 #90C0B9 and #B990C0 with #C0B990 are triadic colors.

2 #90B9C0 and #B9C090 with #C0B990 are triadic colors.