COLOR #C0978C

HEX: #C0978C
RGB: (192,151,140)

Color info

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

RGB color model

#C0978C color RGB value is (192,151,140).

  • red value is 192;
  • green value is 151;
  • blue value is 140.
RGB:
(192,151,140)
(75%,59%,55%)

RGB channels and saturation

R 192 of 255 = 75%
G 151 of 255 = 59%
B 140 of 255 = 55%

192
151
140

R + G + B ~ 63%. #C0978C is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 151 + 140 = 483 (100%)
R 192 of 483 ~ 39.75%
G 151 of 483 ~ 31.26%
B 140 of 483 ~ 28.99%

%39.75
%31.26
%28.99

CMYK color model

#C0978C color CMYK value is (0,21,27,25).

  • cyan value is 0.00%
  • magenta value is 21.35%
  • yellow value is 27.08%
  • key color value is 24.71%
CMYK:
(0,21,27,25)
C0M21Y27K25 
(0%,21%,27%,25%)
(0.00/0.21/0.27/0.25)	

CMYK percentages

%0
%21.35
%27.08
%24.71

Codes

Color #C0978C in popluar color models

C0978C
RGB192151140
HSL13°29.21%65.10%
HSB/HSV13°27.08%75.29%
CMYK0.00%21.35%27.08%
24.71%

Color #C0978C in popluar number systems.

HEXC0978C
Decimal192151140
Binary110000001001011110001100
Octal300227214

Shades and tints

Shades of #C0978C

#C0978C
(192,151,140)
#AF8A80
(175,138,128)
#9E7D74
(158,125,116)
#8D7068
(141,112,104)
#7C635C
(124,99,92)
#6B5650
(107,86,80)
#5A4944
(90,73,68)
#493C38
(73,60,56)
#382F2C
(56,47,44)
#272220
(39,34,32)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #C0978C

#C0978C
(192,151,140)
#C5A096
(197,160,150)
#CAA9A0
(202,169,160)
#CFB2AA
(207,178,170)
#D4BBB4
(212,187,180)
#D9C4BE
(217,196,190)
#DECDC8
(222,205,200)
#E3D6D2
(227,214,210)
#E8DFDC
(232,223,220)
#EDE8E6
(237,232,230)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0978C color. Also use rgb(192,151,140) instead hex code.

Text Font Color

.myTextColor { color: #C0978C; }

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

This text font color is #C0978C.


Background Color

.myBgColor { background-color: #C0978C; }

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

This div background color is #C0978C.


Border color

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

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

This div border color is #C0978C.


Opacity

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

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

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

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

This text has shadow with #C0978C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0978C on black background.


Color preview on white background

This text has color #C0978C on white background.



Black color preview on #C0978C background

This text has black color on #C0978C background.


White color preview on #C0978C background

This text has white color on #C0978C background.