COLOR #C09F5B

HEX: #C09F5B
RGB: (192,159,91)

Color info

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

RGB color model

#C09F5B color RGB value is (192,159,91).

  • red value is 192;
  • green value is 159;
  • blue value is 91.
RGB:
(192,159,91)
(75%,62%,36%)

RGB channels and saturation

R 192 of 255 = 75%
G 159 of 255 = 62%
B 91 of 255 = 36%

192
159
91

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

Portions of RGB colors in percentages

R + G + B =
192 + 159 + 91 = 442 (100%)
R 192 of 442 ~ 43.44%
G 159 of 442 ~ 35.97%
B 91 of 442 ~ 20.59%

%43.44
%35.97
%20.59

CMYK color model

#C09F5B color CMYK value is (0,17,53,25).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 52.60%
  • key color value is 24.71%
CMYK:
(0,17,53,25)
C0M17Y53K25 
(0%,17%,53%,25%)
(0.00/0.17/0.53/0.25)	

CMYK percentages

%0
%17.19
%52.6
%24.71

Codes

Color #C09F5B in popluar color models

C09F5B
RGB19215991
HSL40°44.49%55.49%
HSB/HSV40°52.60%75.29%
CMYK0.00%17.19%52.60%
24.71%

Color #C09F5B in popluar number systems.

HEXC09F5B
Decimal19215991
Binary11000000100111111011011
Octal300237133

Shades and tints

Shades of #C09F5B

#C09F5B
(192,159,91)
#AF9153
(175,145,83)
#9E834B
(158,131,75)
#8D7543
(141,117,67)
#7C673B
(124,103,59)
#6B5933
(107,89,51)
#5A4B2B
(90,75,43)
#493D23
(73,61,35)
#382F1B
(56,47,27)
#272113
(39,33,19)
#16130B
(22,19,11)
#000000
(0,0,0)

Tints of #C09F5B

#C09F5B
(192,159,91)
#C5A769
(197,167,105)
#CAAF77
(202,175,119)
#CFB785
(207,183,133)
#D4BF93
(212,191,147)
#D9C7A1
(217,199,161)
#DECFAF
(222,207,175)
#E3D7BD
(227,215,189)
#E8DFCB
(232,223,203)
#EDE7D9
(237,231,217)
#F2EFE7
(242,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09F5B color. Also use rgb(192,159,91) instead hex code.

Text Font Color

.myTextColor { color: #C09F5B; }

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

This text font color is #C09F5B.


Background Color

.myBgColor { background-color: #C09F5B; }

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

This div background color is #C09F5B.


Border color

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

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

This div border color is #C09F5B.


Opacity

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

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

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

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

This text has shadow with #C09F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09F5B on black background.


Color preview on white background

This text has color #C09F5B on white background.



Black color preview on #C09F5B background

This text has black color on #C09F5B background.


White color preview on #C09F5B background

This text has white color on #C09F5B background.