COLOR #C97B63

HEX: #C97B63 RGB: (201,123,99)

Color info

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

RGB color model

#C97B63 color RGB value is (201,123,99).

RGB: (201,123,99) (79%, 48%, 39%)

RGB channels and saturation

R 201 of 255 = 79%
G 123 of 255 = 48%
B 99 of 255 = 39%

201
123
99

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

Portions of RGB colors in percentages

R + G + B = 201 + 123 + 99 = 423 (100%)
R 201 of 423 ~ 47.52%
G 123 of 423 ~ 29.08%
B 99 of 423 ~ 23.4'%

%47.52
%29.08
%23.4

CMYK color model

#C97B63 color CMYK value is (0,39,51,21).

  • cyan value is 0.00%
  • magenta value is 38.81%
  • yellow value is 50.75%
  • key color value is 21.18%

CMYK: (0,39,51,21)
C0M39Y51K21 (0%, 39%, 51%, 21%)
(0.00 / 0.39 / 0.51 / 0.21)

CMYK percentages

%0
%38.81
%50.75
%21.18

Codes

Color #C97B63 in popluar color models

C9 7B 63
RGB 201 123 99
HSL 14° 48.57% 58.82%
HSB/HSV 14° 50.75% 78.82%
CMYK 0.00% 38.81% 50.75%
21.18%

Color #C97B63 in popluar number systems.

HEX C9 7B 63
Decimal 201 123 99
Binary 11001001 1111011 1100011
Octal 311 173 143

Shades and tints

Shades of #C97B63

#C97B63
(201,123,99)
#B7705A
(183,112,90)
#A56551
(165,101,81)
#935A48
(147,90,72)
#814F3F
(129,79,63)
#6F4436
(111,68,54)
#5D392D
(93,57,45)
#4B2E24
(75,46,36)
#39231B
(57,35,27)
#271812
(39,24,18)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #C97B63

#C97B63
(201,123,99)
#CD8771
(205,135,113)
#D1937F
(209,147,127)
#D59F8D
(213,159,141)
#D9AB9B
(217,171,155)
#DDB7A9
(221,183,169)
#E1C3B7
(225,195,183)
#E5CFC5
(229,207,197)
#E9DBD3
(233,219,211)
#EDE7E1
(237,231,225)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97B63 color. Also use rgb(201,123,99) instead hex code.

Text Font Color

.myTextColor { color: #C97B63; }

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

This text font color is #C97B63.

Background Color

.myBgColor { background-color: #C97B63; }

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

This div background color is #C97B63.

Border color

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

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

This div border color is #C97B63.

Opacity

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

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

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

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

This text has shadow with #C97B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C97B63.

Preview

Color preview on black background

This text has color #C97B63 on black background.


Color preview on white background

This text has color #C97B63 on white background.


Black color preview on #C97B63 background

This text has black color on #C97B63 background.


White color preview on #C97B63 background

This text has white color on #C97B63 background.


Related colors

Complementary color

Complementary color for #hex is #36849C.


I love getcolorcode.com

Triadic colors

1 #63C97B and #7B63C9 with #C97B63 are triadic colors.

2 #637BC9 and #7BC963 with #C97B63 are triadic colors.