COLOR #C8485F

HEX: #C8485F
RGB: (200,72,95)

Color info

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

RGB color model

#C8485F color RGB value is (200,72,95).

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

RGB channels and saturation

R 200 of 255 = 78%
G 72 of 255 = 28%
B 95 of 255 = 37%

200
72
95

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

Portions of RGB colors in percentages

R + G + B =
200 + 72 + 95 = 367 (100%)
R 200 of 367 ~ 54.5%
G 72 of 367 ~ 19.62%
B 95 of 367 ~ 25.89%

%54.5
%19.62
%25.89

CMYK color model

#C8485F color CMYK value is (0,64,53,22).

  • cyan value is 0.00%
  • magenta value is 64.00%
  • yellow value is 52.50%
  • key color value is 21.57%
CMYK:
(0,64,53,22)
C0M64Y53K22 
(0%,64%,53%,22%)
(0.00/0.64/0.53/0.22)	

CMYK percentages

%0
%64
%52.5
%21.57

Codes

Color #C8485F in popluar color models

C8485F
RGB2007295
HSL349°53.78%53.33%
HSB/HSV349°64.00%78.43%
CMYK0.00%64.00%52.50%
21.57%

Color #C8485F in popluar number systems.

HEXC8485F
Decimal2007295
Binary1100100010010001011111
Octal310110137

Shades and tints

Shades of #C8485F

#C8485F
(200,72,95)
#B64257
(182,66,87)
#A43C4F
(164,60,79)
#923647
(146,54,71)
#80303F
(128,48,63)
#6E2A37
(110,42,55)
#5C242F
(92,36,47)
#4A1E27
(74,30,39)
#38181F
(56,24,31)
#261217
(38,18,23)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #C8485F

#C8485F
(200,72,95)
#CD586D
(205,88,109)
#D2687B
(210,104,123)
#D77889
(215,120,137)
#DC8897
(220,136,151)
#E198A5
(225,152,165)
#E6A8B3
(230,168,179)
#EBB8C1
(235,184,193)
#F0C8CF
(240,200,207)
#F5D8DD
(245,216,221)
#FAE8EB
(250,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8485F; }

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

This text font color is #C8485F.


Background Color

.myBgColor { background-color: #C8485F; }

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

This div background color is #C8485F.


Border color

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

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

This div border color is #C8485F.


Opacity

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

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

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

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

This text has shadow with #C8485F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8485F on black background.


Color preview on white background

This text has color #C8485F on white background.



Black color preview on #C8485F background

This text has black color on #C8485F background.


White color preview on #C8485F background

This text has white color on #C8485F background.