COLOR #CBB290

HEX: #CBB290
RGB: (203,178,144)

Color info

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

RGB color model

#CBB290 color RGB value is (203,178,144).

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

RGB channels and saturation

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

203
178
144

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

Portions of RGB colors in percentages

R + G + B =
203 + 178 + 144 = 525 (100%)
R 203 of 525 ~ 38.67%
G 178 of 525 ~ 33.9%
B 144 of 525 ~ 27.43%

%38.67
%33.9
%27.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.32%
  • 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
%12.32
%29.06
%20.39

Codes

Color #CBB290 in popluar color models

CBB290
RGB203178144
HSL35°36.20%68.04%
HSB/HSV35°29.06%79.61%
CMYK0.00%12.32%29.06%
20.39%

Color #CBB290 in popluar number systems.

HEXCBB290
Decimal203178144
Binary110010111011001010010000
Octal313262220

Shades and tints

Shades of #CBB290

#CBB290
(203,178,144)
#B9A283
(185,162,131)
#A79276
(167,146,118)
#958269
(149,130,105)
#83725C
(131,114,92)
#71624F
(113,98,79)
#5F5242
(95,82,66)
#4D4235
(77,66,53)
#3B3228
(59,50,40)
#29221B
(41,34,27)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #CBB290

#CBB290
(203,178,144)
#CFB99A
(207,185,154)
#D3C0A4
(211,192,164)
#D7C7AE
(215,199,174)
#DBCEB8
(219,206,184)
#DFD5C2
(223,213,194)
#E3DCCC
(227,220,204)
#E7E3D6
(231,227,214)
#EBEAE0
(235,234,224)
#EFF1EA
(239,241,234)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBB290; }

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

This text font color is #CBB290.


Background Color

.myBgColor { background-color: #CBB290; }

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

This div background color is #CBB290.


Border color

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

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

This div border color is #CBB290.


Opacity

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

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

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

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

This text has shadow with #CBB290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBB290 on black background.


Color preview on white background

This text has color #CBB290 on white background.



Black color preview on #CBB290 background

This text has black color on #CBB290 background.


White color preview on #CBB290 background

This text has white color on #CBB290 background.