COLOR #CE7F65

HEX: #CE7F65
RGB: (206,127,101)

Color info

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

RGB color model

#CE7F65 color RGB value is (206,127,101).

  • red value is 206;
  • green value is 127;
  • blue value is 101.
RGB:
(206,127,101)
(81%,50%,40%)

RGB channels and saturation

R 206 of 255 = 81%
G 127 of 255 = 50%
B 101 of 255 = 40%

206
127
101

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

Portions of RGB colors in percentages

R + G + B =
206 + 127 + 101 = 434 (100%)
R 206 of 434 ~ 47.47%
G 127 of 434 ~ 29.26%
B 101 of 434 ~ 23.27%

%47.47
%29.26
%23.27

CMYK color model

#CE7F65 color CMYK value is (0,38,51,19).

  • cyan value is 0.00%
  • magenta value is 38.35%
  • yellow value is 50.97%
  • key color value is 19.22%
CMYK:
(0,38,51,19)
C0M38Y51K19 
(0%,38%,51%,19%)
(0.00/0.38/0.51/0.19)	

CMYK percentages

%0
%38.35
%50.97
%19.22

Codes

Color #CE7F65 in popluar color models

CE7F65
RGB206127101
HSL15°51.72%60.20%
HSB/HSV15°50.97%80.78%
CMYK0.00%38.35%50.97%
19.22%

Color #CE7F65 in popluar number systems.

HEXCE7F65
Decimal206127101
Binary1100111011111111100101
Octal316177145

Shades and tints

Shades of #CE7F65

#CE7F65
(206,127,101)
#BC745C
(188,116,92)
#AA6953
(170,105,83)
#985E4A
(152,94,74)
#865341
(134,83,65)
#744838
(116,72,56)
#623D2F
(98,61,47)
#503226
(80,50,38)
#3E271D
(62,39,29)
#2C1C14
(44,28,20)
#1A110B
(26,17,11)
#000000
(0,0,0)

Tints of #CE7F65

#CE7F65
(206,127,101)
#D28A73
(210,138,115)
#D69581
(214,149,129)
#DAA08F
(218,160,143)
#DEAB9D
(222,171,157)
#E2B6AB
(226,182,171)
#E6C1B9
(230,193,185)
#EACCC7
(234,204,199)
#EED7D5
(238,215,213)
#F2E2E3
(242,226,227)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE7F65 color. Also use rgb(206,127,101) instead hex code.

Text Font Color

.myTextColor { color: #CE7F65; }

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

This text font color is #CE7F65.


Background Color

.myBgColor { background-color: #CE7F65; }

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

This div background color is #CE7F65.


Border color

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

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

This div border color is #CE7F65.


Opacity

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

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

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

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

This text has shadow with #CE7F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7F65 on black background.


Color preview on white background

This text has color #CE7F65 on white background.



Black color preview on #CE7F65 background

This text has black color on #CE7F65 background.


White color preview on #CE7F65 background

This text has white color on #CE7F65 background.