COLOR #C0BF7D

HEX: #C0BF7D
RGB: (192,191,125)

Color info

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

RGB color model

#C0BF7D color RGB value is (192,191,125).

  • red value is 192;
  • green value is 191;
  • blue value is 125.
RGB:
(192,191,125)
(75%,75%,49%)

RGB channels and saturation

R 192 of 255 = 75%
G 191 of 255 = 75%
B 125 of 255 = 49%

192
191
125

R + G + B ~ 66%. #C0BF7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 191 + 125 = 508 (100%)
R 192 of 508 ~ 37.8%
G 191 of 508 ~ 37.6%
B 125 of 508 ~ 24.61%

%37.8
%37.6
%24.61

CMYK color model

#C0BF7D color CMYK value is (0,1,35,25).

  • cyan value is 0.00%
  • magenta value is 0.52%
  • yellow value is 34.90%
  • key color value is 24.71%
CMYK:
(0,1,35,25)
C0M1Y35K25 
(0%,1%,35%,25%)
(0.00/0.01/0.35/0.25)	

CMYK percentages

%0
%0.52
%34.9
%24.71

Codes

Color #C0BF7D in popluar color models

C0BF7D
RGB192191125
HSL59°34.72%62.16%
HSB/HSV59°34.90%75.29%
CMYK0.00%0.52%34.90%
24.71%

Color #C0BF7D in popluar number systems.

HEXC0BF7D
Decimal192191125
Binary11000000101111111111101
Octal300277175

Shades and tints

Shades of #C0BF7D

#C0BF7D
(192,191,125)
#AFAE72
(175,174,114)
#9E9D67
(158,157,103)
#8D8C5C
(141,140,92)
#7C7B51
(124,123,81)
#6B6A46
(107,106,70)
#5A593B
(90,89,59)
#494830
(73,72,48)
#383725
(56,55,37)
#27261A
(39,38,26)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #C0BF7D

#C0BF7D
(192,191,125)
#C5C488
(197,196,136)
#CAC993
(202,201,147)
#CFCE9E
(207,206,158)
#D4D3A9
(212,211,169)
#D9D8B4
(217,216,180)
#DEDDBF
(222,221,191)
#E3E2CA
(227,226,202)
#E8E7D5
(232,231,213)
#EDECE0
(237,236,224)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0BF7D color. Also use rgb(192,191,125) instead hex code.

Text Font Color

.myTextColor { color: #C0BF7D; }

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

This text font color is #C0BF7D.


Background Color

.myBgColor { background-color: #C0BF7D; }

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

This div background color is #C0BF7D.


Border color

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

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

This div border color is #C0BF7D.


Opacity

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

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

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

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

This text has shadow with #C0BF7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0BF7D on black background.


Color preview on white background

This text has color #C0BF7D on white background.



Black color preview on #C0BF7D background

This text has black color on #C0BF7D background.


White color preview on #C0BF7D background

This text has white color on #C0BF7D background.