COLOR #C0B157

HEX: #C0B157
RGB: (192,177,87)

Color info

#C0B157 contains mainly red and green colors. Web safe color of #C0B157 is #CC9966 (or #C96).

RGB color model

#C0B157 color RGB value is (192,177,87).

  • red value is 192;
  • green value is 177;
  • blue value is 87.
RGB:
(192,177,87)
(75%,69%,34%)

RGB channels and saturation

R 192 of 255 = 75%
G 177 of 255 = 69%
B 87 of 255 = 34%

192
177
87

R + G + B ~ 59%. #C0B157 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
192 + 177 + 87 = 456 (100%)
R 192 of 456 ~ 42.11%
G 177 of 456 ~ 38.82%
B 87 of 456 ~ 19.08%

%42.11
%38.82
%19.08

CMYK color model

#C0B157 color CMYK value is (0,8,55,25).

  • cyan value is 0.00%
  • magenta value is 7.81%
  • yellow value is 54.69%
  • key color value is 24.71%
CMYK:
(0,8,55,25)
C0M8Y55K25 
(0%,8%,55%,25%)
(0.00/0.08/0.55/0.25)	

CMYK percentages

%0
%7.81
%54.69
%24.71

Codes

Color #C0B157 in popluar color models

C0B157
RGB19217787
HSL51°45.45%54.71%
HSB/HSV51°54.69%75.29%
CMYK0.00%7.81%54.69%
24.71%

Color #C0B157 in popluar number systems.

HEXC0B157
Decimal19217787
Binary11000000101100011010111
Octal300261127

Shades and tints

Shades of #C0B157

#C0B157
(192,177,87)
#AFA150
(175,161,80)
#9E9149
(158,145,73)
#8D8142
(141,129,66)
#7C713B
(124,113,59)
#6B6134
(107,97,52)
#5A512D
(90,81,45)
#494126
(73,65,38)
#38311F
(56,49,31)
#272118
(39,33,24)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #C0B157

#C0B157
(192,177,87)
#C5B866
(197,184,102)
#CABF75
(202,191,117)
#CFC684
(207,198,132)
#D4CD93
(212,205,147)
#D9D4A2
(217,212,162)
#DEDBB1
(222,219,177)
#E3E2C0
(227,226,192)
#E8E9CF
(232,233,207)
#EDF0DE
(237,240,222)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B157 color. Also use rgb(192,177,87) instead hex code.

Text Font Color

.myTextColor { color: #C0B157; }

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

This text font color is #C0B157.


Background Color

.myBgColor { background-color: #C0B157; }

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

This div background color is #C0B157.


Border color

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

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

This div border color is #C0B157.


Opacity

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

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

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

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

This text has shadow with #C0B157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B157 on black background.


Color preview on white background

This text has color #C0B157 on white background.



Black color preview on #C0B157 background

This text has black color on #C0B157 background.


White color preview on #C0B157 background

This text has white color on #C0B157 background.