COLOR #C8948C

HEX: #C8948C RGB: (200,148,140)

Color info

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

RGB color model

#C8948C color RGB value is (200,148,140).

RGB: (200,148,140) (78%, 58%, 55%)

RGB channels and saturation

R 200 of 255 = 78%
G 148 of 255 = 58%
B 140 of 255 = 55%

200
148
140

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

Portions of RGB colors in percentages

R + G + B = 200 + 148 + 140 = 488 (100%)
R 200 of 488 ~ 40.98%
G 148 of 488 ~ 30.33%
B 140 of 488 ~ 28.69'%

%40.98
%30.33
%28.69

CMYK color model

#C8948C color CMYK value is (0,26,30,22).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 30.00%
  • key color value is 21.57%

CMYK: (0,26,30,22)
C0M26Y30K22 (0%, 26%, 30%, 22%)
(0.00 / 0.26 / 0.30 / 0.22)

CMYK percentages

%0
%26
%30
%21.57

Codes

Color #C8948C in popluar color models

C8 94 8C
RGB 200 148 140
HSL 35.29% 66.67%
HSB/HSV 30.00% 78.43%
CMYK 0.00% 26.00% 30.00%
21.57%

Color #C8948C in popluar number systems.

HEX C8 94 8C
Decimal 200 148 140
Binary 11001000 10010100 10001100
Octal 310 224 214

Shades and tints

Shades of #C8948C

#C8948C
(200,148,140)
#B68780
(182,135,128)
#A47A74
(164,122,116)
#926D68
(146,109,104)
#80605C
(128,96,92)
#6E5350
(110,83,80)
#5C4644
(92,70,68)
#4A3938
(74,57,56)
#382C2C
(56,44,44)
#261F20
(38,31,32)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #C8948C

#C8948C
(200,148,140)
#CD9D96
(205,157,150)
#D2A6A0
(210,166,160)
#D7AFAA
(215,175,170)
#DCB8B4
(220,184,180)
#E1C1BE
(225,193,190)
#E6CAC8
(230,202,200)
#EBD3D2
(235,211,210)
#F0DCDC
(240,220,220)
#F5E5E6
(245,229,230)
#FAEEF0
(250,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8948C; }

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

This text font color is #C8948C.

Background Color

.myBgColor { background-color: #C8948C; }

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

This div background color is #C8948C.

Border color

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

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

This div border color is #C8948C.

Opacity

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

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

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

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

This text has shadow with #C8948C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8948C.

Preview

Color preview on black background

This text has color #C8948C on black background.


Color preview on white background

This text has color #C8948C on white background.


Black color preview on #C8948C background

This text has black color on #C8948C background.


White color preview on #C8948C background

This text has white color on #C8948C background.


Related colors

Complementary color

Complementary color for #hex is #376B73.


I love getcolorcode.com

Triadic colors

1 #8CC894 and #948CC8 with #C8948C are triadic colors.

2 #8C94C8 and #94C88C with #C8948C are triadic colors.