COLOR #C09B55

HEX: #C09B55
RGB: (192,155,85)

Color info

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

RGB color model

#C09B55 color RGB value is (192,155,85).

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

RGB channels and saturation

R 192 of 255 = 75%
G 155 of 255 = 61%
B 85 of 255 = 33%

192
155
85

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

Portions of RGB colors in percentages

R + G + B =
192 + 155 + 85 = 432 (100%)
R 192 of 432 ~ 44.44%
G 155 of 432 ~ 35.88%
B 85 of 432 ~ 19.68%

%44.44
%35.88
%19.68

CMYK color model

#C09B55 color CMYK value is (0,19,56,25).

  • cyan value is 0.00%
  • magenta value is 19.27%
  • yellow value is 55.73%
  • key color value is 24.71%
CMYK:
(0,19,56,25)
C0M19Y56K25 
(0%,19%,56%,25%)
(0.00/0.19/0.56/0.25)	

CMYK percentages

%0
%19.27
%55.73
%24.71

Codes

Color #C09B55 in popluar color models

C09B55
RGB19215585
HSL39°45.92%54.31%
HSB/HSV39°55.73%75.29%
CMYK0.00%19.27%55.73%
24.71%

Color #C09B55 in popluar number systems.

HEXC09B55
Decimal19215585
Binary11000000100110111010101
Octal300233125

Shades and tints

Shades of #C09B55

#C09B55
(192,155,85)
#AF8D4E
(175,141,78)
#9E7F47
(158,127,71)
#8D7140
(141,113,64)
#7C6339
(124,99,57)
#6B5532
(107,85,50)
#5A472B
(90,71,43)
#493924
(73,57,36)
#382B1D
(56,43,29)
#271D16
(39,29,22)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #C09B55

#C09B55
(192,155,85)
#C5A464
(197,164,100)
#CAAD73
(202,173,115)
#CFB682
(207,182,130)
#D4BF91
(212,191,145)
#D9C8A0
(217,200,160)
#DED1AF
(222,209,175)
#E3DABE
(227,218,190)
#E8E3CD
(232,227,205)
#EDECDC
(237,236,220)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09B55; }

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

This text font color is #C09B55.


Background Color

.myBgColor { background-color: #C09B55; }

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

This div background color is #C09B55.


Border color

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

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

This div border color is #C09B55.


Opacity

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

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

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

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

This text has shadow with #C09B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09B55 on black background.


Color preview on white background

This text has color #C09B55 on white background.



Black color preview on #C09B55 background

This text has black color on #C09B55 background.


White color preview on #C09B55 background

This text has white color on #C09B55 background.