COLOR #C09266

HEX: #C09266 RGB: (192,146,102)

Color info

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

RGB color model

#C09266 color RGB value is (192,146,102).

RGB: (192,146,102) (75%, 57%, 40%)

RGB channels and saturation

R 192 of 255 = 75%
G 146 of 255 = 57%
B 102 of 255 = 40%

192
146
102

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

Portions of RGB colors in percentages

R + G + B = 192 + 146 + 102 = 440 (100%)
R 192 of 440 ~ 43.64%
G 146 of 440 ~ 33.18%
B 102 of 440 ~ 23.18'%

%43.64
%33.18
%23.18

CMYK color model

#C09266 color CMYK value is (0,24,47,25).

  • cyan value is 0.00%
  • magenta value is 23.96%
  • yellow value is 46.88%
  • key color value is 24.71%

CMYK: (0,24,47,25)
C0M24Y47K25 (0%, 24%, 47%, 25%)
(0.00 / 0.24 / 0.47 / 0.25)

CMYK percentages

%0
%23.96
%46.88
%24.71

Codes

Color #C09266 in popluar color models

C0 92 66
RGB 192 146 102
HSL 29° 41.67% 57.65%
HSB/HSV 29° 46.88% 75.29%
CMYK 0.00% 23.96% 46.88%
24.71%

Color #C09266 in popluar number systems.

HEX C0 92 66
Decimal 192 146 102
Binary 11000000 10010010 1100110
Octal 300 222 146

Shades and tints

Shades of #C09266

#C09266
(192,146,102)
#AF855D
(175,133,93)
#9E7854
(158,120,84)
#8D6B4B
(141,107,75)
#7C5E42
(124,94,66)
#6B5139
(107,81,57)
#5A4430
(90,68,48)
#493727
(73,55,39)
#382A1E
(56,42,30)
#271D15
(39,29,21)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #C09266

#C09266
(192,146,102)
#C59B73
(197,155,115)
#CAA480
(202,164,128)
#CFAD8D
(207,173,141)
#D4B69A
(212,182,154)
#D9BFA7
(217,191,167)
#DEC8B4
(222,200,180)
#E3D1C1
(227,209,193)
#E8DACE
(232,218,206)
#EDE3DB
(237,227,219)
#F2ECE8
(242,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09266; }

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

This text font color is #C09266.

Background Color

.myBgColor { background-color: #C09266; }

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

This div background color is #C09266.

Border color

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

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

This div border color is #C09266.

Opacity

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

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

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

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

This text has shadow with #C09266 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09266.

Preview

Color preview on black background

This text has color #C09266 on black background.


Color preview on white background

This text has color #C09266 on white background.


Black color preview on #C09266 background

This text has black color on #C09266 background.


White color preview on #C09266 background

This text has white color on #C09266 background.


Related colors

Complementary color

Complementary color for #hex is #3F6D99.


I love getcolorcode.com

Triadic colors

1 #66C092 and #9266C0 with #C09266 are triadic colors.

2 #6692C0 and #92C066 with #C09266 are triadic colors.