COLOR #CF7995

HEX: #CF7995
RGB: (207,121,149)

Color info

#CF7995 contains mainly red and blue colors. Web safe color of #CF7995 is #CC6699 (or #C69).

RGB color model

#CF7995 color RGB value is (207,121,149).

  • red value is 207;
  • green value is 121;
  • blue value is 149.
RGB:
(207,121,149)
(81%,47%,58%)

RGB channels and saturation

R 207 of 255 = 81%
G 121 of 255 = 47%
B 149 of 255 = 58%

207
121
149

R + G + B ~ 62%. #CF7995 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 121 + 149 = 477 (100%)
R 207 of 477 ~ 43.4%
G 121 of 477 ~ 25.37%
B 149 of 477 ~ 31.24%

%43.4
%25.37
%31.24

CMYK color model

#CF7995 color CMYK value is (0,42,28,19).

  • cyan value is 0.00%
  • magenta value is 41.55%
  • yellow value is 28.02%
  • key color value is 18.82%
CMYK:
(0,42,28,19)
C0M42Y28K19 
(0%,42%,28%,19%)
(0.00/0.42/0.28/0.19)	

CMYK percentages

%0
%41.55
%28.02
%18.82

Codes

Color #CF7995 in popluar color models

CF7995
RGB207121149
HSL340°47.25%64.31%
HSB/HSV340°41.55%81.18%
CMYK0.00%41.55%28.02%
18.82%

Color #CF7995 in popluar number systems.

HEXCF7995
Decimal207121149
Binary11001111111100110010101
Octal317171225

Shades and tints

Shades of #CF7995

#CF7995
(207,121,149)
#BD6E88
(189,110,136)
#AB637B
(171,99,123)
#99586E
(153,88,110)
#874D61
(135,77,97)
#754254
(117,66,84)
#633747
(99,55,71)
#512C3A
(81,44,58)
#3F212D
(63,33,45)
#2D1620
(45,22,32)
#1B0B13
(27,11,19)
#000000
(0,0,0)

Tints of #CF7995

#CF7995
(207,121,149)
#D3859E
(211,133,158)
#D791A7
(215,145,167)
#DB9DB0
(219,157,176)
#DFA9B9
(223,169,185)
#E3B5C2
(227,181,194)
#E7C1CB
(231,193,203)
#EBCDD4
(235,205,212)
#EFD9DD
(239,217,221)
#F3E5E6
(243,229,230)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF7995 color. Also use rgb(207,121,149) instead hex code.

Text Font Color

.myTextColor { color: #CF7995; }

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

This text font color is #CF7995.


Background Color

.myBgColor { background-color: #CF7995; }

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

This div background color is #CF7995.


Border color

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

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

This div border color is #CF7995.


Opacity

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

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

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

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

This text has shadow with #CF7995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF7995 on black background.


Color preview on white background

This text has color #CF7995 on white background.



Black color preview on #CF7995 background

This text has black color on #CF7995 background.


White color preview on #CF7995 background

This text has white color on #CF7995 background.