COLOR #C84B58

HEX: #C84B58
RGB: (200,75,88)

Color info

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

RGB color model

#C84B58 color RGB value is (200,75,88).

  • red value is 200;
  • green value is 75;
  • blue value is 88.
RGB:
(200,75,88)
(78%,29%,35%)

RGB channels and saturation

R 200 of 255 = 78%
G 75 of 255 = 29%
B 88 of 255 = 35%

200
75
88

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

Portions of RGB colors in percentages

R + G + B =
200 + 75 + 88 = 363 (100%)
R 200 of 363 ~ 55.1%
G 75 of 363 ~ 20.66%
B 88 of 363 ~ 24.24%

%55.1
%20.66
%24.24

CMYK color model

#C84B58 color CMYK value is (0,63,56,22).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 56.00%
  • key color value is 21.57%
CMYK:
(0,63,56,22)
C0M63Y56K22 
(0%,63%,56%,22%)
(0.00/0.63/0.56/0.22)	

CMYK percentages

%0
%62.5
%56
%21.57

Codes

Color #C84B58 in popluar color models

C84B58
RGB2007588
HSL354°53.19%53.92%
HSB/HSV354°62.50%78.43%
CMYK0.00%62.50%56.00%
21.57%

Color #C84B58 in popluar number systems.

HEXC84B58
Decimal2007588
Binary1100100010010111011000
Octal310113130

Shades and tints

Shades of #C84B58

#C84B58
(200,75,88)
#B64550
(182,69,80)
#A43F48
(164,63,72)
#923940
(146,57,64)
#803338
(128,51,56)
#6E2D30
(110,45,48)
#5C2728
(92,39,40)
#4A2120
(74,33,32)
#381B18
(56,27,24)
#261510
(38,21,16)
#140F08
(20,15,8)
#000000
(0,0,0)

Tints of #C84B58

#C84B58
(200,75,88)
#CD5B67
(205,91,103)
#D26B76
(210,107,118)
#D77B85
(215,123,133)
#DC8B94
(220,139,148)
#E19BA3
(225,155,163)
#E6ABB2
(230,171,178)
#EBBBC1
(235,187,193)
#F0CBD0
(240,203,208)
#F5DBDF
(245,219,223)
#FAEBEE
(250,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C84B58 color. Also use rgb(200,75,88) instead hex code.

Text Font Color

.myTextColor { color: #C84B58; }

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

This text font color is #C84B58.


Background Color

.myBgColor { background-color: #C84B58; }

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

This div background color is #C84B58.


Border color

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

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

This div border color is #C84B58.


Opacity

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

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

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

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

This text has shadow with #C84B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C84B58 on black background.


Color preview on white background

This text has color #C84B58 on white background.



Black color preview on #C84B58 background

This text has black color on #C84B58 background.


White color preview on #C84B58 background

This text has white color on #C84B58 background.