COLOR #C09766

HEX: #C09766
RGB: (192,151,102)

Color info

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

RGB color model

#C09766 color RGB value is (192,151,102).

  • red value is 192;
  • green value is 151;
  • blue value is 102.
RGB:
(192,151,102)
(75%,59%,40%)

RGB channels and saturation

R 192 of 255 = 75%
G 151 of 255 = 59%
B 102 of 255 = 40%

192
151
102

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

Portions of RGB colors in percentages

R + G + B =
192 + 151 + 102 = 445 (100%)
R 192 of 445 ~ 43.15%
G 151 of 445 ~ 33.93%
B 102 of 445 ~ 22.92%

%43.15
%33.93
%22.92

CMYK color model

#C09766 color CMYK value is (0,21,47,25).

  • cyan value is 0.00%
  • magenta value is 21.35%
  • yellow value is 46.88%
  • key color value is 24.71%
CMYK:
(0,21,47,25)
C0M21Y47K25 
(0%,21%,47%,25%)
(0.00/0.21/0.47/0.25)	

CMYK percentages

%0
%21.35
%46.88
%24.71

Codes

Color #C09766 in popluar color models

C09766
RGB192151102
HSL33°41.67%57.65%
HSB/HSV33°46.88%75.29%
CMYK0.00%21.35%46.88%
24.71%

Color #C09766 in popluar number systems.

HEXC09766
Decimal192151102
Binary11000000100101111100110
Octal300227146

Shades and tints

Shades of #C09766

#C09766
(192,151,102)
#AF8A5D
(175,138,93)
#9E7D54
(158,125,84)
#8D704B
(141,112,75)
#7C6342
(124,99,66)
#6B5639
(107,86,57)
#5A4930
(90,73,48)
#493C27
(73,60,39)
#382F1E
(56,47,30)
#272215
(39,34,21)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #C09766

#C09766
(192,151,102)
#C5A073
(197,160,115)
#CAA980
(202,169,128)
#CFB28D
(207,178,141)
#D4BB9A
(212,187,154)
#D9C4A7
(217,196,167)
#DECDB4
(222,205,180)
#E3D6C1
(227,214,193)
#E8DFCE
(232,223,206)
#EDE8DB
(237,232,219)
#F2F1E8
(242,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09766 color. Also use rgb(192,151,102) instead hex code.

Text Font Color

.myTextColor { color: #C09766; }

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

This text font color is #C09766.


Background Color

.myBgColor { background-color: #C09766; }

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

This div background color is #C09766.


Border color

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

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

This div border color is #C09766.


Opacity

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

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

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

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

This text has shadow with #C09766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09766 on black background.


Color preview on white background

This text has color #C09766 on white background.



Black color preview on #C09766 background

This text has black color on #C09766 background.


White color preview on #C09766 background

This text has white color on #C09766 background.