COLOR #CB74A4

HEX: #CB74A4
RGB: (203,116,164)

Color info

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

RGB color model

#CB74A4 color RGB value is (203,116,164).

  • red value is 203;
  • green value is 116;
  • blue value is 164.
RGB:
(203,116,164)
(80%,45%,64%)

RGB channels and saturation

R 203 of 255 = 80%
G 116 of 255 = 45%
B 164 of 255 = 64%

203
116
164

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

Portions of RGB colors in percentages

R + G + B =
203 + 116 + 164 = 483 (100%)
R 203 of 483 ~ 42.03%
G 116 of 483 ~ 24.02%
B 164 of 483 ~ 33.95%

%42.03
%24.02
%33.95

CMYK color model

#CB74A4 color CMYK value is (0,43,19,20).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 19.21%
  • key color value is 20.39%
CMYK:
(0,43,19,20)
C0M43Y19K20 
(0%,43%,19%,20%)
(0.00/0.43/0.19/0.20)	

CMYK percentages

%0
%42.86
%19.21
%20.39

Codes

Color #CB74A4 in popluar color models

CB74A4
RGB203116164
HSL327°45.55%62.55%
HSB/HSV327°42.86%79.61%
CMYK0.00%42.86%19.21%
20.39%

Color #CB74A4 in popluar number systems.

HEXCB74A4
Decimal203116164
Binary11001011111010010100100
Octal313164244

Shades and tints

Shades of #CB74A4

#CB74A4
(203,116,164)
#B96A96
(185,106,150)
#A76088
(167,96,136)
#95567A
(149,86,122)
#834C6C
(131,76,108)
#71425E
(113,66,94)
#5F3850
(95,56,80)
#4D2E42
(77,46,66)
#3B2434
(59,36,52)
#291A26
(41,26,38)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #CB74A4

#CB74A4
(203,116,164)
#CF80AC
(207,128,172)
#D38CB4
(211,140,180)
#D798BC
(215,152,188)
#DBA4C4
(219,164,196)
#DFB0CC
(223,176,204)
#E3BCD4
(227,188,212)
#E7C8DC
(231,200,220)
#EBD4E4
(235,212,228)
#EFE0EC
(239,224,236)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB74A4 color. Also use rgb(203,116,164) instead hex code.

Text Font Color

.myTextColor { color: #CB74A4; }

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

This text font color is #CB74A4.


Background Color

.myBgColor { background-color: #CB74A4; }

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

This div background color is #CB74A4.


Border color

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

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

This div border color is #CB74A4.


Opacity

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

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

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

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

This text has shadow with #CB74A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB74A4 on black background.


Color preview on white background

This text has color #CB74A4 on white background.



Black color preview on #CB74A4 background

This text has black color on #CB74A4 background.


White color preview on #CB74A4 background

This text has white color on #CB74A4 background.