COLOR #CF6E4C

HEX: #CF6E4C
RGB: (207,110,76)

Color info

#CF6E4C contains mainly red color. Web safe color of #CF6E4C is #CC6633 (or #C63).

RGB color model

#CF6E4C color RGB value is (207,110,76).

  • red value is 207;
  • green value is 110;
  • blue value is 76.
RGB:
(207,110,76)
(81%,43%,30%)

RGB channels and saturation

R 207 of 255 = 81%
G 110 of 255 = 43%
B 76 of 255 = 30%

207
110
76

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

Portions of RGB colors in percentages

R + G + B =
207 + 110 + 76 = 393 (100%)
R 207 of 393 ~ 52.67%
G 110 of 393 ~ 27.99%
B 76 of 393 ~ 19.34%

%52.67
%27.99
%19.34

CMYK color model

#CF6E4C color CMYK value is (0,47,63,19).

  • cyan value is 0.00%
  • magenta value is 46.86%
  • yellow value is 63.29%
  • key color value is 18.82%
CMYK:
(0,47,63,19)
C0M47Y63K19 
(0%,47%,63%,19%)
(0.00/0.47/0.63/0.19)	

CMYK percentages

%0
%46.86
%63.29
%18.82

Codes

Color #CF6E4C in popluar color models

CF6E4C
RGB20711076
HSL16°57.71%55.49%
HSB/HSV16°63.29%81.18%
CMYK0.00%46.86%63.29%
18.82%

Color #CF6E4C in popluar number systems.

HEXCF6E4C
Decimal20711076
Binary1100111111011101001100
Octal317156114

Shades and tints

Shades of #CF6E4C

#CF6E4C
(207,110,76)
#BD6446
(189,100,70)
#AB5A40
(171,90,64)
#99503A
(153,80,58)
#874634
(135,70,52)
#753C2E
(117,60,46)
#633228
(99,50,40)
#512822
(81,40,34)
#3F1E1C
(63,30,28)
#2D1416
(45,20,22)
#1B0A10
(27,10,16)
#000000
(0,0,0)

Tints of #CF6E4C

#CF6E4C
(207,110,76)
#D37B5C
(211,123,92)
#D7886C
(215,136,108)
#DB957C
(219,149,124)
#DFA28C
(223,162,140)
#E3AF9C
(227,175,156)
#E7BCAC
(231,188,172)
#EBC9BC
(235,201,188)
#EFD6CC
(239,214,204)
#F3E3DC
(243,227,220)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF6E4C; }

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

This text font color is #CF6E4C.


Background Color

.myBgColor { background-color: #CF6E4C; }

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

This div background color is #CF6E4C.


Border color

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

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

This div border color is #CF6E4C.


Opacity

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

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

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

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

This text has shadow with #CF6E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF6E4C on black background.


Color preview on white background

This text has color #CF6E4C on white background.



Black color preview on #CF6E4C background

This text has black color on #CF6E4C background.


White color preview on #CF6E4C background

This text has white color on #CF6E4C background.