COLOR #C4868E

HEX: #C4868E
RGB: (196,134,142)

Color info

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

RGB color model

#C4868E color RGB value is (196,134,142).

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

RGB channels and saturation

R 196 of 255 = 77%
G 134 of 255 = 53%
B 142 of 255 = 56%

196
134
142

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

Portions of RGB colors in percentages

R + G + B =
196 + 134 + 142 = 472 (100%)
R 196 of 472 ~ 41.53%
G 134 of 472 ~ 28.39%
B 142 of 472 ~ 30.08%

%41.53
%28.39
%30.08

CMYK color model

#C4868E color CMYK value is (0,32,28,23).

  • cyan value is 0.00%
  • magenta value is 31.63%
  • yellow value is 27.55%
  • key color value is 23.14%
CMYK:
(0,32,28,23)
C0M32Y28K23 
(0%,32%,28%,23%)
(0.00/0.32/0.28/0.23)	

CMYK percentages

%0
%31.63
%27.55
%23.14

Codes

Color #C4868E in popluar color models

C4868E
RGB196134142
HSL352°34.44%64.71%
HSB/HSV352°31.63%76.86%
CMYK0.00%31.63%27.55%
23.14%

Color #C4868E in popluar number systems.

HEXC4868E
Decimal196134142
Binary110001001000011010001110
Octal304206216

Shades and tints

Shades of #C4868E

#C4868E
(196,134,142)
#B37A82
(179,122,130)
#A26E76
(162,110,118)
#91626A
(145,98,106)
#80565E
(128,86,94)
#6F4A52
(111,74,82)
#5E3E46
(94,62,70)
#4D323A
(77,50,58)
#3C262E
(60,38,46)
#2B1A22
(43,26,34)
#1A0E16
(26,14,22)
#000000
(0,0,0)

Tints of #C4868E

#C4868E
(196,134,142)
#C99198
(201,145,152)
#CE9CA2
(206,156,162)
#D3A7AC
(211,167,172)
#D8B2B6
(216,178,182)
#DDBDC0
(221,189,192)
#E2C8CA
(226,200,202)
#E7D3D4
(231,211,212)
#ECDEDE
(236,222,222)
#F1E9E8
(241,233,232)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4868E color. Also use rgb(196,134,142) instead hex code.

Text Font Color

.myTextColor { color: #C4868E; }

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

This text font color is #C4868E.


Background Color

.myBgColor { background-color: #C4868E; }

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

This div background color is #C4868E.


Border color

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

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

This div border color is #C4868E.


Opacity

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

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

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

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

This text has shadow with #C4868E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4868E on black background.


Color preview on white background

This text has color #C4868E on white background.



Black color preview on #C4868E background

This text has black color on #C4868E background.


White color preview on #C4868E background

This text has white color on #C4868E background.