COLOR #CB9076

HEX: #CB9076 RGB: (203,144,118)

Color info

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

RGB color model

#CB9076 color RGB value is (203,144,118).

RGB: (203,144,118) (80%, 56%, 46%)

RGB channels and saturation

R 203 of 255 = 80%
G 144 of 255 = 56%
B 118 of 255 = 46%

203
144
118

R + G + B ~ 61%. #CB9076 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 144 + 118 = 465 (100%)
R 203 of 465 ~ 43.66%
G 144 of 465 ~ 30.97%
B 118 of 465 ~ 25.38'%

%43.66
%30.97
%25.38

CMYK color model

#CB9076 color CMYK value is (0,29,42,20).

  • cyan value is 0.00%
  • magenta value is 29.06%
  • yellow value is 41.87%
  • key color value is 20.39%
CMYK: (0,29,42,20) C0M29Y42K20 (0%,29%,42%,20%) (0.00/0.29/0.42/0.20) 

CMYK percentages

%0
%29.06
%41.87
%20.39

Codes

Color #CB9076 in popluar color models

CB 90 76
RGB 203 144 118
HSL 18° 44.97% 62.94%
HSB/HSV 18° 41.87% 79.61%
CMYK 0.00% 29.06% 41.87%
20.39%

Color #CB9076 in popluar number systems.

HEX CB 90 76
Decimal 203 144 118
Binary 11001011 10010000 1110110
Octal 313 220 166

Shades and tints

Shades of #CB9076

#CB9076
(203,144,118)
#B9836C
(185,131,108)
#A77662
(167,118,98)
#956958
(149,105,88)
#835C4E
(131,92,78)
#714F44
(113,79,68)
#5F423A
(95,66,58)
#4D3530
(77,53,48)
#3B2826
(59,40,38)
#291B1C
(41,27,28)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #CB9076

#CB9076
(203,144,118)
#CF9A82
(207,154,130)
#D3A48E
(211,164,142)
#D7AE9A
(215,174,154)
#DBB8A6
(219,184,166)
#DFC2B2
(223,194,178)
#E3CCBE
(227,204,190)
#E7D6CA
(231,214,202)
#EBE0D6
(235,224,214)
#EFEAE2
(239,234,226)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB9076 color. Also use rgb(203,144,118) instead hex code.

Text Font Color

.myTextColor { color: #CB9076; }

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

This text font color is #CB9076.

Background Color

.myBgColor { background-color: #CB9076; }

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

This div background color is #CB9076.

Border color

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

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

This div border color is #CB9076.

Opacity

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

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

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

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

This text has shadow with #CB9076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB9076.

Preview

Color preview on black background

This text has color #CB9076 on black background.


Color preview on white background

This text has color #CB9076 on white background.


Black color preview on #CB9076 background

This text has black color on #CB9076 background.


White color preview on #CB9076 background

This text has white color on #CB9076 background.


Related colors

Complementary color

Complementary color for #hex is #346F89.


I love getcolorcode.com

Triadic colors

1 #76CB90 and #9076CB with #CB9076 are triadic colors.

2 #7690CB and #90CB76 with #CB9076 are triadic colors.