COLOR #CB5370

HEX: #CB5370
RGB: (203,83,112)

Color info

#CB5370 contains mainly red color. Web safe color of #CB5370 is #CC6666 (or #C66).

RGB color model

#CB5370 color RGB value is (203,83,112).

  • red value is 203;
  • green value is 83;
  • blue value is 112.
RGB:
(203,83,112)
(80%,33%,44%)

RGB channels and saturation

R 203 of 255 = 80%
G 83 of 255 = 33%
B 112 of 255 = 44%

203
83
112

R + G + B ~ 52%. #CB5370 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
203 + 83 + 112 = 398 (100%)
R 203 of 398 ~ 51.01%
G 83 of 398 ~ 20.85%
B 112 of 398 ~ 28.14%

%51.01
%20.85
%28.14

CMYK color model

#CB5370 color CMYK value is (0,59,45,20).

  • cyan value is 0.00%
  • magenta value is 59.11%
  • yellow value is 44.83%
  • key color value is 20.39%
CMYK:
(0,59,45,20)
C0M59Y45K20 
(0%,59%,45%,20%)
(0.00/0.59/0.45/0.20)	

CMYK percentages

%0
%59.11
%44.83
%20.39

Codes

Color #CB5370 in popluar color models

CB5370
RGB20383112
HSL346°53.57%56.08%
HSB/HSV346°59.11%79.61%
CMYK0.00%59.11%44.83%
20.39%

Color #CB5370 in popluar number systems.

HEXCB5370
Decimal20383112
Binary1100101110100111110000
Octal313123160

Shades and tints

Shades of #CB5370

#CB5370
(203,83,112)
#B94C66
(185,76,102)
#A7455C
(167,69,92)
#953E52
(149,62,82)
#833748
(131,55,72)
#71303E
(113,48,62)
#5F2934
(95,41,52)
#4D222A
(77,34,42)
#3B1B20
(59,27,32)
#291416
(41,20,22)
#170D0C
(23,13,12)
#000000
(0,0,0)

Tints of #CB5370

#CB5370
(203,83,112)
#CF627D
(207,98,125)
#D3718A
(211,113,138)
#D78097
(215,128,151)
#DB8FA4
(219,143,164)
#DF9EB1
(223,158,177)
#E3ADBE
(227,173,190)
#E7BCCB
(231,188,203)
#EBCBD8
(235,203,216)
#EFDAE5
(239,218,229)
#F3E9F2
(243,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB5370 color. Also use rgb(203,83,112) instead hex code.

Text Font Color

.myTextColor { color: #CB5370; }

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

This text font color is #CB5370.


Background Color

.myBgColor { background-color: #CB5370; }

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

This div background color is #CB5370.


Border color

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

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

This div border color is #CB5370.


Opacity

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

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

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

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

This text has shadow with #CB5370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB5370 on black background.


Color preview on white background

This text has color #CB5370 on white background.



Black color preview on #CB5370 background

This text has black color on #CB5370 background.


White color preview on #CB5370 background

This text has white color on #CB5370 background.