COLOR #CF6F55

HEX: #CF6F55 RGB: (207,111,85)

Color info

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

RGB color model

#CF6F55 color RGB value is (207,111,85).

RGB: (207,111,85) (81%, 44%, 33%)

RGB channels and saturation

R 207 of 255 = 81%
G 111 of 255 = 44%
B 85 of 255 = 33%

207
111
85

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

Portions of RGB colors in percentages

R + G + B = 207 + 111 + 85 = 403 (100%)
R 207 of 403 ~ 51.36%
G 111 of 403 ~ 27.54%
B 85 of 403 ~ 21.09'%

%51.36
%27.54
%21.09

CMYK color model

#CF6F55 color CMYK value is (0,46,59,19).

  • cyan value is 0.00%
  • magenta value is 46.38%
  • yellow value is 58.94%
  • key color value is 18.82%

CMYK: (0,46,59,19)
C0M46Y59K19 (0%, 46%, 59%, 19%)
(0.00 / 0.46 / 0.59 / 0.19)

CMYK percentages

%0
%46.38
%58.94
%18.82

Codes

Color #CF6F55 in popluar color models

CF 6F 55
RGB 207 111 85
HSL 13° 55.96% 57.25%
HSB/HSV 13° 58.94% 81.18%
CMYK 0.00% 46.38% 58.94%
18.82%

Color #CF6F55 in popluar number systems.

HEX CF 6F 55
Decimal 207 111 85
Binary 11001111 1101111 1010101
Octal 317 157 125

Shades and tints

Shades of #CF6F55

#CF6F55
(207,111,85)
#BD654E
(189,101,78)
#AB5B47
(171,91,71)
#995140
(153,81,64)
#874739
(135,71,57)
#753D32
(117,61,50)
#63332B
(99,51,43)
#512924
(81,41,36)
#3F1F1D
(63,31,29)
#2D1516
(45,21,22)
#1B0B0F
(27,11,15)
#000000
(0,0,0)

Tints of #CF6F55

#CF6F55
(207,111,85)
#D37C64
(211,124,100)
#D78973
(215,137,115)
#DB9682
(219,150,130)
#DFA391
(223,163,145)
#E3B0A0
(227,176,160)
#E7BDAF
(231,189,175)
#EBCABE
(235,202,190)
#EFD7CD
(239,215,205)
#F3E4DC
(243,228,220)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF6F55 color. Also use rgb(207,111,85) instead hex code.

Text Font Color

.myTextColor { color: #CF6F55; }

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

This text font color is #CF6F55.

Background Color

.myBgColor { background-color: #CF6F55; }

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

This div background color is #CF6F55.

Border color

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

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

This div border color is #CF6F55.

Opacity

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

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

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

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

This text has shadow with #CF6F55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CF6F55.

Preview

Color preview on black background

This text has color #CF6F55 on black background.


Color preview on white background

This text has color #CF6F55 on white background.


Black color preview on #CF6F55 background

This text has black color on #CF6F55 background.


White color preview on #CF6F55 background

This text has white color on #CF6F55 background.


Related colors

Complementary color

Complementary color for #hex is #3090AA.


I love getcolorcode.com

Triadic colors

1 #55CF6F and #6F55CF with #CF6F55 are triadic colors.

2 #556FCF and #6FCF55 with #CF6F55 are triadic colors.