COLOR #CBB390

HEX: #CBB390
RGB: (203,179,144)

Color info

#CBB390 contains red, green and blue colors in about the same proportion. Web safe color of #CBB390 is #CC9999 (or #C99).

RGB color model

#CBB390 color RGB value is (203,179,144).

  • red value is 203;
  • green value is 179;
  • blue value is 144.
RGB:
(203,179,144)
(80%,70%,56%)

RGB channels and saturation

R 203 of 255 = 80%
G 179 of 255 = 70%
B 144 of 255 = 56%

203
179
144

R + G + B ~ 69%. #CBB390 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 179 + 144 = 526 (100%)
R 203 of 526 ~ 38.59%
G 179 of 526 ~ 34.03%
B 144 of 526 ~ 27.38%

%38.59
%34.03
%27.38

CMYK color model

#CBB390 color CMYK value is (0,12,29,20).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 29.06%
  • key color value is 20.39%
CMYK:
(0,12,29,20)
C0M12Y29K20 
(0%,12%,29%,20%)
(0.00/0.12/0.29/0.20)	

CMYK percentages

%0
%11.82
%29.06
%20.39

Codes

Color #CBB390 in popluar color models

CBB390
RGB203179144
HSL36°36.20%68.04%
HSB/HSV36°29.06%79.61%
CMYK0.00%11.82%29.06%
20.39%

Color #CBB390 in popluar number systems.

HEXCBB390
Decimal203179144
Binary110010111011001110010000
Octal313263220

Shades and tints

Shades of #CBB390

#CBB390
(203,179,144)
#B9A383
(185,163,131)
#A79376
(167,147,118)
#958369
(149,131,105)
#83735C
(131,115,92)
#71634F
(113,99,79)
#5F5342
(95,83,66)
#4D4335
(77,67,53)
#3B3328
(59,51,40)
#29231B
(41,35,27)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #CBB390

#CBB390
(203,179,144)
#CFB99A
(207,185,154)
#D3BFA4
(211,191,164)
#D7C5AE
(215,197,174)
#DBCBB8
(219,203,184)
#DFD1C2
(223,209,194)
#E3D7CC
(227,215,204)
#E7DDD6
(231,221,214)
#EBE3E0
(235,227,224)
#EFE9EA
(239,233,234)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBB390; }

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

This text font color is #CBB390.


Background Color

.myBgColor { background-color: #CBB390; }

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

This div background color is #CBB390.


Border color

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

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

This div border color is #CBB390.


Opacity

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

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

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

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

This text has shadow with #CBB390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBB390 on black background.


Color preview on white background

This text has color #CBB390 on white background.



Black color preview on #CBB390 background

This text has black color on #CBB390 background.


White color preview on #CBB390 background

This text has white color on #CBB390 background.