COLOR #C5868F

HEX: #C5868F
RGB: (197,134,143)

Color info

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

RGB color model

#C5868F color RGB value is (197,134,143).

  • red value is 197;
  • green value is 134;
  • blue value is 143.
RGB:
(197,134,143)
(77%,53%,56%)

RGB channels and saturation

R 197 of 255 = 77%
G 134 of 255 = 53%
B 143 of 255 = 56%

197
134
143

R + G + B ~ 62%. #C5868F is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 134 + 143 = 474 (100%)
R 197 of 474 ~ 41.56%
G 134 of 474 ~ 28.27%
B 143 of 474 ~ 30.17%

%41.56
%28.27
%30.17

CMYK color model

#C5868F color CMYK value is (0,32,27,23).

  • cyan value is 0.00%
  • magenta value is 31.98%
  • yellow value is 27.41%
  • key color value is 22.75%
CMYK:
(0,32,27,23)
C0M32Y27K23 
(0%,32%,27%,23%)
(0.00/0.32/0.27/0.23)	

CMYK percentages

%0
%31.98
%27.41
%22.75

Codes

Color #C5868F in popluar color models

C5868F
RGB197134143
HSL351°35.20%64.90%
HSB/HSV351°31.98%77.25%
CMYK0.00%31.98%27.41%
22.75%

Color #C5868F in popluar number systems.

HEXC5868F
Decimal197134143
Binary110001011000011010001111
Octal305206217

Shades and tints

Shades of #C5868F

#C5868F
(197,134,143)
#B47A82
(180,122,130)
#A36E75
(163,110,117)
#926268
(146,98,104)
#81565B
(129,86,91)
#704A4E
(112,74,78)
#5F3E41
(95,62,65)
#4E3234
(78,50,52)
#3D2627
(61,38,39)
#2C1A1A
(44,26,26)
#1B0E0D
(27,14,13)
#000000
(0,0,0)

Tints of #C5868F

#C5868F
(197,134,143)
#CA9199
(202,145,153)
#CF9CA3
(207,156,163)
#D4A7AD
(212,167,173)
#D9B2B7
(217,178,183)
#DEBDC1
(222,189,193)
#E3C8CB
(227,200,203)
#E8D3D5
(232,211,213)
#EDDEDF
(237,222,223)
#F2E9E9
(242,233,233)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5868F color. Also use rgb(197,134,143) instead hex code.

Text Font Color

.myTextColor { color: #C5868F; }

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

This text font color is #C5868F.


Background Color

.myBgColor { background-color: #C5868F; }

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

This div background color is #C5868F.


Border color

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

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

This div border color is #C5868F.


Opacity

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

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

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

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

This text has shadow with #C5868F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5868F on black background.


Color preview on white background

This text has color #C5868F on white background.



Black color preview on #C5868F background

This text has black color on #C5868F background.


White color preview on #C5868F background

This text has white color on #C5868F background.