COLOR #C8998C

HEX: #C8998C
RGB: (200,153,140)

Color info

#C8998C contains mainly red and green colors. Web safe color of #C8998C is #CC9999 (or #C99).

RGB color model

#C8998C color RGB value is (200,153,140).

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

RGB channels and saturation

R 200 of 255 = 78%
G 153 of 255 = 60%
B 140 of 255 = 55%

200
153
140

R + G + B ~ 64%. #C8998C is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 153 + 140 = 493 (100%)
R 200 of 493 ~ 40.57%
G 153 of 493 ~ 31.03%
B 140 of 493 ~ 28.4%

%40.57
%31.03
%28.4

CMYK color model

#C8998C color CMYK value is (0,24,30,22).

  • cyan value is 0.00%
  • magenta value is 23.50%
  • yellow value is 30.00%
  • key color value is 21.57%
CMYK:
(0,24,30,22)
C0M24Y30K22 
(0%,24%,30%,22%)
(0.00/0.24/0.30/0.22)	

CMYK percentages

%0
%23.5
%30
%21.57

Codes

Color #C8998C in popluar color models

C8998C
RGB200153140
HSL13°35.29%66.67%
HSB/HSV13°30.00%78.43%
CMYK0.00%23.50%30.00%
21.57%

Color #C8998C in popluar number systems.

HEXC8998C
Decimal200153140
Binary110010001001100110001100
Octal310231214

Shades and tints

Shades of #C8998C

#C8998C
(200,153,140)
#B68C80
(182,140,128)
#A47F74
(164,127,116)
#927268
(146,114,104)
#80655C
(128,101,92)
#6E5850
(110,88,80)
#5C4B44
(92,75,68)
#4A3E38
(74,62,56)
#38312C
(56,49,44)
#262420
(38,36,32)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #C8998C

#C8998C
(200,153,140)
#CDA296
(205,162,150)
#D2ABA0
(210,171,160)
#D7B4AA
(215,180,170)
#DCBDB4
(220,189,180)
#E1C6BE
(225,198,190)
#E6CFC8
(230,207,200)
#EBD8D2
(235,216,210)
#F0E1DC
(240,225,220)
#F5EAE6
(245,234,230)
#FAF3F0
(250,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8998C; }

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

This text font color is #C8998C.


Background Color

.myBgColor { background-color: #C8998C; }

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

This div background color is #C8998C.


Border color

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

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

This div border color is #C8998C.


Opacity

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

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

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

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

This text has shadow with #C8998C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8998C on black background.


Color preview on white background

This text has color #C8998C on white background.



Black color preview on #C8998C background

This text has black color on #C8998C background.


White color preview on #C8998C background

This text has white color on #C8998C background.