COLOR #C97568

HEX: #C97568
RGB: (201,117,104)

Color info

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

RGB color model

#C97568 color RGB value is (201,117,104).

  • red value is 201;
  • green value is 117;
  • blue value is 104.
RGB:
(201,117,104)
(79%,46%,41%)

RGB channels and saturation

R 201 of 255 = 79%
G 117 of 255 = 46%
B 104 of 255 = 41%

201
117
104

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

Portions of RGB colors in percentages

R + G + B =
201 + 117 + 104 = 422 (100%)
R 201 of 422 ~ 47.63%
G 117 of 422 ~ 27.73%
B 104 of 422 ~ 24.64%

%47.63
%27.73
%24.64

CMYK color model

#C97568 color CMYK value is (0,42,48,21).

  • cyan value is 0.00%
  • magenta value is 41.79%
  • yellow value is 48.26%
  • key color value is 21.18%
CMYK:
(0,42,48,21)
C0M42Y48K21 
(0%,42%,48%,21%)
(0.00/0.42/0.48/0.21)	

CMYK percentages

%0
%41.79
%48.26
%21.18

Codes

Color #C97568 in popluar color models

C97568
RGB201117104
HSL47.32%59.80%
HSB/HSV48.26%78.82%
CMYK0.00%41.79%48.26%
21.18%

Color #C97568 in popluar number systems.

HEXC97568
Decimal201117104
Binary1100100111101011101000
Octal311165150

Shades and tints

Shades of #C97568

#C97568
(201,117,104)
#B76B5F
(183,107,95)
#A56156
(165,97,86)
#93574D
(147,87,77)
#814D44
(129,77,68)
#6F433B
(111,67,59)
#5D3932
(93,57,50)
#4B2F29
(75,47,41)
#392520
(57,37,32)
#271B17
(39,27,23)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #C97568

#C97568
(201,117,104)
#CD8175
(205,129,117)
#D18D82
(209,141,130)
#D5998F
(213,153,143)
#D9A59C
(217,165,156)
#DDB1A9
(221,177,169)
#E1BDB6
(225,189,182)
#E5C9C3
(229,201,195)
#E9D5D0
(233,213,208)
#EDE1DD
(237,225,221)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97568 color. Also use rgb(201,117,104) instead hex code.

Text Font Color

.myTextColor { color: #C97568; }

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

This text font color is #C97568.


Background Color

.myBgColor { background-color: #C97568; }

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

This div background color is #C97568.


Border color

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

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

This div border color is #C97568.


Opacity

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

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

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

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

This text has shadow with #C97568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97568 on black background.


Color preview on white background

This text has color #C97568 on white background.



Black color preview on #C97568 background

This text has black color on #C97568 background.


White color preview on #C97568 background

This text has white color on #C97568 background.