COLOR #C09272

HEX: #C09272 RGB: (192,146,114)

Color info

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

RGB color model

#C09272 color RGB value is (192,146,114).

RGB: (192,146,114) (75%, 57%, 45%)

RGB channels and saturation

R 192 of 255 = 75%
G 146 of 255 = 57%
B 114 of 255 = 45%

192
146
114

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

Portions of RGB colors in percentages

R + G + B = 192 + 146 + 114 = 452 (100%)
R 192 of 452 ~ 42.48%
G 146 of 452 ~ 32.3%
B 114 of 452 ~ 25.22'%

%42.48
%32.3
%25.22

CMYK color model

#C09272 color CMYK value is (0,24,41,25).

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

CMYK: (0,24,41,25)
C0M24Y41K25 (0%, 24%, 41%, 25%)
(0.00 / 0.24 / 0.41 / 0.25)

CMYK percentages

%0
%23.96
%40.63
%24.71

Codes

Color #C09272 in popluar color models

C0 92 72
RGB 192 146 114
HSL 25° 38.24% 60.00%
HSB/HSV 25° 40.63% 75.29%
CMYK 0.00% 23.96% 40.63%
24.71%

Color #C09272 in popluar number systems.

HEX C0 92 72
Decimal 192 146 114
Binary 11000000 10010010 1110010
Octal 300 222 162

Shades and tints

Shades of #C09272

#C09272
(192,146,114)
#AF8568
(175,133,104)
#9E785E
(158,120,94)
#8D6B54
(141,107,84)
#7C5E4A
(124,94,74)
#6B5140
(107,81,64)
#5A4436
(90,68,54)
#49372C
(73,55,44)
#382A22
(56,42,34)
#271D18
(39,29,24)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #C09272

#C09272
(192,146,114)
#C59B7E
(197,155,126)
#CAA48A
(202,164,138)
#CFAD96
(207,173,150)
#D4B6A2
(212,182,162)
#D9BFAE
(217,191,174)
#DEC8BA
(222,200,186)
#E3D1C6
(227,209,198)
#E8DAD2
(232,218,210)
#EDE3DE
(237,227,222)
#F2ECEA
(242,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09272; }

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

This text font color is #C09272.

Background Color

.myBgColor { background-color: #C09272; }

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

This div background color is #C09272.

Border color

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

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

This div border color is #C09272.

Opacity

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

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

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

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

This text has shadow with #C09272 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09272.

Preview

Color preview on black background

This text has color #C09272 on black background.


Color preview on white background

This text has color #C09272 on white background.


Black color preview on #C09272 background

This text has black color on #C09272 background.


White color preview on #C09272 background

This text has white color on #C09272 background.


Related colors

Complementary color

Complementary color for #hex is #3F6D8D.


I love getcolorcode.com

Triadic colors

1 #72C092 and #9272C0 with #C09272 are triadic colors.

2 #7292C0 and #92C072 with #C09272 are triadic colors.