COLOR #C06748

HEX: #C06748 RGB: (192,103,72)

Color info

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

RGB color model

#C06748 color RGB value is (192,103,72).

RGB: (192,103,72) (75%, 40%, 28%)

RGB channels and saturation

R 192 of 255 = 75%
G 103 of 255 = 40%
B 72 of 255 = 28%

192
103
72

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

Portions of RGB colors in percentages

R + G + B = 192 + 103 + 72 = 367 (100%)
R 192 of 367 ~ 52.32%
G 103 of 367 ~ 28.07%
B 72 of 367 ~ 19.62'%

%52.32
%28.07
%19.62

CMYK color model

#C06748 color CMYK value is (0,46,63,25).

  • cyan value is 0.00%
  • magenta value is 46.35%
  • yellow value is 62.50%
  • key color value is 24.71%

CMYK: (0,46,63,25)
C0M46Y63K25 (0%, 46%, 63%, 25%)
(0.00 / 0.46 / 0.63 / 0.25)

CMYK percentages

%0
%46.35
%62.5
%24.71

Codes

Color #C06748 in popluar color models

C0 67 48
RGB 192 103 72
HSL 16° 48.78% 51.76%
HSB/HSV 16° 62.50% 75.29%
CMYK 0.00% 46.35% 62.50%
24.71%

Color #C06748 in popluar number systems.

HEX C0 67 48
Decimal 192 103 72
Binary 11000000 1100111 1001000
Octal 300 147 110

Shades and tints

Shades of #C06748

#C06748
(192,103,72)
#AF5E42
(175,94,66)
#9E553C
(158,85,60)
#8D4C36
(141,76,54)
#7C4330
(124,67,48)
#6B3A2A
(107,58,42)
#5A3124
(90,49,36)
#49281E
(73,40,30)
#381F18
(56,31,24)
#271612
(39,22,18)
#160D0C
(22,13,12)
#000000
(0,0,0)

Tints of #C06748

#C06748
(192,103,72)
#C57458
(197,116,88)
#CA8168
(202,129,104)
#CF8E78
(207,142,120)
#D49B88
(212,155,136)
#D9A898
(217,168,152)
#DEB5A8
(222,181,168)
#E3C2B8
(227,194,184)
#E8CFC8
(232,207,200)
#EDDCD8
(237,220,216)
#F2E9E8
(242,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C06748 color. Also use rgb(192,103,72) instead hex code.

Text Font Color

.myTextColor { color: #C06748; }

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

This text font color is #C06748.

Background Color

.myBgColor { background-color: #C06748; }

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

This div background color is #C06748.

Border color

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

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

This div border color is #C06748.

Opacity

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

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

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

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

This text has shadow with #C06748 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C06748.

Preview

Color preview on black background

This text has color #C06748 on black background.


Color preview on white background

This text has color #C06748 on white background.


Black color preview on #C06748 background

This text has black color on #C06748 background.


White color preview on #C06748 background

This text has white color on #C06748 background.


Related colors

Complementary color

Complementary color for #hex is #3F98B7.


I love getcolorcode.com

Triadic colors

1 #48C067 and #6748C0 with #C06748 are triadic colors.

2 #4867C0 and #67C048 with #C06748 are triadic colors.