COLOR #C97269

HEX: #C97269
RGB: (201,114,105)

Color info

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

RGB color model

#C97269 color RGB value is (201,114,105).

  • red value is 201;
  • green value is 114;
  • blue value is 105.
RGB:
(201,114,105)
(79%,45%,41%)

RGB channels and saturation

R 201 of 255 = 79%
G 114 of 255 = 45%
B 105 of 255 = 41%

201
114
105

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

Portions of RGB colors in percentages

R + G + B =
201 + 114 + 105 = 420 (100%)
R 201 of 420 ~ 47.86%
G 114 of 420 ~ 27.14%
B 105 of 420 ~ 25%

%47.86
%27.14
%25

CMYK color model

#C97269 color CMYK value is (0,43,48,21).

  • cyan value is 0.00%
  • magenta value is 43.28%
  • yellow value is 47.76%
  • key color value is 21.18%
CMYK:
(0,43,48,21)
C0M43Y48K21 
(0%,43%,48%,21%)
(0.00/0.43/0.48/0.21)	

CMYK percentages

%0
%43.28
%47.76
%21.18

Codes

Color #C97269 in popluar color models

C97269
RGB201114105
HSL47.06%60.00%
HSB/HSV47.76%78.82%
CMYK0.00%43.28%47.76%
21.18%

Color #C97269 in popluar number systems.

HEXC97269
Decimal201114105
Binary1100100111100101101001
Octal311162151

Shades and tints

Shades of #C97269

#C97269
(201,114,105)
#B76860
(183,104,96)
#A55E57
(165,94,87)
#93544E
(147,84,78)
#814A45
(129,74,69)
#6F403C
(111,64,60)
#5D3633
(93,54,51)
#4B2C2A
(75,44,42)
#392221
(57,34,33)
#271818
(39,24,24)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #C97269

#C97269
(201,114,105)
#CD7E76
(205,126,118)
#D18A83
(209,138,131)
#D59690
(213,150,144)
#D9A29D
(217,162,157)
#DDAEAA
(221,174,170)
#E1BAB7
(225,186,183)
#E5C6C4
(229,198,196)
#E9D2D1
(233,210,209)
#EDDEDE
(237,222,222)
#F1EAEB
(241,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97269 color. Also use rgb(201,114,105) instead hex code.

Text Font Color

.myTextColor { color: #C97269; }

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

This text font color is #C97269.


Background Color

.myBgColor { background-color: #C97269; }

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

This div background color is #C97269.


Border color

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

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

This div border color is #C97269.


Opacity

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

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

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

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

This text has shadow with #C97269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97269 on black background.


Color preview on white background

This text has color #C97269 on white background.



Black color preview on #C97269 background

This text has black color on #C97269 background.


White color preview on #C97269 background

This text has white color on #C97269 background.