COLOR #CB6E76

HEX: #CB6E76
RGB: (203,110,118)

Color info

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

RGB color model

#CB6E76 color RGB value is (203,110,118).

  • red value is 203;
  • green value is 110;
  • blue value is 118.
RGB:
(203,110,118)
(80%,43%,46%)

RGB channels and saturation

R 203 of 255 = 80%
G 110 of 255 = 43%
B 118 of 255 = 46%

203
110
118

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

Portions of RGB colors in percentages

R + G + B =
203 + 110 + 118 = 431 (100%)
R 203 of 431 ~ 47.1%
G 110 of 431 ~ 25.52%
B 118 of 431 ~ 27.38%

%47.1
%25.52
%27.38

CMYK color model

#CB6E76 color CMYK value is (0,46,42,20).

  • cyan value is 0.00%
  • magenta value is 45.81%
  • yellow value is 41.87%
  • key color value is 20.39%
CMYK:
(0,46,42,20)
C0M46Y42K20 
(0%,46%,42%,20%)
(0.00/0.46/0.42/0.20)	

CMYK percentages

%0
%45.81
%41.87
%20.39

Codes

Color #CB6E76 in popluar color models

CB6E76
RGB203110118
HSL355°47.21%61.37%
HSB/HSV355°45.81%79.61%
CMYK0.00%45.81%41.87%
20.39%

Color #CB6E76 in popluar number systems.

HEXCB6E76
Decimal203110118
Binary1100101111011101110110
Octal313156166

Shades and tints

Shades of #CB6E76

#CB6E76
(203,110,118)
#B9646C
(185,100,108)
#A75A62
(167,90,98)
#955058
(149,80,88)
#83464E
(131,70,78)
#713C44
(113,60,68)
#5F323A
(95,50,58)
#4D2830
(77,40,48)
#3B1E26
(59,30,38)
#29141C
(41,20,28)
#170A12
(23,10,18)
#000000
(0,0,0)

Tints of #CB6E76

#CB6E76
(203,110,118)
#CF7B82
(207,123,130)
#D3888E
(211,136,142)
#D7959A
(215,149,154)
#DBA2A6
(219,162,166)
#DFAFB2
(223,175,178)
#E3BCBE
(227,188,190)
#E7C9CA
(231,201,202)
#EBD6D6
(235,214,214)
#EFE3E2
(239,227,226)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB6E76 color. Also use rgb(203,110,118) instead hex code.

Text Font Color

.myTextColor { color: #CB6E76; }

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

This text font color is #CB6E76.


Background Color

.myBgColor { background-color: #CB6E76; }

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

This div background color is #CB6E76.


Border color

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

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

This div border color is #CB6E76.


Opacity

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

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

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

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

This text has shadow with #CB6E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB6E76 on black background.


Color preview on white background

This text has color #CB6E76 on white background.



Black color preview on #CB6E76 background

This text has black color on #CB6E76 background.


White color preview on #CB6E76 background

This text has white color on #CB6E76 background.