COLOR #CBB589

HEX: #CBB589 RGB: (203,181,137)

Color info

#CBB589 contains mainly red and green colors. Web safe color of #CBB589 is #CCCC99 (or #CC9).

RGB color model

#CBB589 color RGB value is (203,181,137).

RGB: (203,181,137) (80%, 71%, 54%)

RGB channels and saturation

R 203 of 255 = 80%
G 181 of 255 = 71%
B 137 of 255 = 54%

203
181
137

R + G + B ~ 68%. #CBB589 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 181 + 137 = 521 (100%)
R 203 of 521 ~ 38.96%
G 181 of 521 ~ 34.74%
B 137 of 521 ~ 26.3'%

%38.96
%34.74
%26.3

CMYK color model

#CBB589 color CMYK value is (0,11,33,20).

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

CMYK: (0,11,33,20)
C0M11Y33K20 (0%, 11%, 33%, 20%)
(0.00 / 0.11 / 0.33 / 0.20)

CMYK percentages

%0
%10.84
%32.51
%20.39

Codes

Color #CBB589 in popluar color models

CB B5 89
RGB 203 181 137
HSL 40° 38.82% 66.67%
HSB/HSV 40° 32.51% 79.61%
CMYK 0.00% 10.84% 32.51%
20.39%

Color #CBB589 in popluar number systems.

HEX CB B5 89
Decimal 203 181 137
Binary 11001011 10110101 10001001
Octal 313 265 211

Shades and tints

Shades of #CBB589

#CBB589
(203,181,137)
#B9A57D
(185,165,125)
#A79571
(167,149,113)
#958565
(149,133,101)
#837559
(131,117,89)
#71654D
(113,101,77)
#5F5541
(95,85,65)
#4D4535
(77,69,53)
#3B3529
(59,53,41)
#29251D
(41,37,29)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #CBB589

#CBB589
(203,181,137)
#CFBB93
(207,187,147)
#D3C19D
(211,193,157)
#D7C7A7
(215,199,167)
#DBCDB1
(219,205,177)
#DFD3BB
(223,211,187)
#E3D9C5
(227,217,197)
#E7DFCF
(231,223,207)
#EBE5D9
(235,229,217)
#EFEBE3
(239,235,227)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBB589; }

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

This text font color is #CBB589.

Background Color

.myBgColor { background-color: #CBB589; }

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

This div background color is #CBB589.

Border color

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

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

This div border color is #CBB589.

Opacity

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

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

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

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

This text has shadow with #CBB589 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBB589.

Preview

Color preview on black background

This text has color #CBB589 on black background.


Color preview on white background

This text has color #CBB589 on white background.


Black color preview on #CBB589 background

This text has black color on #CBB589 background.


White color preview on #CBB589 background

This text has white color on #CBB589 background.


Related colors

Complementary color

Complementary color for #hex is #344A76.


I love getcolorcode.com

Triadic colors

1 #89CBB5 and #B589CB with #CBB589 are triadic colors.

2 #89B5CB and #B5CB89 with #CBB589 are triadic colors.