COLOR #CF6CA0

HEX: #CF6CA0
RGB: (207,108,160)

Color info

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

RGB color model

#CF6CA0 color RGB value is (207,108,160).

  • red value is 207;
  • green value is 108;
  • blue value is 160.
RGB:
(207,108,160)
(81%,42%,63%)

RGB channels and saturation

R 207 of 255 = 81%
G 108 of 255 = 42%
B 160 of 255 = 63%

207
108
160

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

Portions of RGB colors in percentages

R + G + B =
207 + 108 + 160 = 475 (100%)
R 207 of 475 ~ 43.58%
G 108 of 475 ~ 22.74%
B 160 of 475 ~ 33.68%

%43.58
%22.74
%33.68

CMYK color model

#CF6CA0 color CMYK value is (0,48,23,19).

  • cyan value is 0.00%
  • magenta value is 47.83%
  • yellow value is 22.71%
  • key color value is 18.82%
CMYK:
(0,48,23,19)
C0M48Y23K19 
(0%,48%,23%,19%)
(0.00/0.48/0.23/0.19)	

CMYK percentages

%0
%47.83
%22.71
%18.82

Codes

Color #CF6CA0 in popluar color models

CF6CA0
RGB207108160
HSL328°50.77%61.76%
HSB/HSV328°47.83%81.18%
CMYK0.00%47.83%22.71%
18.82%

Color #CF6CA0 in popluar number systems.

HEXCF6CA0
Decimal207108160
Binary11001111110110010100000
Octal317154240

Shades and tints

Shades of #CF6CA0

#CF6CA0
(207,108,160)
#BD6392
(189,99,146)
#AB5A84
(171,90,132)
#995176
(153,81,118)
#874868
(135,72,104)
#753F5A
(117,63,90)
#63364C
(99,54,76)
#512D3E
(81,45,62)
#3F2430
(63,36,48)
#2D1B22
(45,27,34)
#1B1214
(27,18,20)
#000000
(0,0,0)

Tints of #CF6CA0

#CF6CA0
(207,108,160)
#D379A8
(211,121,168)
#D786B0
(215,134,176)
#DB93B8
(219,147,184)
#DFA0C0
(223,160,192)
#E3ADC8
(227,173,200)
#E7BAD0
(231,186,208)
#EBC7D8
(235,199,216)
#EFD4E0
(239,212,224)
#F3E1E8
(243,225,232)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF6CA0 color. Also use rgb(207,108,160) instead hex code.

Text Font Color

.myTextColor { color: #CF6CA0; }

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

This text font color is #CF6CA0.


Background Color

.myBgColor { background-color: #CF6CA0; }

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

This div background color is #CF6CA0.


Border color

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

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

This div border color is #CF6CA0.


Opacity

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

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

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

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

This text has shadow with #CF6CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF6CA0 on black background.


Color preview on white background

This text has color #CF6CA0 on white background.



Black color preview on #CF6CA0 background

This text has black color on #CF6CA0 background.


White color preview on #CF6CA0 background

This text has white color on #CF6CA0 background.