COLOR #CF7170

HEX: #CF7170
RGB: (207,113,112)

Color info

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

RGB color model

#CF7170 color RGB value is (207,113,112).

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

RGB channels and saturation

R 207 of 255 = 81%
G 113 of 255 = 44%
B 112 of 255 = 44%

207
113
112

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

Portions of RGB colors in percentages

R + G + B =
207 + 113 + 112 = 432 (100%)
R 207 of 432 ~ 47.92%
G 113 of 432 ~ 26.16%
B 112 of 432 ~ 25.93%

%47.92
%26.16
%25.93

CMYK color model

#CF7170 color CMYK value is (0,45,46,19).

  • cyan value is 0.00%
  • magenta value is 45.41%
  • yellow value is 45.89%
  • key color value is 18.82%
CMYK:
(0,45,46,19)
C0M45Y46K19 
(0%,45%,46%,19%)
(0.00/0.45/0.46/0.19)	

CMYK percentages

%0
%45.41
%45.89
%18.82

Codes

Color #CF7170 in popluar color models

CF7170
RGB207113112
HSL49.74%62.55%
HSB/HSV45.89%81.18%
CMYK0.00%45.41%45.89%
18.82%

Color #CF7170 in popluar number systems.

HEXCF7170
Decimal207113112
Binary1100111111100011110000
Octal317161160

Shades and tints

Shades of #CF7170

#CF7170
(207,113,112)
#BD6766
(189,103,102)
#AB5D5C
(171,93,92)
#995352
(153,83,82)
#874948
(135,73,72)
#753F3E
(117,63,62)
#633534
(99,53,52)
#512B2A
(81,43,42)
#3F2120
(63,33,32)
#2D1716
(45,23,22)
#1B0D0C
(27,13,12)
#000000
(0,0,0)

Tints of #CF7170

#CF7170
(207,113,112)
#D37D7D
(211,125,125)
#D7898A
(215,137,138)
#DB9597
(219,149,151)
#DFA1A4
(223,161,164)
#E3ADB1
(227,173,177)
#E7B9BE
(231,185,190)
#EBC5CB
(235,197,203)
#EFD1D8
(239,209,216)
#F3DDE5
(243,221,229)
#F7E9F2
(247,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF7170; }

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

This text font color is #CF7170.


Background Color

.myBgColor { background-color: #CF7170; }

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

This div background color is #CF7170.


Border color

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

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

This div border color is #CF7170.


Opacity

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

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

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

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

This text has shadow with #CF7170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF7170 on black background.


Color preview on white background

This text has color #CF7170 on white background.



Black color preview on #CF7170 background

This text has black color on #CF7170 background.


White color preview on #CF7170 background

This text has white color on #CF7170 background.