COLOR #C96F61

HEX: #C96F61 RGB: (201,111,97)

Color info

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

RGB color model

#C96F61 color RGB value is (201,111,97).

RGB: (201,111,97) (79%, 44%, 38%)

RGB channels and saturation

R 201 of 255 = 79%
G 111 of 255 = 44%
B 97 of 255 = 38%

201
111
97

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

Portions of RGB colors in percentages

R + G + B = 201 + 111 + 97 = 409 (100%)
R 201 of 409 ~ 49.14%
G 111 of 409 ~ 27.14%
B 97 of 409 ~ 23.72'%

%49.14
%27.14
%23.72

CMYK color model

#C96F61 color CMYK value is (0,45,52,21).

  • cyan value is 0.00%
  • magenta value is 44.78%
  • yellow value is 51.74%
  • key color value is 21.18%

CMYK: (0,45,52,21)
C0M45Y52K21 (0%, 45%, 52%, 21%)
(0.00 / 0.45 / 0.52 / 0.21)

CMYK percentages

%0
%44.78
%51.74
%21.18

Codes

Color #C96F61 in popluar color models

C9 6F 61
RGB 201 111 97
HSL 49.06% 58.43%
HSB/HSV 51.74% 78.82%
CMYK 0.00% 44.78% 51.74%
21.18%

Color #C96F61 in popluar number systems.

HEX C9 6F 61
Decimal 201 111 97
Binary 11001001 1101111 1100001
Octal 311 157 141

Shades and tints

Shades of #C96F61

#C96F61
(201,111,97)
#B76559
(183,101,89)
#A55B51
(165,91,81)
#935149
(147,81,73)
#814741
(129,71,65)
#6F3D39
(111,61,57)
#5D3331
(93,51,49)
#4B2929
(75,41,41)
#391F21
(57,31,33)
#271519
(39,21,25)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #C96F61

#C96F61
(201,111,97)
#CD7C6F
(205,124,111)
#D1897D
(209,137,125)
#D5968B
(213,150,139)
#D9A399
(217,163,153)
#DDB0A7
(221,176,167)
#E1BDB5
(225,189,181)
#E5CAC3
(229,202,195)
#E9D7D1
(233,215,209)
#EDE4DF
(237,228,223)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C96F61 color. Also use rgb(201,111,97) instead hex code.

Text Font Color

.myTextColor { color: #C96F61; }

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

This text font color is #C96F61.

Background Color

.myBgColor { background-color: #C96F61; }

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

This div background color is #C96F61.

Border color

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

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

This div border color is #C96F61.

Opacity

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

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

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

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

This text has shadow with #C96F61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C96F61.

Preview

Color preview on black background

This text has color #C96F61 on black background.


Color preview on white background

This text has color #C96F61 on white background.


Black color preview on #C96F61 background

This text has black color on #C96F61 background.


White color preview on #C96F61 background

This text has white color on #C96F61 background.


Related colors

Complementary color

Complementary color for #hex is #36909E.


I love getcolorcode.com

Triadic colors

1 #61C96F and #6F61C9 with #C96F61 are triadic colors.

2 #616FC9 and #6FC961 with #C96F61 are triadic colors.