COLOR #CF748E

HEX: #CF748E
RGB: (207,116,142)

Color info

#CF748E contains mainly red color. Web safe color of #CF748E is #CC6699 (or #C69).

RGB color model

#CF748E color RGB value is (207,116,142).

  • red value is 207;
  • green value is 116;
  • blue value is 142.
RGB:
(207,116,142)
(81%,45%,56%)

RGB channels and saturation

R 207 of 255 = 81%
G 116 of 255 = 45%
B 142 of 255 = 56%

207
116
142

R + G + B ~ 61%. #CF748E is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 116 + 142 = 465 (100%)
R 207 of 465 ~ 44.52%
G 116 of 465 ~ 24.95%
B 142 of 465 ~ 30.54%

%44.52
%24.95
%30.54

CMYK color model

#CF748E color CMYK value is (0,44,31,19).

  • cyan value is 0.00%
  • magenta value is 43.96%
  • yellow value is 31.40%
  • key color value is 18.82%
CMYK:
(0,44,31,19)
C0M44Y31K19 
(0%,44%,31%,19%)
(0.00/0.44/0.31/0.19)	

CMYK percentages

%0
%43.96
%31.4
%18.82

Codes

Color #CF748E in popluar color models

CF748E
RGB207116142
HSL343°48.66%63.33%
HSB/HSV343°43.96%81.18%
CMYK0.00%43.96%31.40%
18.82%

Color #CF748E in popluar number systems.

HEXCF748E
Decimal207116142
Binary11001111111010010001110
Octal317164216

Shades and tints

Shades of #CF748E

#CF748E
(207,116,142)
#BD6A82
(189,106,130)
#AB6076
(171,96,118)
#99566A
(153,86,106)
#874C5E
(135,76,94)
#754252
(117,66,82)
#633846
(99,56,70)
#512E3A
(81,46,58)
#3F242E
(63,36,46)
#2D1A22
(45,26,34)
#1B1016
(27,16,22)
#000000
(0,0,0)

Tints of #CF748E

#CF748E
(207,116,142)
#D38098
(211,128,152)
#D78CA2
(215,140,162)
#DB98AC
(219,152,172)
#DFA4B6
(223,164,182)
#E3B0C0
(227,176,192)
#E7BCCA
(231,188,202)
#EBC8D4
(235,200,212)
#EFD4DE
(239,212,222)
#F3E0E8
(243,224,232)
#F7ECF2
(247,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF748E color. Also use rgb(207,116,142) instead hex code.

Text Font Color

.myTextColor { color: #CF748E; }

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

This text font color is #CF748E.


Background Color

.myBgColor { background-color: #CF748E; }

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

This div background color is #CF748E.


Border color

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

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

This div border color is #CF748E.


Opacity

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

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

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

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

This text has shadow with #CF748E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF748E on black background.


Color preview on white background

This text has color #CF748E on white background.



Black color preview on #CF748E background

This text has black color on #CF748E background.


White color preview on #CF748E background

This text has white color on #CF748E background.