COLOR #CF6E51

HEX: #CF6E51 RGB: (207,110,81)

Color info

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

RGB color model

#CF6E51 color RGB value is (207,110,81).

RGB: (207,110,81) (81%, 43%, 32%)

RGB channels and saturation

R 207 of 255 = 81%
G 110 of 255 = 43%
B 81 of 255 = 32%

207
110
81

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

Portions of RGB colors in percentages

R + G + B = 207 + 110 + 81 = 398 (100%)
R 207 of 398 ~ 52.01%
G 110 of 398 ~ 27.64%
B 81 of 398 ~ 20.35'%

%52.01
%27.64
%20.35

CMYK color model

#CF6E51 color CMYK value is (0,47,61,19).

  • cyan value is 0.00%
  • magenta value is 46.86%
  • yellow value is 60.87%
  • key color value is 18.82%

CMYK: (0,47,61,19)
C0M47Y61K19 (0%, 47%, 61%, 19%)
(0.00 / 0.47 / 0.61 / 0.19)

CMYK percentages

%0
%46.86
%60.87
%18.82

Codes

Color #CF6E51 in popluar color models

CF 6E 51
RGB 207 110 81
HSL 14° 56.76% 56.47%
HSB/HSV 14° 60.87% 81.18%
CMYK 0.00% 46.86% 60.87%
18.82%

Color #CF6E51 in popluar number systems.

HEX CF 6E 51
Decimal 207 110 81
Binary 11001111 1101110 1010001
Octal 317 156 121

Shades and tints

Shades of #CF6E51

#CF6E51
(207,110,81)
#BD644A
(189,100,74)
#AB5A43
(171,90,67)
#99503C
(153,80,60)
#874635
(135,70,53)
#753C2E
(117,60,46)
#633227
(99,50,39)
#512820
(81,40,32)
#3F1E19
(63,30,25)
#2D1412
(45,20,18)
#1B0A0B
(27,10,11)
#000000
(0,0,0)

Tints of #CF6E51

#CF6E51
(207,110,81)
#D37B60
(211,123,96)
#D7886F
(215,136,111)
#DB957E
(219,149,126)
#DFA28D
(223,162,141)
#E3AF9C
(227,175,156)
#E7BCAB
(231,188,171)
#EBC9BA
(235,201,186)
#EFD6C9
(239,214,201)
#F3E3D8
(243,227,216)
#F7F0E7
(247,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF6E51 color. Also use rgb(207,110,81) instead hex code.

Text Font Color

.myTextColor { color: #CF6E51; }

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

This text font color is #CF6E51.

Background Color

.myBgColor { background-color: #CF6E51; }

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

This div background color is #CF6E51.

Border color

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

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

This div border color is #CF6E51.

Opacity

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

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

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

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

This text has shadow with #CF6E51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CF6E51.

Preview

Color preview on black background

This text has color #CF6E51 on black background.


Color preview on white background

This text has color #CF6E51 on white background.


Black color preview on #CF6E51 background

This text has black color on #CF6E51 background.


White color preview on #CF6E51 background

This text has white color on #CF6E51 background.


Related colors

Complementary color

Complementary color for #hex is #3091AE.


I love getcolorcode.com

Triadic colors

1 #51CF6E and #6E51CF with #CF6E51 are triadic colors.

2 #516ECF and #6ECF51 with #CF6E51 are triadic colors.