COLOR #C0B474

HEX: #C0B474
RGB: (192,180,116)

Color info

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

RGB color model

#C0B474 color RGB value is (192,180,116).

  • red value is 192;
  • green value is 180;
  • blue value is 116.
RGB:
(192,180,116)
(75%,71%,45%)

RGB channels and saturation

R 192 of 255 = 75%
G 180 of 255 = 71%
B 116 of 255 = 45%

192
180
116

R + G + B ~ 64%. #C0B474 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 180 + 116 = 488 (100%)
R 192 of 488 ~ 39.34%
G 180 of 488 ~ 36.89%
B 116 of 488 ~ 23.77%

%39.34
%36.89
%23.77

CMYK color model

#C0B474 color CMYK value is (0,6,40,25).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 39.58%
  • key color value is 24.71%
CMYK:
(0,6,40,25)
C0M6Y40K25 
(0%,6%,40%,25%)
(0.00/0.06/0.40/0.25)	

CMYK percentages

%0
%6.25
%39.58
%24.71

Codes

Color #C0B474 in popluar color models

C0B474
RGB192180116
HSL51°37.62%60.39%
HSB/HSV51°39.58%75.29%
CMYK0.00%6.25%39.58%
24.71%

Color #C0B474 in popluar number systems.

HEXC0B474
Decimal192180116
Binary11000000101101001110100
Octal300264164

Shades and tints

Shades of #C0B474

#C0B474
(192,180,116)
#AFA46A
(175,164,106)
#9E9460
(158,148,96)
#8D8456
(141,132,86)
#7C744C
(124,116,76)
#6B6442
(107,100,66)
#5A5438
(90,84,56)
#49442E
(73,68,46)
#383424
(56,52,36)
#27241A
(39,36,26)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #C0B474

#C0B474
(192,180,116)
#C5BA80
(197,186,128)
#CAC08C
(202,192,140)
#CFC698
(207,198,152)
#D4CCA4
(212,204,164)
#D9D2B0
(217,210,176)
#DED8BC
(222,216,188)
#E3DEC8
(227,222,200)
#E8E4D4
(232,228,212)
#EDEAE0
(237,234,224)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B474 color. Also use rgb(192,180,116) instead hex code.

Text Font Color

.myTextColor { color: #C0B474; }

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

This text font color is #C0B474.


Background Color

.myBgColor { background-color: #C0B474; }

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

This div background color is #C0B474.


Border color

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

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

This div border color is #C0B474.


Opacity

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

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

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

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

This text has shadow with #C0B474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B474 on black background.


Color preview on white background

This text has color #C0B474 on white background.



Black color preview on #C0B474 background

This text has black color on #C0B474 background.


White color preview on #C0B474 background

This text has white color on #C0B474 background.