COLOR #C09B7F

HEX: #C09B7F
RGB: (192,155,127)

Color info

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

RGB color model

#C09B7F color RGB value is (192,155,127).

  • red value is 192;
  • green value is 155;
  • blue value is 127.
RGB: (192,155,127) (75%,61%,50%)

RGB channels and saturation

R 192 of 255 = 75%
G 155 of 255 = 61%
B 127 of 255 = 50%

192
155
127

R + G + B ~ 62%. #C09B7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 155 + 127 = 474 (100%)
R 192 of 474 ~ 40.51%
G 155 of 474 ~ 32.7%
B 127 of 474 ~ 26.79%

%40.51
%32.7
%26.79

CMYK color model

#C09B7F color CMYK value is (0,19,34,25).

  • cyan value is 0.00%
  • magenta value is 19.27%
  • yellow value is 33.85%
  • key color value is 24.71%
CMYK: (0,19,34,25) C0M19Y34K25 (0%,19%,34%,25%) (0.00/0.19/0.34/0.25)

CMYK percentages

%0
%19.27
%33.85
%24.71

Codes

Color #C09B7F in popluar color models

C09B7F
RGB192155127
HSL26°34.03%62.55%
HSB/HSV26°33.85%75.29%
CMYK0.00%19.27%33.85%
24.71%

Color #C09B7F in popluar number systems.

HEXC09B7F
Decimal192155127
Binary11000000100110111111111
Octal300233177

Shades and tints

Shades of #C09B7F

#C09B7F
(192,155,127)
#AF8D74
(175,141,116)
#9E7F69
(158,127,105)
#8D715E
(141,113,94)
#7C6353
(124,99,83)
#6B5548
(107,85,72)
#5A473D
(90,71,61)
#493932
(73,57,50)
#382B27
(56,43,39)
#271D1C
(39,29,28)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #C09B7F

#C09B7F
(192,155,127)
#C5A48A
(197,164,138)
#CAAD95
(202,173,149)
#CFB6A0
(207,182,160)
#D4BFAB
(212,191,171)
#D9C8B6
(217,200,182)
#DED1C1
(222,209,193)
#E3DACC
(227,218,204)
#E8E3D7
(232,227,215)
#EDECE2
(237,236,226)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09B7F color. Also use rgb(192,155,127) instead hex code.

Text Font Color

.myTextColor { color: #C09B7F; }

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

This text font color is #C09B7F.


Background Color

.myBgColor { background-color: #C09B7F; }

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

This div background color is #C09B7F.


Border color

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

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

This div border color is #C09B7F.


Opacity

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

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

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

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

This text has shadow with #C09B7F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C09B7F on black background.


Color preview on white background

This text has color #C09B7F on white background.



Black color preview on #C09B7F background

This text has black color on #C09B7F background.


White color preview on #C09B7F background

This text has white color on #C09B7F background.