COLOR #C07648

HEX: #C07648 RGB: (192,118,72)

Color info

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

RGB color model

#C07648 color RGB value is (192,118,72).

RGB: (192,118,72) (75%, 46%, 28%)

RGB channels and saturation

R 192 of 255 = 75%
G 118 of 255 = 46%
B 72 of 255 = 28%

192
118
72

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

Portions of RGB colors in percentages

R + G + B = 192 + 118 + 72 = 382 (100%)
R 192 of 382 ~ 50.26%
G 118 of 382 ~ 30.89%
B 72 of 382 ~ 18.85'%

%50.26
%30.89
%18.85

CMYK color model

#C07648 color CMYK value is (0,39,63,25).

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

CMYK: (0,39,63,25)
C0M39Y63K25 (0%, 39%, 63%, 25%)
(0.00 / 0.39 / 0.63 / 0.25)

CMYK percentages

%0
%38.54
%62.5
%24.71

Codes

Color #C07648 in popluar color models

C0 76 48
RGB 192 118 72
HSL 23° 48.78% 51.76%
HSB/HSV 23° 62.50% 75.29%
CMYK 0.00% 38.54% 62.50%
24.71%

Color #C07648 in popluar number systems.

HEX C0 76 48
Decimal 192 118 72
Binary 11000000 1110110 1001000
Octal 300 166 110

Shades and tints

Shades of #C07648

#C07648
(192,118,72)
#AF6C42
(175,108,66)
#9E623C
(158,98,60)
#8D5836
(141,88,54)
#7C4E30
(124,78,48)
#6B442A
(107,68,42)
#5A3A24
(90,58,36)
#49301E
(73,48,30)
#382618
(56,38,24)
#271C12
(39,28,18)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #C07648

#C07648
(192,118,72)
#C58258
(197,130,88)
#CA8E68
(202,142,104)
#CF9A78
(207,154,120)
#D4A688
(212,166,136)
#D9B298
(217,178,152)
#DEBEA8
(222,190,168)
#E3CAB8
(227,202,184)
#E8D6C8
(232,214,200)
#EDE2D8
(237,226,216)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07648; }

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

This text font color is #C07648.

Background Color

.myBgColor { background-color: #C07648; }

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

This div background color is #C07648.

Border color

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

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

This div border color is #C07648.

Opacity

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

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

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

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

This text has shadow with #C07648 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07648.

Preview

Color preview on black background

This text has color #C07648 on black background.


Color preview on white background

This text has color #C07648 on white background.


Black color preview on #C07648 background

This text has black color on #C07648 background.


White color preview on #C07648 background

This text has white color on #C07648 background.


Related colors

Complementary color

Complementary color for #hex is #3F89B7.


I love getcolorcode.com

Triadic colors

1 #48C076 and #7648C0 with #C07648 are triadic colors.

2 #4876C0 and #76C048 with #C07648 are triadic colors.