COLOR #CB72A0

HEX: #CB72A0
RGB: (203,114,160)

Color info

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

RGB color model

#CB72A0 color RGB value is (203,114,160).

  • red value is 203;
  • green value is 114;
  • blue value is 160.
RGB:
(203,114,160)
(80%,45%,63%)

RGB channels and saturation

R 203 of 255 = 80%
G 114 of 255 = 45%
B 160 of 255 = 63%

203
114
160

R + G + B ~ 63%. #CB72A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 114 + 160 = 477 (100%)
R 203 of 477 ~ 42.56%
G 114 of 477 ~ 23.9%
B 160 of 477 ~ 33.54%

%42.56
%23.9
%33.54

CMYK color model

#CB72A0 color CMYK value is (0,44,21,20).

  • cyan value is 0.00%
  • magenta value is 43.84%
  • yellow value is 21.18%
  • key color value is 20.39%
CMYK:
(0,44,21,20)
C0M44Y21K20 
(0%,44%,21%,20%)
(0.00/0.44/0.21/0.20)	

CMYK percentages

%0
%43.84
%21.18
%20.39

Codes

Color #CB72A0 in popluar color models

CB72A0
RGB203114160
HSL329°46.11%62.16%
HSB/HSV329°43.84%79.61%
CMYK0.00%43.84%21.18%
20.39%

Color #CB72A0 in popluar number systems.

HEXCB72A0
Decimal203114160
Binary11001011111001010100000
Octal313162240

Shades and tints

Shades of #CB72A0

#CB72A0
(203,114,160)
#B96892
(185,104,146)
#A75E84
(167,94,132)
#955476
(149,84,118)
#834A68
(131,74,104)
#71405A
(113,64,90)
#5F364C
(95,54,76)
#4D2C3E
(77,44,62)
#3B2230
(59,34,48)
#291822
(41,24,34)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #CB72A0

#CB72A0
(203,114,160)
#CF7EA8
(207,126,168)
#D38AB0
(211,138,176)
#D796B8
(215,150,184)
#DBA2C0
(219,162,192)
#DFAEC8
(223,174,200)
#E3BAD0
(227,186,208)
#E7C6D8
(231,198,216)
#EBD2E0
(235,210,224)
#EFDEE8
(239,222,232)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB72A0 color. Also use rgb(203,114,160) instead hex code.

Text Font Color

.myTextColor { color: #CB72A0; }

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

This text font color is #CB72A0.


Background Color

.myBgColor { background-color: #CB72A0; }

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

This div background color is #CB72A0.


Border color

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

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

This div border color is #CB72A0.


Opacity

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

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

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

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

This text has shadow with #CB72A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB72A0 on black background.


Color preview on white background

This text has color #CB72A0 on white background.



Black color preview on #CB72A0 background

This text has black color on #CB72A0 background.


White color preview on #CB72A0 background

This text has white color on #CB72A0 background.