COLOR #CB6B59

HEX: #CB6B59 RGB: (203,107,89)

Color info

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

RGB color model

#CB6B59 color RGB value is (203,107,89).

RGB: (203,107,89) (80%, 42%, 35%)

RGB channels and saturation

R 203 of 255 = 80%
G 107 of 255 = 42%
B 89 of 255 = 35%

203
107
89

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

Portions of RGB colors in percentages

R + G + B = 203 + 107 + 89 = 399 (100%)
R 203 of 399 ~ 50.88%
G 107 of 399 ~ 26.82%
B 89 of 399 ~ 22.31'%

%50.88
%26.82
%22.31

CMYK color model

#CB6B59 color CMYK value is (0,47,56,20).

  • cyan value is 0.00%
  • magenta value is 47.29%
  • yellow value is 56.16%
  • key color value is 20.39%

CMYK: (0,47,56,20)
C0M47Y56K20 (0%, 47%, 56%, 20%)
(0.00 / 0.47 / 0.56 / 0.20)

CMYK percentages

%0
%47.29
%56.16
%20.39

Codes

Color #CB6B59 in popluar color models

CB 6B 59
RGB 203 107 89
HSL 52.29% 57.25%
HSB/HSV 56.16% 79.61%
CMYK 0.00% 47.29% 56.16%
20.39%

Color #CB6B59 in popluar number systems.

HEX CB 6B 59
Decimal 203 107 89
Binary 11001011 1101011 1011001
Octal 313 153 131

Shades and tints

Shades of #CB6B59

#CB6B59
(203,107,89)
#B96251
(185,98,81)
#A75949
(167,89,73)
#955041
(149,80,65)
#834739
(131,71,57)
#713E31
(113,62,49)
#5F3529
(95,53,41)
#4D2C21
(77,44,33)
#3B2319
(59,35,25)
#291A11
(41,26,17)
#171109
(23,17,9)
#000000
(0,0,0)

Tints of #CB6B59

#CB6B59
(203,107,89)
#CF7868
(207,120,104)
#D38577
(211,133,119)
#D79286
(215,146,134)
#DB9F95
(219,159,149)
#DFACA4
(223,172,164)
#E3B9B3
(227,185,179)
#E7C6C2
(231,198,194)
#EBD3D1
(235,211,209)
#EFE0E0
(239,224,224)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB6B59 color. Also use rgb(203,107,89) instead hex code.

Text Font Color

.myTextColor { color: #CB6B59; }

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

This text font color is #CB6B59.

Background Color

.myBgColor { background-color: #CB6B59; }

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

This div background color is #CB6B59.

Border color

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

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

This div border color is #CB6B59.

Opacity

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

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

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

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

This text has shadow with #CB6B59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB6B59.

Preview

Color preview on black background

This text has color #CB6B59 on black background.


Color preview on white background

This text has color #CB6B59 on white background.


Black color preview on #CB6B59 background

This text has black color on #CB6B59 background.


White color preview on #CB6B59 background

This text has white color on #CB6B59 background.


Related colors

Complementary color

Complementary color for #hex is #3494A6.


I love getcolorcode.com

Triadic colors

1 #59CB6B and #6B59CB with #CB6B59 are triadic colors.

2 #596BCB and #6BCB59 with #CB6B59 are triadic colors.