COLOR #C84B81

HEX: #C84B81
RGB: (200,75,129)

Color info

#C84B81 contains mainly red color. Web safe color of #C84B81 is #CC3399 (or #C39).

RGB color model

#C84B81 color RGB value is (200,75,129).

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

RGB channels and saturation

R 200 of 255 = 78%
G 75 of 255 = 29%
B 129 of 255 = 51%

200
75
129

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

Portions of RGB colors in percentages

R + G + B =
200 + 75 + 129 = 404 (100%)
R 200 of 404 ~ 49.5%
G 75 of 404 ~ 18.56%
B 129 of 404 ~ 31.93%

%49.5
%18.56
%31.93

CMYK color model

#C84B81 color CMYK value is (0,63,36,22).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 35.50%
  • key color value is 21.57%
CMYK:
(0,63,36,22)
C0M63Y36K22 
(0%,63%,36%,22%)
(0.00/0.63/0.36/0.22)	

CMYK percentages

%0
%62.5
%35.5
%21.57

Codes

Color #C84B81 in popluar color models

C84B81
RGB20075129
HSL334°53.19%53.92%
HSB/HSV334°62.50%78.43%
CMYK0.00%62.50%35.50%
21.57%

Color #C84B81 in popluar number systems.

HEXC84B81
Decimal20075129
Binary11001000100101110000001
Octal310113201

Shades and tints

Shades of #C84B81

#C84B81
(200,75,129)
#B64576
(182,69,118)
#A43F6B
(164,63,107)
#923960
(146,57,96)
#803355
(128,51,85)
#6E2D4A
(110,45,74)
#5C273F
(92,39,63)
#4A2134
(74,33,52)
#381B29
(56,27,41)
#26151E
(38,21,30)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #C84B81

#C84B81
(200,75,129)
#CD5B8C
(205,91,140)
#D26B97
(210,107,151)
#D77BA2
(215,123,162)
#DC8BAD
(220,139,173)
#E19BB8
(225,155,184)
#E6ABC3
(230,171,195)
#EBBBCE
(235,187,206)
#F0CBD9
(240,203,217)
#F5DBE4
(245,219,228)
#FAEBEF
(250,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C84B81; }

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

This text font color is #C84B81.


Background Color

.myBgColor { background-color: #C84B81; }

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

This div background color is #C84B81.


Border color

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

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

This div border color is #C84B81.


Opacity

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

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

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

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

This text has shadow with #C84B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C84B81 on black background.


Color preview on white background

This text has color #C84B81 on white background.



Black color preview on #C84B81 background

This text has black color on #C84B81 background.


White color preview on #C84B81 background

This text has white color on #C84B81 background.