COLOR #CBA590

HEX: #CBA590 RGB: (203,165,144)

Color info

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

RGB color model

#CBA590 color RGB value is (203,165,144).

RGB: (203,165,144) (80%, 65%, 56%)

RGB channels and saturation

R 203 of 255 = 80%
G 165 of 255 = 65%
B 144 of 255 = 56%

203
165
144

R + G + B ~ 67%. #CBA590 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 165 + 144 = 512 (100%)
R 203 of 512 ~ 39.65%
G 165 of 512 ~ 32.23%
B 144 of 512 ~ 28.13'%

%39.65
%32.23
%28.13

CMYK color model

#CBA590 color CMYK value is (0,19,29,20).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 29.06%
  • key color value is 20.39%
CMYK: (0,19,29,20) C0M19Y29K20 (0%,19%,29%,20%) (0.00/0.19/0.29/0.20) 

CMYK percentages

%0
%18.72
%29.06
%20.39

Codes

Color #CBA590 in popluar color models

CB A5 90
RGB 203 165 144
HSL 21° 36.20% 68.04%
HSB/HSV 21° 29.06% 79.61%
CMYK 0.00% 18.72% 29.06%
20.39%

Color #CBA590 in popluar number systems.

HEX CB A5 90
Decimal 203 165 144
Binary 11001011 10100101 10010000
Octal 313 245 220

Shades and tints

Shades of #CBA590

#CBA590
(203,165,144)
#B99683
(185,150,131)
#A78776
(167,135,118)
#957869
(149,120,105)
#83695C
(131,105,92)
#715A4F
(113,90,79)
#5F4B42
(95,75,66)
#4D3C35
(77,60,53)
#3B2D28
(59,45,40)
#291E1B
(41,30,27)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #CBA590

#CBA590
(203,165,144)
#CFAD9A
(207,173,154)
#D3B5A4
(211,181,164)
#D7BDAE
(215,189,174)
#DBC5B8
(219,197,184)
#DFCDC2
(223,205,194)
#E3D5CC
(227,213,204)
#E7DDD6
(231,221,214)
#EBE5E0
(235,229,224)
#EFEDEA
(239,237,234)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBA590; }

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

This text font color is #CBA590.

Background Color

.myBgColor { background-color: #CBA590; }

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

This div background color is #CBA590.

Border color

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

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

This div border color is #CBA590.

Opacity

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

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

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

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

This text has shadow with #CBA590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBA590.

Preview

Color preview on black background

This text has color #CBA590 on black background.


Color preview on white background

This text has color #CBA590 on white background.


Black color preview on #CBA590 background

This text has black color on #CBA590 background.


White color preview on #CBA590 background

This text has white color on #CBA590 background.


Related colors

Complementary color

Complementary color for #hex is #345A6F.


I love getcolorcode.com

Triadic colors

1 #90CBA5 and #A590CB with #CBA590 are triadic colors.

2 #90A5CB and #A5CB90 with #CBA590 are triadic colors.