COLOR #CB759F

HEX: #CB759F
RGB: (203,117,159)

Color info

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

RGB color model

#CB759F color RGB value is (203,117,159).

  • red value is 203;
  • green value is 117;
  • blue value is 159.
RGB:
(203,117,159)
(80%,46%,62%)

RGB channels and saturation

R 203 of 255 = 80%
G 117 of 255 = 46%
B 159 of 255 = 62%

203
117
159

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

Portions of RGB colors in percentages

R + G + B =
203 + 117 + 159 = 479 (100%)
R 203 of 479 ~ 42.38%
G 117 of 479 ~ 24.43%
B 159 of 479 ~ 33.19%

%42.38
%24.43
%33.19

CMYK color model

#CB759F color CMYK value is (0,42,22,20).

  • cyan value is 0.00%
  • magenta value is 42.36%
  • yellow value is 21.67%
  • key color value is 20.39%
CMYK:
(0,42,22,20)
C0M42Y22K20 
(0%,42%,22%,20%)
(0.00/0.42/0.22/0.20)	

CMYK percentages

%0
%42.36
%21.67
%20.39

Codes

Color #CB759F in popluar color models

CB759F
RGB203117159
HSL331°45.26%62.75%
HSB/HSV331°42.36%79.61%
CMYK0.00%42.36%21.67%
20.39%

Color #CB759F in popluar number systems.

HEXCB759F
Decimal203117159
Binary11001011111010110011111
Octal313165237

Shades and tints

Shades of #CB759F

#CB759F
(203,117,159)
#B96B91
(185,107,145)
#A76183
(167,97,131)
#955775
(149,87,117)
#834D67
(131,77,103)
#714359
(113,67,89)
#5F394B
(95,57,75)
#4D2F3D
(77,47,61)
#3B252F
(59,37,47)
#291B21
(41,27,33)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #CB759F

#CB759F
(203,117,159)
#CF81A7
(207,129,167)
#D38DAF
(211,141,175)
#D799B7
(215,153,183)
#DBA5BF
(219,165,191)
#DFB1C7
(223,177,199)
#E3BDCF
(227,189,207)
#E7C9D7
(231,201,215)
#EBD5DF
(235,213,223)
#EFE1E7
(239,225,231)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB759F color. Also use rgb(203,117,159) instead hex code.

Text Font Color

.myTextColor { color: #CB759F; }

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

This text font color is #CB759F.


Background Color

.myBgColor { background-color: #CB759F; }

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

This div background color is #CB759F.


Border color

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

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

This div border color is #CB759F.


Opacity

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

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

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

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

This text has shadow with #CB759F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB759F on black background.


Color preview on white background

This text has color #CB759F on white background.



Black color preview on #CB759F background

This text has black color on #CB759F background.


White color preview on #CB759F background

This text has white color on #CB759F background.