COLOR #CB6E6D

HEX: #CB6E6D
RGB: (203,110,109)

Color info

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

RGB color model

#CB6E6D color RGB value is (203,110,109).

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

RGB channels and saturation

R 203 of 255 = 80%
G 110 of 255 = 43%
B 109 of 255 = 43%

203
110
109

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

Portions of RGB colors in percentages

R + G + B =
203 + 110 + 109 = 422 (100%)
R 203 of 422 ~ 48.1%
G 110 of 422 ~ 26.07%
B 109 of 422 ~ 25.83%

%48.1
%26.07
%25.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.81%
  • yellow value is 46.31%
  • key color value is 20.39%
CMYK:
(0,46,46,20)
C0M46Y46K20 
(0%,46%,46%,20%)
(0.00/0.46/0.46/0.20)	

CMYK percentages

%0
%45.81
%46.31
%20.39

Codes

Color #CB6E6D in popluar color models

CB6E6D
RGB203110109
HSL47.47%61.18%
HSB/HSV46.31%79.61%
CMYK0.00%45.81%46.31%
20.39%

Color #CB6E6D in popluar number systems.

HEXCB6E6D
Decimal203110109
Binary1100101111011101101101
Octal313156155

Shades and tints

Shades of #CB6E6D

#CB6E6D
(203,110,109)
#B96464
(185,100,100)
#A75A5B
(167,90,91)
#955052
(149,80,82)
#834649
(131,70,73)
#713C40
(113,60,64)
#5F3237
(95,50,55)
#4D282E
(77,40,46)
#3B1E25
(59,30,37)
#29141C
(41,20,28)
#170A13
(23,10,19)
#000000
(0,0,0)

Tints of #CB6E6D

#CB6E6D
(203,110,109)
#CF7B7A
(207,123,122)
#D38887
(211,136,135)
#D79594
(215,149,148)
#DBA2A1
(219,162,161)
#DFAFAE
(223,175,174)
#E3BCBB
(227,188,187)
#E7C9C8
(231,201,200)
#EBD6D5
(235,214,213)
#EFE3E2
(239,227,226)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB6E6D; }

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

This text font color is #CB6E6D.


Background Color

.myBgColor { background-color: #CB6E6D; }

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

This div background color is #CB6E6D.


Border color

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

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

This div border color is #CB6E6D.


Opacity

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

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

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

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

This text has shadow with #CB6E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB6E6D on black background.


Color preview on white background

This text has color #CB6E6D on white background.



Black color preview on #CB6E6D background

This text has black color on #CB6E6D background.


White color preview on #CB6E6D background

This text has white color on #CB6E6D background.