COLOR #CF615F

HEX: #CF615F
RGB: (207,97,95)

Color info

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

RGB color model

#CF615F color RGB value is (207,97,95).

  • red value is 207;
  • green value is 97;
  • blue value is 95.
RGB:
(207,97,95)
(81%,38%,37%)

RGB channels and saturation

R 207 of 255 = 81%
G 97 of 255 = 38%
B 95 of 255 = 37%

207
97
95

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

Portions of RGB colors in percentages

R + G + B =
207 + 97 + 95 = 399 (100%)
R 207 of 399 ~ 51.88%
G 97 of 399 ~ 24.31%
B 95 of 399 ~ 23.81%

%51.88
%24.31
%23.81

CMYK color model

#CF615F color CMYK value is (0,53,54,19).

  • cyan value is 0.00%
  • magenta value is 53.14%
  • yellow value is 54.11%
  • key color value is 18.82%
CMYK:
(0,53,54,19)
C0M53Y54K19 
(0%,53%,54%,19%)
(0.00/0.53/0.54/0.19)	

CMYK percentages

%0
%53.14
%54.11
%18.82

Codes

Color #CF615F in popluar color models

CF615F
RGB2079795
HSL53.85%59.22%
HSB/HSV54.11%81.18%
CMYK0.00%53.14%54.11%
18.82%

Color #CF615F in popluar number systems.

HEXCF615F
Decimal2079795
Binary1100111111000011011111
Octal317141137

Shades and tints

Shades of #CF615F

#CF615F
(207,97,95)
#BD5957
(189,89,87)
#AB514F
(171,81,79)
#994947
(153,73,71)
#87413F
(135,65,63)
#753937
(117,57,55)
#63312F
(99,49,47)
#512927
(81,41,39)
#3F211F
(63,33,31)
#2D1917
(45,25,23)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #CF615F

#CF615F
(207,97,95)
#D36F6D
(211,111,109)
#D77D7B
(215,125,123)
#DB8B89
(219,139,137)
#DF9997
(223,153,151)
#E3A7A5
(227,167,165)
#E7B5B3
(231,181,179)
#EBC3C1
(235,195,193)
#EFD1CF
(239,209,207)
#F3DFDD
(243,223,221)
#F7EDEB
(247,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF615F color. Also use rgb(207,97,95) instead hex code.

Text Font Color

.myTextColor { color: #CF615F; }

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

This text font color is #CF615F.


Background Color

.myBgColor { background-color: #CF615F; }

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

This div background color is #CF615F.


Border color

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

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

This div border color is #CF615F.


Opacity

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

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

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

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

This text has shadow with #CF615F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF615F on black background.


Color preview on white background

This text has color #CF615F on white background.



Black color preview on #CF615F background

This text has black color on #CF615F background.


White color preview on #CF615F background

This text has white color on #CF615F background.