COLOR #C8445F

HEX: #C8445F
RGB: (200,68,95)

Color info

#C8445F contains mainly red color. Web safe color of #C8445F is #CC3366 (or #C36).

RGB color model

#C8445F color RGB value is (200,68,95).

  • red value is 200;
  • green value is 68;
  • blue value is 95.
RGB:
(200,68,95)
(78%,27%,37%)

RGB channels and saturation

R 200 of 255 = 78%
G 68 of 255 = 27%
B 95 of 255 = 37%

200
68
95

R + G + B ~ 47%. #C8445F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
200 + 68 + 95 = 363 (100%)
R 200 of 363 ~ 55.1%
G 68 of 363 ~ 18.73%
B 95 of 363 ~ 26.17%

%55.1
%18.73
%26.17

CMYK color model

#C8445F color CMYK value is (0,66,53,22).

  • cyan value is 0.00%
  • magenta value is 66.00%
  • yellow value is 52.50%
  • key color value is 21.57%
CMYK:
(0,66,53,22)
C0M66Y53K22 
(0%,66%,53%,22%)
(0.00/0.66/0.53/0.22)	

CMYK percentages

%0
%66
%52.5
%21.57

Codes

Color #C8445F in popluar color models

C8445F
RGB2006895
HSL348°54.55%52.55%
HSB/HSV348°66.00%78.43%
CMYK0.00%66.00%52.50%
21.57%

Color #C8445F in popluar number systems.

HEXC8445F
Decimal2006895
Binary1100100010001001011111
Octal310104137

Shades and tints

Shades of #C8445F

#C8445F
(200,68,95)
#B63E57
(182,62,87)
#A4384F
(164,56,79)
#923247
(146,50,71)
#802C3F
(128,44,63)
#6E2637
(110,38,55)
#5C202F
(92,32,47)
#4A1A27
(74,26,39)
#38141F
(56,20,31)
#260E17
(38,14,23)
#14080F
(20,8,15)
#000000
(0,0,0)

Tints of #C8445F

#C8445F
(200,68,95)
#CD556D
(205,85,109)
#D2667B
(210,102,123)
#D77789
(215,119,137)
#DC8897
(220,136,151)
#E199A5
(225,153,165)
#E6AAB3
(230,170,179)
#EBBBC1
(235,187,193)
#F0CCCF
(240,204,207)
#F5DDDD
(245,221,221)
#FAEEEB
(250,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8445F color. Also use rgb(200,68,95) instead hex code.

Text Font Color

.myTextColor { color: #C8445F; }

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

This text font color is #C8445F.


Background Color

.myBgColor { background-color: #C8445F; }

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

This div background color is #C8445F.


Border color

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

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

This div border color is #C8445F.


Opacity

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

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

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

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

This text has shadow with #C8445F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8445F on black background.


Color preview on white background

This text has color #C8445F on white background.



Black color preview on #C8445F background

This text has black color on #C8445F background.


White color preview on #C8445F background

This text has white color on #C8445F background.