COLOR #C0B294

HEX: #C0B294
RGB: (192,178,148)

Color info

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

RGB color model

#C0B294 color RGB value is (192,178,148).

  • red value is 192;
  • green value is 178;
  • blue value is 148.
RGB:
(192,178,148)
(75%,70%,58%)

RGB channels and saturation

R 192 of 255 = 75%
G 178 of 255 = 70%
B 148 of 255 = 58%

192
178
148

R + G + B ~ 68%. #C0B294 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 178 + 148 = 518 (100%)
R 192 of 518 ~ 37.07%
G 178 of 518 ~ 34.36%
B 148 of 518 ~ 28.57%

%37.07
%34.36
%28.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.29%
  • yellow value is 22.92%
  • key color value is 24.71%
CMYK:
(0,7,23,25)
C0M7Y23K25 
(0%,7%,23%,25%)
(0.00/0.07/0.23/0.25)	

CMYK percentages

%0
%7.29
%22.92
%24.71

Codes

Color #C0B294 in popluar color models

C0B294
RGB192178148
HSL41°25.88%66.67%
HSB/HSV41°22.92%75.29%
CMYK0.00%7.29%22.92%
24.71%

Color #C0B294 in popluar number systems.

HEXC0B294
Decimal192178148
Binary110000001011001010010100
Octal300262224

Shades and tints

Shades of #C0B294

#C0B294
(192,178,148)
#AFA287
(175,162,135)
#9E927A
(158,146,122)
#8D826D
(141,130,109)
#7C7260
(124,114,96)
#6B6253
(107,98,83)
#5A5246
(90,82,70)
#494239
(73,66,57)
#38322C
(56,50,44)
#27221F
(39,34,31)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #C0B294

#C0B294
(192,178,148)
#C5B99D
(197,185,157)
#CAC0A6
(202,192,166)
#CFC7AF
(207,199,175)
#D4CEB8
(212,206,184)
#D9D5C1
(217,213,193)
#DEDCCA
(222,220,202)
#E3E3D3
(227,227,211)
#E8EADC
(232,234,220)
#EDF1E5
(237,241,229)
#F2F8EE
(242,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B294; }

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

This text font color is #C0B294.


Background Color

.myBgColor { background-color: #C0B294; }

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

This div background color is #C0B294.


Border color

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

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

This div border color is #C0B294.


Opacity

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

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

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

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

This text has shadow with #C0B294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B294 on black background.


Color preview on white background

This text has color #C0B294 on white background.



Black color preview on #C0B294 background

This text has black color on #C0B294 background.


White color preview on #C0B294 background

This text has white color on #C0B294 background.