COLOR #C0B290

HEX: #C0B290 RGB: (192,178,144)

Color info

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

RGB color model

#C0B290 color RGB value is (192,178,144).

RGB: (192,178,144) (75%, 70%, 56%)

RGB channels and saturation

R 192 of 255 = 75%
G 178 of 255 = 70%
B 144 of 255 = 56%

192
178
144

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

Portions of RGB colors in percentages

R + G + B = 192 + 178 + 144 = 514 (100%)
R 192 of 514 ~ 37.35%
G 178 of 514 ~ 34.63%
B 144 of 514 ~ 28.02'%

%37.35
%34.63
%28.02

CMYK color model

#C0B290 color CMYK value is (0,7,25,25).

  • cyan value is 0.00%
  • magenta value is 7.29%
  • yellow value is 25.00%
  • key color value is 24.71%
CMYK: (0,7,25,25) C0M7Y25K25 (0%,7%,25%,25%) (0.00/0.07/0.25/0.25) 

CMYK percentages

%0
%7.29
%25
%24.71

Codes

Color #C0B290 in popluar color models

C0 B2 90
RGB 192 178 144
HSL 43° 27.59% 65.88%
HSB/HSV 43° 25.00% 75.29%
CMYK 0.00% 7.29% 25.00%
24.71%

Color #C0B290 in popluar number systems.

HEX C0 B2 90
Decimal 192 178 144
Binary 11000000 10110010 10010000
Octal 300 262 220

Shades and tints

Shades of #C0B290

#C0B290
(192,178,144)
#AFA283
(175,162,131)
#9E9276
(158,146,118)
#8D8269
(141,130,105)
#7C725C
(124,114,92)
#6B624F
(107,98,79)
#5A5242
(90,82,66)
#494235
(73,66,53)
#383228
(56,50,40)
#27221B
(39,34,27)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #C0B290

#C0B290
(192,178,144)
#C5B99A
(197,185,154)
#CAC0A4
(202,192,164)
#CFC7AE
(207,199,174)
#D4CEB8
(212,206,184)
#D9D5C2
(217,213,194)
#DEDCCC
(222,220,204)
#E3E3D6
(227,227,214)
#E8EAE0
(232,234,224)
#EDF1EA
(237,241,234)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B290; }

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

This text font color is #C0B290.

Background Color

.myBgColor { background-color: #C0B290; }

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

This div background color is #C0B290.

Border color

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

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

This div border color is #C0B290.

Opacity

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

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

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

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

This text has shadow with #C0B290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0B290.

Preview

Color preview on black background

This text has color #C0B290 on black background.


Color preview on white background

This text has color #C0B290 on white background.


Black color preview on #C0B290 background

This text has black color on #C0B290 background.


White color preview on #C0B290 background

This text has white color on #C0B290 background.


Related colors

Complementary color

Complementary color for #hex is #3F4D6F.


I love getcolorcode.com

Triadic colors

1 #90C0B2 and #B290C0 with #C0B290 are triadic colors.

2 #90B2C0 and #B2C090 with #C0B290 are triadic colors.