COLOR #CF6D56

HEX: #CF6D56
RGB: (207,109,86)

Color info

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

RGB color model

#CF6D56 color RGB value is (207,109,86).

  • red value is 207;
  • green value is 109;
  • blue value is 86.
RGB:
(207,109,86)
(81%,43%,34%)

RGB channels and saturation

R 207 of 255 = 81%
G 109 of 255 = 43%
B 86 of 255 = 34%

207
109
86

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

Portions of RGB colors in percentages

R + G + B =
207 + 109 + 86 = 402 (100%)
R 207 of 402 ~ 51.49%
G 109 of 402 ~ 27.11%
B 86 of 402 ~ 21.39%

%51.49
%27.11
%21.39

CMYK color model

#CF6D56 color CMYK value is (0,47,58,19).

  • cyan value is 0.00%
  • magenta value is 47.34%
  • yellow value is 58.45%
  • key color value is 18.82%
CMYK:
(0,47,58,19)
C0M47Y58K19 
(0%,47%,58%,19%)
(0.00/0.47/0.58/0.19)	

CMYK percentages

%0
%47.34
%58.45
%18.82

Codes

Color #CF6D56 in popluar color models

CF6D56
RGB20710986
HSL11°55.76%57.45%
HSB/HSV11°58.45%81.18%
CMYK0.00%47.34%58.45%
18.82%

Color #CF6D56 in popluar number systems.

HEXCF6D56
Decimal20710986
Binary1100111111011011010110
Octal317155126

Shades and tints

Shades of #CF6D56

#CF6D56
(207,109,86)
#BD644F
(189,100,79)
#AB5B48
(171,91,72)
#995241
(153,82,65)
#87493A
(135,73,58)
#754033
(117,64,51)
#63372C
(99,55,44)
#512E25
(81,46,37)
#3F251E
(63,37,30)
#2D1C17
(45,28,23)
#1B1310
(27,19,16)
#000000
(0,0,0)

Tints of #CF6D56

#CF6D56
(207,109,86)
#D37A65
(211,122,101)
#D78774
(215,135,116)
#DB9483
(219,148,131)
#DFA192
(223,161,146)
#E3AEA1
(227,174,161)
#E7BBB0
(231,187,176)
#EBC8BF
(235,200,191)
#EFD5CE
(239,213,206)
#F3E2DD
(243,226,221)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF6D56 color. Also use rgb(207,109,86) instead hex code.

Text Font Color

.myTextColor { color: #CF6D56; }

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

This text font color is #CF6D56.


Background Color

.myBgColor { background-color: #CF6D56; }

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

This div background color is #CF6D56.


Border color

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

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

This div border color is #CF6D56.


Opacity

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

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

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

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

This text has shadow with #CF6D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF6D56 on black background.


Color preview on white background

This text has color #CF6D56 on white background.



Black color preview on #CF6D56 background

This text has black color on #CF6D56 background.


White color preview on #CF6D56 background

This text has white color on #CF6D56 background.