COLOR #CF716A

HEX: #CF716A
RGB: (207,113,106)

Color info

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

RGB color model

#CF716A color RGB value is (207,113,106).

  • red value is 207;
  • green value is 113;
  • blue value is 106.
RGB:
(207,113,106)
(81%,44%,42%)

RGB channels and saturation

R 207 of 255 = 81%
G 113 of 255 = 44%
B 106 of 255 = 42%

207
113
106

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

Portions of RGB colors in percentages

R + G + B =
207 + 113 + 106 = 426 (100%)
R 207 of 426 ~ 48.59%
G 113 of 426 ~ 26.53%
B 106 of 426 ~ 24.88%

%48.59
%26.53
%24.88

CMYK color model

#CF716A color CMYK value is (0,45,49,19).

  • cyan value is 0.00%
  • magenta value is 45.41%
  • yellow value is 48.79%
  • key color value is 18.82%
CMYK:
(0,45,49,19)
C0M45Y49K19 
(0%,45%,49%,19%)
(0.00/0.45/0.49/0.19)	

CMYK percentages

%0
%45.41
%48.79
%18.82

Codes

Color #CF716A in popluar color models

CF716A
RGB207113106
HSL51.27%61.37%
HSB/HSV48.79%81.18%
CMYK0.00%45.41%48.79%
18.82%

Color #CF716A in popluar number systems.

HEXCF716A
Decimal207113106
Binary1100111111100011101010
Octal317161152

Shades and tints

Shades of #CF716A

#CF716A
(207,113,106)
#BD6761
(189,103,97)
#AB5D58
(171,93,88)
#99534F
(153,83,79)
#874946
(135,73,70)
#753F3D
(117,63,61)
#633534
(99,53,52)
#512B2B
(81,43,43)
#3F2122
(63,33,34)
#2D1719
(45,23,25)
#1B0D10
(27,13,16)
#000000
(0,0,0)

Tints of #CF716A

#CF716A
(207,113,106)
#D37D77
(211,125,119)
#D78984
(215,137,132)
#DB9591
(219,149,145)
#DFA19E
(223,161,158)
#E3ADAB
(227,173,171)
#E7B9B8
(231,185,184)
#EBC5C5
(235,197,197)
#EFD1D2
(239,209,210)
#F3DDDF
(243,221,223)
#F7E9EC
(247,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF716A color. Also use rgb(207,113,106) instead hex code.

Text Font Color

.myTextColor { color: #CF716A; }

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

This text font color is #CF716A.


Background Color

.myBgColor { background-color: #CF716A; }

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

This div background color is #CF716A.


Border color

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

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

This div border color is #CF716A.


Opacity

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

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

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

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

This text has shadow with #CF716A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF716A on black background.


Color preview on white background

This text has color #CF716A on white background.



Black color preview on #CF716A background

This text has black color on #CF716A background.


White color preview on #CF716A background

This text has white color on #CF716A background.