COLOR #C0B99D

HEX: #C0B99D RGB: (192,185,157)

Color info

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

RGB color model

#C0B99D color RGB value is (192,185,157).

RGB: (192,185,157) (75%, 73%, 62%)

RGB channels and saturation

R 192 of 255 = 75%
G 185 of 255 = 73%
B 157 of 255 = 62%

192
185
157

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

Portions of RGB colors in percentages

R + G + B = 192 + 185 + 157 = 534 (100%)
R 192 of 534 ~ 35.96%
G 185 of 534 ~ 34.64%
B 157 of 534 ~ 29.4'%

%35.96
%34.64
%29.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.65%
  • yellow value is 18.23%
  • key color value is 24.71%

CMYK: (0,4,18,25)
C0M4Y18K25 (0%, 4%, 18%, 25%)
(0.00 / 0.04 / 0.18 / 0.25)

CMYK percentages

%0
%3.65
%18.23
%24.71

Codes

Color #C0B99D in popluar color models

C0 B9 9D
RGB 192 185 157
HSL 48° 21.74% 68.43%
HSB/HSV 48° 18.23% 75.29%
CMYK 0.00% 3.65% 18.23%
24.71%

Color #C0B99D in popluar number systems.

HEX C0 B9 9D
Decimal 192 185 157
Binary 11000000 10111001 10011101
Octal 300 271 235

Shades and tints

Shades of #C0B99D

#C0B99D
(192,185,157)
#AFA98F
(175,169,143)
#9E9981
(158,153,129)
#8D8973
(141,137,115)
#7C7965
(124,121,101)
#6B6957
(107,105,87)
#5A5949
(90,89,73)
#49493B
(73,73,59)
#38392D
(56,57,45)
#27291F
(39,41,31)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #C0B99D

#C0B99D
(192,185,157)
#C5BFA5
(197,191,165)
#CAC5AD
(202,197,173)
#CFCBB5
(207,203,181)
#D4D1BD
(212,209,189)
#D9D7C5
(217,215,197)
#DEDDCD
(222,221,205)
#E3E3D5
(227,227,213)
#E8E9DD
(232,233,221)
#EDEFE5
(237,239,229)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B99D; }

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

This text font color is #C0B99D.

Background Color

.myBgColor { background-color: #C0B99D; }

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

This div background color is #C0B99D.

Border color

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

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

This div border color is #C0B99D.

Opacity

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

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

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

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

This text has shadow with #C0B99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0B99D.

Preview

Color preview on black background

This text has color #C0B99D on black background.


Color preview on white background

This text has color #C0B99D on white background.


Black color preview on #C0B99D background

This text has black color on #C0B99D background.


White color preview on #C0B99D background

This text has white color on #C0B99D background.


Related colors

Complementary color

Complementary color for #hex is #3F4662.


I love getcolorcode.com

Triadic colors

1 #9DC0B9 and #B99DC0 with #C0B99D are triadic colors.

2 #9DB9C0 and #B9C09D with #C0B99D are triadic colors.