COLOR #CB6D51

HEX: #CB6D51
RGB: (203,109,81)

Color info

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

RGB color model

#CB6D51 color RGB value is (203,109,81).

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

RGB channels and saturation

R 203 of 255 = 80%
G 109 of 255 = 43%
B 81 of 255 = 32%

203
109
81

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

Portions of RGB colors in percentages

R + G + B =
203 + 109 + 81 = 393 (100%)
R 203 of 393 ~ 51.65%
G 109 of 393 ~ 27.74%
B 81 of 393 ~ 20.61%

%51.65
%27.74
%20.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.31%
  • yellow value is 60.10%
  • key color value is 20.39%
CMYK:
(0,46,60,20)
C0M46Y60K20 
(0%,46%,60%,20%)
(0.00/0.46/0.60/0.20)	

CMYK percentages

%0
%46.31
%60.1
%20.39

Codes

Color #CB6D51 in popluar color models

CB6D51
RGB20310981
HSL14°53.98%55.69%
HSB/HSV14°60.10%79.61%
CMYK0.00%46.31%60.10%
20.39%

Color #CB6D51 in popluar number systems.

HEXCB6D51
Decimal20310981
Binary1100101111011011010001
Octal313155121

Shades and tints

Shades of #CB6D51

#CB6D51
(203,109,81)
#B9644A
(185,100,74)
#A75B43
(167,91,67)
#95523C
(149,82,60)
#834935
(131,73,53)
#71402E
(113,64,46)
#5F3727
(95,55,39)
#4D2E20
(77,46,32)
#3B2519
(59,37,25)
#291C12
(41,28,18)
#17130B
(23,19,11)
#000000
(0,0,0)

Tints of #CB6D51

#CB6D51
(203,109,81)
#CF7A60
(207,122,96)
#D3876F
(211,135,111)
#D7947E
(215,148,126)
#DBA18D
(219,161,141)
#DFAE9C
(223,174,156)
#E3BBAB
(227,187,171)
#E7C8BA
(231,200,186)
#EBD5C9
(235,213,201)
#EFE2D8
(239,226,216)
#F3EFE7
(243,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB6D51; }

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

This text font color is #CB6D51.


Background Color

.myBgColor { background-color: #CB6D51; }

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

This div background color is #CB6D51.


Border color

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

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

This div border color is #CB6D51.


Opacity

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

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

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

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

This text has shadow with #CB6D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB6D51 on black background.


Color preview on white background

This text has color #CB6D51 on white background.



Black color preview on #CB6D51 background

This text has black color on #CB6D51 background.


White color preview on #CB6D51 background

This text has white color on #CB6D51 background.