COLOR #C09E7E

HEX: #C09E7E RGB: (192,158,126)

Color info

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

RGB color model

#C09E7E color RGB value is (192,158,126).

RGB: (192,158,126) (75%, 62%, 49%)

RGB channels and saturation

R 192 of 255 = 75%
G 158 of 255 = 62%
B 126 of 255 = 49%

192
158
126

R + G + B ~ 62%. #C09E7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 158 + 126 = 476 (100%)
R 192 of 476 ~ 40.34%
G 158 of 476 ~ 33.19%
B 126 of 476 ~ 26.47'%

%40.34
%33.19
%26.47

CMYK color model

#C09E7E color CMYK value is (0,18,34,25).

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 34.38%
  • key color value is 24.71%

CMYK: (0,18,34,25)
C0M18Y34K25 (0%, 18%, 34%, 25%)
(0.00 / 0.18 / 0.34 / 0.25)

CMYK percentages

%0
%17.71
%34.38
%24.71

Codes

Color #C09E7E in popluar color models

C0 9E 7E
RGB 192 158 126
HSL 29° 34.38% 62.35%
HSB/HSV 29° 34.38% 75.29%
CMYK 0.00% 17.71% 34.38%
24.71%

Color #C09E7E in popluar number systems.

HEX C0 9E 7E
Decimal 192 158 126
Binary 11000000 10011110 1111110
Octal 300 236 176

Shades and tints

Shades of #C09E7E

#C09E7E
(192,158,126)
#AF9073
(175,144,115)
#9E8268
(158,130,104)
#8D745D
(141,116,93)
#7C6652
(124,102,82)
#6B5847
(107,88,71)
#5A4A3C
(90,74,60)
#493C31
(73,60,49)
#382E26
(56,46,38)
#27201B
(39,32,27)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #C09E7E

#C09E7E
(192,158,126)
#C5A689
(197,166,137)
#CAAE94
(202,174,148)
#CFB69F
(207,182,159)
#D4BEAA
(212,190,170)
#D9C6B5
(217,198,181)
#DECEC0
(222,206,192)
#E3D6CB
(227,214,203)
#E8DED6
(232,222,214)
#EDE6E1
(237,230,225)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09E7E color. Also use rgb(192,158,126) instead hex code.

Text Font Color

.myTextColor { color: #C09E7E; }

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

This text font color is #C09E7E.

Background Color

.myBgColor { background-color: #C09E7E; }

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

This div background color is #C09E7E.

Border color

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

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

This div border color is #C09E7E.

Opacity

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

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

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

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

This text has shadow with #C09E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09E7E.

Preview

Color preview on black background

This text has color #C09E7E on black background.


Color preview on white background

This text has color #C09E7E on white background.


Black color preview on #C09E7E background

This text has black color on #C09E7E background.


White color preview on #C09E7E background

This text has white color on #C09E7E background.


Related colors

Complementary color

Complementary color for #hex is #3F6181.


I love getcolorcode.com

Triadic colors

1 #7EC09E and #9E7EC0 with #C09E7E are triadic colors.

2 #7E9EC0 and #9EC07E with #C09E7E are triadic colors.