COLOR #CF6B55

HEX: #CF6B55
RGB: (207,107,85)

Color info

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

RGB color model

#CF6B55 color RGB value is (207,107,85).

  • red value is 207;
  • green value is 107;
  • blue value is 85.
RGB:
(207,107,85)
(81%,42%,33%)

RGB channels and saturation

R 207 of 255 = 81%
G 107 of 255 = 42%
B 85 of 255 = 33%

207
107
85

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

Portions of RGB colors in percentages

R + G + B =
207 + 107 + 85 = 399 (100%)
R 207 of 399 ~ 51.88%
G 107 of 399 ~ 26.82%
B 85 of 399 ~ 21.3%

%51.88
%26.82
%21.3

CMYK color model

#CF6B55 color CMYK value is (0,48,59,19).

  • cyan value is 0.00%
  • magenta value is 48.31%
  • yellow value is 58.94%
  • key color value is 18.82%
CMYK:
(0,48,59,19)
C0M48Y59K19 
(0%,48%,59%,19%)
(0.00/0.48/0.59/0.19)	

CMYK percentages

%0
%48.31
%58.94
%18.82

Codes

Color #CF6B55 in popluar color models

CF6B55
RGB20710785
HSL11°55.96%57.25%
HSB/HSV11°58.94%81.18%
CMYK0.00%48.31%58.94%
18.82%

Color #CF6B55 in popluar number systems.

HEXCF6B55
Decimal20710785
Binary1100111111010111010101
Octal317153125

Shades and tints

Shades of #CF6B55

#CF6B55
(207,107,85)
#BD624E
(189,98,78)
#AB5947
(171,89,71)
#995040
(153,80,64)
#874739
(135,71,57)
#753E32
(117,62,50)
#63352B
(99,53,43)
#512C24
(81,44,36)
#3F231D
(63,35,29)
#2D1A16
(45,26,22)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #CF6B55

#CF6B55
(207,107,85)
#D37864
(211,120,100)
#D78573
(215,133,115)
#DB9282
(219,146,130)
#DF9F91
(223,159,145)
#E3ACA0
(227,172,160)
#E7B9AF
(231,185,175)
#EBC6BE
(235,198,190)
#EFD3CD
(239,211,205)
#F3E0DC
(243,224,220)
#F7EDEB
(247,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF6B55; }

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

This text font color is #CF6B55.


Background Color

.myBgColor { background-color: #CF6B55; }

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

This div background color is #CF6B55.


Border color

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

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

This div border color is #CF6B55.


Opacity

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

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

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

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

This text has shadow with #CF6B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF6B55 on black background.


Color preview on white background

This text has color #CF6B55 on white background.



Black color preview on #CF6B55 background

This text has black color on #CF6B55 background.


White color preview on #CF6B55 background

This text has white color on #CF6B55 background.