COLOR #C96F6D

HEX: #C96F6D
RGB: (201,111,109)

Color info

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

RGB color model

#C96F6D color RGB value is (201,111,109).

  • red value is 201;
  • green value is 111;
  • blue value is 109.
RGB:
(201,111,109)
(79%,44%,43%)

RGB channels and saturation

R 201 of 255 = 79%
G 111 of 255 = 44%
B 109 of 255 = 43%

201
111
109

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

Portions of RGB colors in percentages

R + G + B =
201 + 111 + 109 = 421 (100%)
R 201 of 421 ~ 47.74%
G 111 of 421 ~ 26.37%
B 109 of 421 ~ 25.89%

%47.74
%26.37
%25.89

CMYK color model

#C96F6D color CMYK value is (0,45,46,21).

  • cyan value is 0.00%
  • magenta value is 44.78%
  • yellow value is 45.77%
  • key color value is 21.18%
CMYK:
(0,45,46,21)
C0M45Y46K21 
(0%,45%,46%,21%)
(0.00/0.45/0.46/0.21)	

CMYK percentages

%0
%44.78
%45.77
%21.18

Codes

Color #C96F6D in popluar color models

C96F6D
RGB201111109
HSL46.00%60.78%
HSB/HSV45.77%78.82%
CMYK0.00%44.78%45.77%
21.18%

Color #C96F6D in popluar number systems.

HEXC96F6D
Decimal201111109
Binary1100100111011111101101
Octal311157155

Shades and tints

Shades of #C96F6D

#C96F6D
(201,111,109)
#B76564
(183,101,100)
#A55B5B
(165,91,91)
#935152
(147,81,82)
#814749
(129,71,73)
#6F3D40
(111,61,64)
#5D3337
(93,51,55)
#4B292E
(75,41,46)
#391F25
(57,31,37)
#27151C
(39,21,28)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #C96F6D

#C96F6D
(201,111,109)
#CD7C7A
(205,124,122)
#D18987
(209,137,135)
#D59694
(213,150,148)
#D9A3A1
(217,163,161)
#DDB0AE
(221,176,174)
#E1BDBB
(225,189,187)
#E5CAC8
(229,202,200)
#E9D7D5
(233,215,213)
#EDE4E2
(237,228,226)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C96F6D; }

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

This text font color is #C96F6D.


Background Color

.myBgColor { background-color: #C96F6D; }

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

This div background color is #C96F6D.


Border color

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

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

This div border color is #C96F6D.


Opacity

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

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

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

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

This text has shadow with #C96F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C96F6D on black background.


Color preview on white background

This text has color #C96F6D on white background.



Black color preview on #C96F6D background

This text has black color on #C96F6D background.


White color preview on #C96F6D background

This text has white color on #C96F6D background.