COLOR #CB5165

HEX: #CB5165
RGB: (203,81,101)

Color info

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

RGB color model

#CB5165 color RGB value is (203,81,101).

  • red value is 203;
  • green value is 81;
  • blue value is 101.
RGB:
(203,81,101)
(80%,32%,40%)

RGB channels and saturation

R 203 of 255 = 80%
G 81 of 255 = 32%
B 101 of 255 = 40%

203
81
101

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

Portions of RGB colors in percentages

R + G + B =
203 + 81 + 101 = 385 (100%)
R 203 of 385 ~ 52.73%
G 81 of 385 ~ 21.04%
B 101 of 385 ~ 26.23%

%52.73
%21.04
%26.23

CMYK color model

#CB5165 color CMYK value is (0,60,50,20).

  • cyan value is 0.00%
  • magenta value is 60.10%
  • yellow value is 50.25%
  • key color value is 20.39%
CMYK:
(0,60,50,20)
C0M60Y50K20 
(0%,60%,50%,20%)
(0.00/0.60/0.50/0.20)	

CMYK percentages

%0
%60.1
%50.25
%20.39

Codes

Color #CB5165 in popluar color models

CB5165
RGB20381101
HSL350°53.98%55.69%
HSB/HSV350°60.10%79.61%
CMYK0.00%60.10%50.25%
20.39%

Color #CB5165 in popluar number systems.

HEXCB5165
Decimal20381101
Binary1100101110100011100101
Octal313121145

Shades and tints

Shades of #CB5165

#CB5165
(203,81,101)
#B94A5C
(185,74,92)
#A74353
(167,67,83)
#953C4A
(149,60,74)
#833541
(131,53,65)
#712E38
(113,46,56)
#5F272F
(95,39,47)
#4D2026
(77,32,38)
#3B191D
(59,25,29)
#291214
(41,18,20)
#170B0B
(23,11,11)
#000000
(0,0,0)

Tints of #CB5165

#CB5165
(203,81,101)
#CF6073
(207,96,115)
#D36F81
(211,111,129)
#D77E8F
(215,126,143)
#DB8D9D
(219,141,157)
#DF9CAB
(223,156,171)
#E3ABB9
(227,171,185)
#E7BAC7
(231,186,199)
#EBC9D5
(235,201,213)
#EFD8E3
(239,216,227)
#F3E7F1
(243,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB5165 color. Also use rgb(203,81,101) instead hex code.

Text Font Color

.myTextColor { color: #CB5165; }

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

This text font color is #CB5165.


Background Color

.myBgColor { background-color: #CB5165; }

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

This div background color is #CB5165.


Border color

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

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

This div border color is #CB5165.


Opacity

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

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

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

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

This text has shadow with #CB5165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB5165 on black background.


Color preview on white background

This text has color #CB5165 on white background.



Black color preview on #CB5165 background

This text has black color on #CB5165 background.


White color preview on #CB5165 background

This text has white color on #CB5165 background.