COLOR #C0998C

HEX: #C0998C
RGB: (192,153,140)

Color info

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

RGB color model

#C0998C color RGB value is (192,153,140).

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

RGB channels and saturation

R 192 of 255 = 75%
G 153 of 255 = 60%
B 140 of 255 = 55%

192
153
140

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

Portions of RGB colors in percentages

R + G + B =
192 + 153 + 140 = 485 (100%)
R 192 of 485 ~ 39.59%
G 153 of 485 ~ 31.55%
B 140 of 485 ~ 28.87%

%39.59
%31.55
%28.87

CMYK color model

#C0998C color CMYK value is (0,20,27,25).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 27.08%
  • key color value is 24.71%
CMYK:
(0,20,27,25)
C0M20Y27K25 
(0%,20%,27%,25%)
(0.00/0.20/0.27/0.25)	

CMYK percentages

%0
%20.31
%27.08
%24.71

Codes

Color #C0998C in popluar color models

C0998C
RGB192153140
HSL15°29.21%65.10%
HSB/HSV15°27.08%75.29%
CMYK0.00%20.31%27.08%
24.71%

Color #C0998C in popluar number systems.

HEXC0998C
Decimal192153140
Binary110000001001100110001100
Octal300231214

Shades and tints

Shades of #C0998C

#C0998C
(192,153,140)
#AF8C80
(175,140,128)
#9E7F74
(158,127,116)
#8D7268
(141,114,104)
#7C655C
(124,101,92)
#6B5850
(107,88,80)
#5A4B44
(90,75,68)
#493E38
(73,62,56)
#38312C
(56,49,44)
#272420
(39,36,32)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #C0998C

#C0998C
(192,153,140)
#C5A296
(197,162,150)
#CAABA0
(202,171,160)
#CFB4AA
(207,180,170)
#D4BDB4
(212,189,180)
#D9C6BE
(217,198,190)
#DECFC8
(222,207,200)
#E3D8D2
(227,216,210)
#E8E1DC
(232,225,220)
#EDEAE6
(237,234,230)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0998C; }

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

This text font color is #C0998C.


Background Color

.myBgColor { background-color: #C0998C; }

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

This div background color is #C0998C.


Border color

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

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

This div border color is #C0998C.


Opacity

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

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

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

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

This text has shadow with #C0998C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0998C on black background.


Color preview on white background

This text has color #C0998C on white background.



Black color preview on #C0998C background

This text has black color on #C0998C background.


White color preview on #C0998C background

This text has white color on #C0998C background.