COLOR #CF7F64

HEX: #CF7F64
RGB: (207,127,100)

Color info

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

RGB color model

#CF7F64 color RGB value is (207,127,100).

  • red value is 207;
  • green value is 127;
  • blue value is 100.
RGB:
(207,127,100)
(81%,50%,39%)

RGB channels and saturation

R 207 of 255 = 81%
G 127 of 255 = 50%
B 100 of 255 = 39%

207
127
100

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

Portions of RGB colors in percentages

R + G + B =
207 + 127 + 100 = 434 (100%)
R 207 of 434 ~ 47.7%
G 127 of 434 ~ 29.26%
B 100 of 434 ~ 23.04%

%47.7
%29.26
%23.04

CMYK color model

#CF7F64 color CMYK value is (0,39,52,19).

  • cyan value is 0.00%
  • magenta value is 38.65%
  • yellow value is 51.69%
  • key color value is 18.82%
CMYK:
(0,39,52,19)
C0M39Y52K19 
(0%,39%,52%,19%)
(0.00/0.39/0.52/0.19)	

CMYK percentages

%0
%38.65
%51.69
%18.82

Codes

Color #CF7F64 in popluar color models

CF7F64
RGB207127100
HSL15°52.71%60.20%
HSB/HSV15°51.69%81.18%
CMYK0.00%38.65%51.69%
18.82%

Color #CF7F64 in popluar number systems.

HEXCF7F64
Decimal207127100
Binary1100111111111111100100
Octal317177144

Shades and tints

Shades of #CF7F64

#CF7F64
(207,127,100)
#BD745B
(189,116,91)
#AB6952
(171,105,82)
#995E49
(153,94,73)
#875340
(135,83,64)
#754837
(117,72,55)
#633D2E
(99,61,46)
#513225
(81,50,37)
#3F271C
(63,39,28)
#2D1C13
(45,28,19)
#1B110A
(27,17,10)
#000000
(0,0,0)

Tints of #CF7F64

#CF7F64
(207,127,100)
#D38A72
(211,138,114)
#D79580
(215,149,128)
#DBA08E
(219,160,142)
#DFAB9C
(223,171,156)
#E3B6AA
(227,182,170)
#E7C1B8
(231,193,184)
#EBCCC6
(235,204,198)
#EFD7D4
(239,215,212)
#F3E2E2
(243,226,226)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF7F64 color. Also use rgb(207,127,100) instead hex code.

Text Font Color

.myTextColor { color: #CF7F64; }

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

This text font color is #CF7F64.


Background Color

.myBgColor { background-color: #CF7F64; }

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

This div background color is #CF7F64.


Border color

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

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

This div border color is #CF7F64.


Opacity

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

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

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

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

This text has shadow with #CF7F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF7F64 on black background.


Color preview on white background

This text has color #CF7F64 on white background.



Black color preview on #CF7F64 background

This text has black color on #CF7F64 background.


White color preview on #CF7F64 background

This text has white color on #CF7F64 background.