COLOR #CB9365

HEX: #CB9365 RGB: (203,147,101)

Color info

#CB9365 contains mainly red and green colors. Web safe color of #CB9365 is #CC9966 (or #C96).

RGB color model

#CB9365 color RGB value is (203,147,101).

RGB: (203,147,101) (80%, 58%, 40%)

RGB channels and saturation

R 203 of 255 = 80%
G 147 of 255 = 58%
B 101 of 255 = 40%

203
147
101

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

Portions of RGB colors in percentages

R + G + B = 203 + 147 + 101 = 451 (100%)
R 203 of 451 ~ 45.01%
G 147 of 451 ~ 32.59%
B 101 of 451 ~ 22.39'%

%45.01
%32.59
%22.39

CMYK color model

#CB9365 color CMYK value is (0,28,50,20).

  • cyan value is 0.00%
  • magenta value is 27.59%
  • yellow value is 50.25%
  • key color value is 20.39%

CMYK: (0,28,50,20)
C0M28Y50K20 (0%, 28%, 50%, 20%)
(0.00 / 0.28 / 0.50 / 0.20)

CMYK percentages

%0
%27.59
%50.25
%20.39

Codes

Color #CB9365 in popluar color models

CB 93 65
RGB 203 147 101
HSL 27° 49.51% 59.61%
HSB/HSV 27° 50.25% 79.61%
CMYK 0.00% 27.59% 50.25%
20.39%

Color #CB9365 in popluar number systems.

HEX CB 93 65
Decimal 203 147 101
Binary 11001011 10010011 1100101
Octal 313 223 145

Shades and tints

Shades of #CB9365

#CB9365
(203,147,101)
#B9865C
(185,134,92)
#A77953
(167,121,83)
#956C4A
(149,108,74)
#835F41
(131,95,65)
#715238
(113,82,56)
#5F452F
(95,69,47)
#4D3826
(77,56,38)
#3B2B1D
(59,43,29)
#291E14
(41,30,20)
#17110B
(23,17,11)
#000000
(0,0,0)

Tints of #CB9365

#CB9365
(203,147,101)
#CF9C73
(207,156,115)
#D3A581
(211,165,129)
#D7AE8F
(215,174,143)
#DBB79D
(219,183,157)
#DFC0AB
(223,192,171)
#E3C9B9
(227,201,185)
#E7D2C7
(231,210,199)
#EBDBD5
(235,219,213)
#EFE4E3
(239,228,227)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB9365 color. Also use rgb(203,147,101) instead hex code.

Text Font Color

.myTextColor { color: #CB9365; }

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

This text font color is #CB9365.

Background Color

.myBgColor { background-color: #CB9365; }

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

This div background color is #CB9365.

Border color

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

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

This div border color is #CB9365.

Opacity

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

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

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

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

This text has shadow with #CB9365 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB9365.

Preview

Color preview on black background

This text has color #CB9365 on black background.


Color preview on white background

This text has color #CB9365 on white background.


Black color preview on #CB9365 background

This text has black color on #CB9365 background.


White color preview on #CB9365 background

This text has white color on #CB9365 background.


Related colors

Complementary color

Complementary color for #hex is #346C9A.


I love getcolorcode.com

Triadic colors

1 #65CB93 and #9365CB with #CB9365 are triadic colors.

2 #6593CB and #93CB65 with #CB9365 are triadic colors.