COLOR #C06E44

HEX: #C06E44 RGB: (192,110,68)

Color info

#C06E44 contains mainly red color. Web safe color of #C06E44 is #CC6633 (or #C63).

RGB color model

#C06E44 color RGB value is (192,110,68).

RGB: (192,110,68) (75%, 43%, 27%)

RGB channels and saturation

R 192 of 255 = 75%
G 110 of 255 = 43%
B 68 of 255 = 27%

192
110
68

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

Portions of RGB colors in percentages

R + G + B = 192 + 110 + 68 = 370 (100%)
R 192 of 370 ~ 51.89%
G 110 of 370 ~ 29.73%
B 68 of 370 ~ 18.38'%

%51.89
%29.73
%18.38

CMYK color model

#C06E44 color CMYK value is (0,43,65,25).

  • cyan value is 0.00%
  • magenta value is 42.71%
  • yellow value is 64.58%
  • key color value is 24.71%

CMYK: (0,43,65,25)
C0M43Y65K25 (0%, 43%, 65%, 25%)
(0.00 / 0.43 / 0.65 / 0.25)

CMYK percentages

%0
%42.71
%64.58
%24.71

Codes

Color #C06E44 in popluar color models

C0 6E 44
RGB 192 110 68
HSL 20° 49.60% 50.98%
HSB/HSV 20° 64.58% 75.29%
CMYK 0.00% 42.71% 64.58%
24.71%

Color #C06E44 in popluar number systems.

HEX C0 6E 44
Decimal 192 110 68
Binary 11000000 1101110 1000100
Octal 300 156 104

Shades and tints

Shades of #C06E44

#C06E44
(192,110,68)
#AF643E
(175,100,62)
#9E5A38
(158,90,56)
#8D5032
(141,80,50)
#7C462C
(124,70,44)
#6B3C26
(107,60,38)
#5A3220
(90,50,32)
#49281A
(73,40,26)
#381E14
(56,30,20)
#27140E
(39,20,14)
#160A08
(22,10,8)
#000000
(0,0,0)

Tints of #C06E44

#C06E44
(192,110,68)
#C57B55
(197,123,85)
#CA8866
(202,136,102)
#CF9577
(207,149,119)
#D4A288
(212,162,136)
#D9AF99
(217,175,153)
#DEBCAA
(222,188,170)
#E3C9BB
(227,201,187)
#E8D6CC
(232,214,204)
#EDE3DD
(237,227,221)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C06E44 color. Also use rgb(192,110,68) instead hex code.

Text Font Color

.myTextColor { color: #C06E44; }

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

This text font color is #C06E44.

Background Color

.myBgColor { background-color: #C06E44; }

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

This div background color is #C06E44.

Border color

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

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

This div border color is #C06E44.

Opacity

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

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

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

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

This text has shadow with #C06E44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C06E44.

Preview

Color preview on black background

This text has color #C06E44 on black background.


Color preview on white background

This text has color #C06E44 on white background.


Black color preview on #C06E44 background

This text has black color on #C06E44 background.


White color preview on #C06E44 background

This text has white color on #C06E44 background.


Related colors

Complementary color

Complementary color for #hex is #3F91BB.


I love getcolorcode.com

Triadic colors

1 #44C06E and #6E44C0 with #C06E44 are triadic colors.

2 #446EC0 and #6EC044 with #C06E44 are triadic colors.