COLOR #CB9589

HEX: #CB9589 RGB: (203,149,137)

Color info

#CB9589 contains mainly red and green colors. Web safe color of #CB9589 is #CC9999 (or #C99).

RGB color model

#CB9589 color RGB value is (203,149,137).

RGB: (203,149,137) (80%, 58%, 54%)

RGB channels and saturation

R 203 of 255 = 80%
G 149 of 255 = 58%
B 137 of 255 = 54%

203
149
137

R + G + B ~ 64%. #CB9589 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 149 + 137 = 489 (100%)
R 203 of 489 ~ 41.51%
G 149 of 489 ~ 30.47%
B 137 of 489 ~ 28.02'%

%41.51
%30.47
%28.02

CMYK color model

#CB9589 color CMYK value is (0,27,33,20).

  • cyan value is 0.00%
  • magenta value is 26.60%
  • yellow value is 32.51%
  • key color value is 20.39%

CMYK: (0,27,33,20)
C0M27Y33K20 (0%, 27%, 33%, 20%)
(0.00 / 0.27 / 0.33 / 0.20)

CMYK percentages

%0
%26.6
%32.51
%20.39

Codes

Color #CB9589 in popluar color models

CB 95 89
RGB 203 149 137
HSL 11° 38.82% 66.67%
HSB/HSV 11° 32.51% 79.61%
CMYK 0.00% 26.60% 32.51%
20.39%

Color #CB9589 in popluar number systems.

HEX CB 95 89
Decimal 203 149 137
Binary 11001011 10010101 10001001
Octal 313 225 211

Shades and tints

Shades of #CB9589

#CB9589
(203,149,137)
#B9887D
(185,136,125)
#A77B71
(167,123,113)
#956E65
(149,110,101)
#836159
(131,97,89)
#71544D
(113,84,77)
#5F4741
(95,71,65)
#4D3A35
(77,58,53)
#3B2D29
(59,45,41)
#29201D
(41,32,29)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #CB9589

#CB9589
(203,149,137)
#CF9E93
(207,158,147)
#D3A79D
(211,167,157)
#D7B0A7
(215,176,167)
#DBB9B1
(219,185,177)
#DFC2BB
(223,194,187)
#E3CBC5
(227,203,197)
#E7D4CF
(231,212,207)
#EBDDD9
(235,221,217)
#EFE6E3
(239,230,227)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB9589 color. Also use rgb(203,149,137) instead hex code.

Text Font Color

.myTextColor { color: #CB9589; }

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

This text font color is #CB9589.

Background Color

.myBgColor { background-color: #CB9589; }

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

This div background color is #CB9589.

Border color

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

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

This div border color is #CB9589.

Opacity

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

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

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

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

This text has shadow with #CB9589 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB9589.

Preview

Color preview on black background

This text has color #CB9589 on black background.


Color preview on white background

This text has color #CB9589 on white background.


Black color preview on #CB9589 background

This text has black color on #CB9589 background.


White color preview on #CB9589 background

This text has white color on #CB9589 background.


Related colors

Complementary color

Complementary color for #hex is #346A76.


I love getcolorcode.com

Triadic colors

1 #89CB95 and #9589CB with #CB9589 are triadic colors.

2 #8995CB and #95CB89 with #CB9589 are triadic colors.