COLOR #C9736A

HEX: #C9736A
RGB: (201,115,106)

Color info

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

RGB color model

#C9736A color RGB value is (201,115,106).

  • red value is 201;
  • green value is 115;
  • blue value is 106.
RGB:
(201,115,106)
(79%,45%,42%)

RGB channels and saturation

R 201 of 255 = 79%
G 115 of 255 = 45%
B 106 of 255 = 42%

201
115
106

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

Portions of RGB colors in percentages

R + G + B =
201 + 115 + 106 = 422 (100%)
R 201 of 422 ~ 47.63%
G 115 of 422 ~ 27.25%
B 106 of 422 ~ 25.12%

%47.63
%27.25
%25.12

CMYK color model

#C9736A color CMYK value is (0,43,47,21).

  • cyan value is 0.00%
  • magenta value is 42.79%
  • yellow value is 47.26%
  • key color value is 21.18%
CMYK:
(0,43,47,21)
C0M43Y47K21 
(0%,43%,47%,21%)
(0.00/0.43/0.47/0.21)	

CMYK percentages

%0
%42.79
%47.26
%21.18

Codes

Color #C9736A in popluar color models

C9736A
RGB201115106
HSL46.80%60.20%
HSB/HSV47.26%78.82%
CMYK0.00%42.79%47.26%
21.18%

Color #C9736A in popluar number systems.

HEXC9736A
Decimal201115106
Binary1100100111100111101010
Octal311163152

Shades and tints

Shades of #C9736A

#C9736A
(201,115,106)
#B76961
(183,105,97)
#A55F58
(165,95,88)
#93554F
(147,85,79)
#814B46
(129,75,70)
#6F413D
(111,65,61)
#5D3734
(93,55,52)
#4B2D2B
(75,45,43)
#392322
(57,35,34)
#271919
(39,25,25)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #C9736A

#C9736A
(201,115,106)
#CD7F77
(205,127,119)
#D18B84
(209,139,132)
#D59791
(213,151,145)
#D9A39E
(217,163,158)
#DDAFAB
(221,175,171)
#E1BBB8
(225,187,184)
#E5C7C5
(229,199,197)
#E9D3D2
(233,211,210)
#EDDFDF
(237,223,223)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9736A color. Also use rgb(201,115,106) instead hex code.

Text Font Color

.myTextColor { color: #C9736A; }

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

This text font color is #C9736A.


Background Color

.myBgColor { background-color: #C9736A; }

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

This div background color is #C9736A.


Border color

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

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

This div border color is #C9736A.


Opacity

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

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

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

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

This text has shadow with #C9736A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9736A on black background.


Color preview on white background

This text has color #C9736A on white background.



Black color preview on #C9736A background

This text has black color on #C9736A background.


White color preview on #C9736A background

This text has white color on #C9736A background.