COLOR #C7725C

HEX: #C7725C RGB: (199,114,92)

Color info

#C7725C contains mainly red color. Web safe color of #C7725C is #CC6666 (or #C66).

RGB color model

#C7725C color RGB value is (199,114,92).

RGB: (199,114,92) (78%, 45%, 36%)

RGB channels and saturation

R 199 of 255 = 78%
G 114 of 255 = 45%
B 92 of 255 = 36%

199
114
92

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

Portions of RGB colors in percentages

R + G + B = 199 + 114 + 92 = 405 (100%)
R 199 of 405 ~ 49.14%
G 114 of 405 ~ 28.15%
B 92 of 405 ~ 22.72'%

%49.14
%28.15
%22.72

CMYK color model

#C7725C color CMYK value is (0,43,54,22).

  • cyan value is 0.00%
  • magenta value is 42.71%
  • yellow value is 53.77%
  • key color value is 21.96%

CMYK: (0,43,54,22)
C0M43Y54K22 (0%, 43%, 54%, 22%)
(0.00 / 0.43 / 0.54 / 0.22)

CMYK percentages

%0
%42.71
%53.77
%21.96

Codes

Color #C7725C in popluar color models

C7 72 5C
RGB 199 114 92
HSL 12° 48.86% 57.06%
HSB/HSV 12° 53.77% 78.04%
CMYK 0.00% 42.71% 53.77%
21.96%

Color #C7725C in popluar number systems.

HEX C7 72 5C
Decimal 199 114 92
Binary 11000111 1110010 1011100
Octal 307 162 134

Shades and tints

Shades of #C7725C

#C7725C
(199,114,92)
#B56854
(181,104,84)
#A35E4C
(163,94,76)
#915444
(145,84,68)
#7F4A3C
(127,74,60)
#6D4034
(109,64,52)
#5B362C
(91,54,44)
#492C24
(73,44,36)
#37221C
(55,34,28)
#251814
(37,24,20)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #C7725C

#C7725C
(199,114,92)
#CC7E6A
(204,126,106)
#D18A78
(209,138,120)
#D69686
(214,150,134)
#DBA294
(219,162,148)
#E0AEA2
(224,174,162)
#E5BAB0
(229,186,176)
#EAC6BE
(234,198,190)
#EFD2CC
(239,210,204)
#F4DEDA
(244,222,218)
#F9EAE8
(249,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7725C color. Also use rgb(199,114,92) instead hex code.

Text Font Color

.myTextColor { color: #C7725C; }

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

This text font color is #C7725C.

Background Color

.myBgColor { background-color: #C7725C; }

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

This div background color is #C7725C.

Border color

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

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

This div border color is #C7725C.

Opacity

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

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

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

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

This text has shadow with #C7725C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7725C.

Preview

Color preview on black background

This text has color #C7725C on black background.


Color preview on white background

This text has color #C7725C on white background.


Black color preview on #C7725C background

This text has black color on #C7725C background.


White color preview on #C7725C background

This text has white color on #C7725C background.


Related colors

Complementary color

Complementary color for #hex is #388DA3.


I love getcolorcode.com

Triadic colors

1 #5CC772 and #725CC7 with #C7725C are triadic colors.

2 #5C72C7 and #72C75C with #C7725C are triadic colors.