COLOR #C5848A

HEX: #C5848A
RGB: (197,132,138)

Color info

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

RGB color model

#C5848A color RGB value is (197,132,138).

  • red value is 197;
  • green value is 132;
  • blue value is 138.
RGB:
(197,132,138)
(77%,52%,54%)

RGB channels and saturation

R 197 of 255 = 77%
G 132 of 255 = 52%
B 138 of 255 = 54%

197
132
138

R + G + B ~ 61%. #C5848A is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 132 + 138 = 467 (100%)
R 197 of 467 ~ 42.18%
G 132 of 467 ~ 28.27%
B 138 of 467 ~ 29.55%

%42.18
%28.27
%29.55

CMYK color model

#C5848A color CMYK value is (0,33,30,23).

  • cyan value is 0.00%
  • magenta value is 32.99%
  • yellow value is 29.95%
  • key color value is 22.75%
CMYK:
(0,33,30,23)
C0M33Y30K23 
(0%,33%,30%,23%)
(0.00/0.33/0.30/0.23)	

CMYK percentages

%0
%32.99
%29.95
%22.75

Codes

Color #C5848A in popluar color models

C5848A
RGB197132138
HSL354°35.91%64.51%
HSB/HSV354°32.99%77.25%
CMYK0.00%32.99%29.95%
22.75%

Color #C5848A in popluar number systems.

HEXC5848A
Decimal197132138
Binary110001011000010010001010
Octal305204212

Shades and tints

Shades of #C5848A

#C5848A
(197,132,138)
#B4787E
(180,120,126)
#A36C72
(163,108,114)
#926066
(146,96,102)
#81545A
(129,84,90)
#70484E
(112,72,78)
#5F3C42
(95,60,66)
#4E3036
(78,48,54)
#3D242A
(61,36,42)
#2C181E
(44,24,30)
#1B0C12
(27,12,18)
#000000
(0,0,0)

Tints of #C5848A

#C5848A
(197,132,138)
#CA8F94
(202,143,148)
#CF9A9E
(207,154,158)
#D4A5A8
(212,165,168)
#D9B0B2
(217,176,178)
#DEBBBC
(222,187,188)
#E3C6C6
(227,198,198)
#E8D1D0
(232,209,208)
#EDDCDA
(237,220,218)
#F2E7E4
(242,231,228)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5848A color. Also use rgb(197,132,138) instead hex code.

Text Font Color

.myTextColor { color: #C5848A; }

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

This text font color is #C5848A.


Background Color

.myBgColor { background-color: #C5848A; }

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

This div background color is #C5848A.


Border color

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

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

This div border color is #C5848A.


Opacity

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

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

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

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

This text has shadow with #C5848A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5848A on black background.


Color preview on white background

This text has color #C5848A on white background.



Black color preview on #C5848A background

This text has black color on #C5848A background.


White color preview on #C5848A background

This text has white color on #C5848A background.