COLOR #C0BB79

HEX: #C0BB79
RGB: (192,187,121)

Color info

#C0BB79 contains mainly red and green colors. Web safe color of #C0BB79 is #CCCC66 (or #CC6).

RGB color model

#C0BB79 color RGB value is (192,187,121).

  • red value is 192;
  • green value is 187;
  • blue value is 121.
RGB: (192,187,121) (75%,73%,47%)

RGB channels and saturation

R 192 of 255 = 75%
G 187 of 255 = 73%
B 121 of 255 = 47%

192
187
121

R + G + B ~ 65%. #C0BB79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 187 + 121 = 500 (100%)
R 192 of 500 ~ 38.4%
G 187 of 500 ~ 37.4%
B 121 of 500 ~ 24.2%

%38.4
%37.4
%24.2

CMYK color model

#C0BB79 color CMYK value is (0,3,37,25).

  • cyan value is 0.00%
  • magenta value is 2.60%
  • yellow value is 36.98%
  • key color value is 24.71%
CMYK: (0,3,37,25) C0M3Y37K25 (0%,3%,37%,25%) (0.00/0.03/0.37/0.25)

CMYK percentages

%0
%2.6
%36.98
%24.71

Codes

Color #C0BB79 in popluar color models

C0BB79
RGB192187121
HSL56°36.04%61.37%
HSB/HSV56°36.98%75.29%
CMYK0.00%2.60%36.98%
24.71%

Color #C0BB79 in popluar number systems.

HEXC0BB79
Decimal192187121
Binary11000000101110111111001
Octal300273171

Shades and tints

Shades of #C0BB79

#C0BB79
(192,187,121)
#AFAA6E
(175,170,110)
#9E9963
(158,153,99)
#8D8858
(141,136,88)
#7C774D
(124,119,77)
#6B6642
(107,102,66)
#5A5537
(90,85,55)
#49442C
(73,68,44)
#383321
(56,51,33)
#272216
(39,34,22)
#16110B
(22,17,11)
#000000
(0,0,0)

Tints of #C0BB79

#C0BB79
(192,187,121)
#C5C185
(197,193,133)
#CAC791
(202,199,145)
#CFCD9D
(207,205,157)
#D4D3A9
(212,211,169)
#D9D9B5
(217,217,181)
#DEDFC1
(222,223,193)
#E3E5CD
(227,229,205)
#E8EBD9
(232,235,217)
#EDF1E5
(237,241,229)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0BB79 color. Also use rgb(192,187,121) instead hex code.

Text Font Color

.myTextColor { color: #C0BB79; }

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

This text font color is #C0BB79.


Background Color

.myBgColor { background-color: #C0BB79; }

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

This div background color is #C0BB79.


Border color

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

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

This div border color is #C0BB79.


Opacity

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

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

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

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

This text has shadow with #C0BB79 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C0BB79 on black background.


Color preview on white background

This text has color #C0BB79 on white background.



Black color preview on #C0BB79 background

This text has black color on #C0BB79 background.


White color preview on #C0BB79 background

This text has white color on #C0BB79 background.