COLOR #CB4760

HEX: #CB4760
RGB: (203,71,96)

Color info

#CB4760 contains mainly red color. Web safe color of #CB4760 is #CC3366 (or #C36).

RGB color model

#CB4760 color RGB value is (203,71,96).

  • red value is 203;
  • green value is 71;
  • blue value is 96.
RGB:
(203,71,96)
(80%,28%,38%)

RGB channels and saturation

R 203 of 255 = 80%
G 71 of 255 = 28%
B 96 of 255 = 38%

203
71
96

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

Portions of RGB colors in percentages

R + G + B =
203 + 71 + 96 = 370 (100%)
R 203 of 370 ~ 54.86%
G 71 of 370 ~ 19.19%
B 96 of 370 ~ 25.95%

%54.86
%19.19
%25.95

CMYK color model

#CB4760 color CMYK value is (0,65,53,20).

  • cyan value is 0.00%
  • magenta value is 65.02%
  • yellow value is 52.71%
  • key color value is 20.39%
CMYK:
(0,65,53,20)
C0M65Y53K20 
(0%,65%,53%,20%)
(0.00/0.65/0.53/0.20)	

CMYK percentages

%0
%65.02
%52.71
%20.39

Codes

Color #CB4760 in popluar color models

CB4760
RGB2037196
HSL349°55.93%53.73%
HSB/HSV349°65.02%79.61%
CMYK0.00%65.02%52.71%
20.39%

Color #CB4760 in popluar number systems.

HEXCB4760
Decimal2037196
Binary1100101110001111100000
Octal313107140

Shades and tints

Shades of #CB4760

#CB4760
(203,71,96)
#B94158
(185,65,88)
#A73B50
(167,59,80)
#953548
(149,53,72)
#832F40
(131,47,64)
#712938
(113,41,56)
#5F2330
(95,35,48)
#4D1D28
(77,29,40)
#3B1720
(59,23,32)
#291118
(41,17,24)
#170B10
(23,11,16)
#000000
(0,0,0)

Tints of #CB4760

#CB4760
(203,71,96)
#CF576E
(207,87,110)
#D3677C
(211,103,124)
#D7778A
(215,119,138)
#DB8798
(219,135,152)
#DF97A6
(223,151,166)
#E3A7B4
(227,167,180)
#E7B7C2
(231,183,194)
#EBC7D0
(235,199,208)
#EFD7DE
(239,215,222)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB4760 color. Also use rgb(203,71,96) instead hex code.

Text Font Color

.myTextColor { color: #CB4760; }

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

This text font color is #CB4760.


Background Color

.myBgColor { background-color: #CB4760; }

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

This div background color is #CB4760.


Border color

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

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

This div border color is #CB4760.


Opacity

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

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

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

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

This text has shadow with #CB4760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB4760 on black background.


Color preview on white background

This text has color #CB4760 on white background.



Black color preview on #CB4760 background

This text has black color on #CB4760 background.


White color preview on #CB4760 background

This text has white color on #CB4760 background.