COLOR #C4859B

HEX: #C4859B RGB: (196,133,155)

Color info

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

RGB color model

#C4859B color RGB value is (196,133,155).

RGB: (196,133,155) (77%, 52%, 61%)

RGB channels and saturation

R 196 of 255 = 77%
G 133 of 255 = 52%
B 155 of 255 = 61%

196
133
155

R + G + B ~ 63%. #C4859B is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 133 + 155 = 484 (100%)
R 196 of 484 ~ 40.5%
G 133 of 484 ~ 27.48%
B 155 of 484 ~ 32.02'%

%40.5
%27.48
%32.02

CMYK color model

#C4859B color CMYK value is (0,32,21,23).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 20.92%
  • key color value is 23.14%

CMYK: (0,32,21,23)
C0M32Y21K23 (0%, 32%, 21%, 23%)
(0.00 / 0.32 / 0.21 / 0.23)

CMYK percentages

%0
%32.14
%20.92
%23.14

Codes

Color #C4859B in popluar color models

C4 85 9B
RGB 196 133 155
HSL 339° 34.81% 64.51%
HSB/HSV 339° 32.14% 76.86%
CMYK 0.00% 32.14% 20.92%
23.14%

Color #C4859B in popluar number systems.

HEX C4 85 9B
Decimal 196 133 155
Binary 11000100 10000101 10011011
Octal 304 205 233

Shades and tints

Shades of #C4859B

#C4859B
(196,133,155)
#B3798D
(179,121,141)
#A26D7F
(162,109,127)
#916171
(145,97,113)
#805563
(128,85,99)
#6F4955
(111,73,85)
#5E3D47
(94,61,71)
#4D3139
(77,49,57)
#3C252B
(60,37,43)
#2B191D
(43,25,29)
#1A0D0F
(26,13,15)
#000000
(0,0,0)

Tints of #C4859B

#C4859B
(196,133,155)
#C990A4
(201,144,164)
#CE9BAD
(206,155,173)
#D3A6B6
(211,166,182)
#D8B1BF
(216,177,191)
#DDBCC8
(221,188,200)
#E2C7D1
(226,199,209)
#E7D2DA
(231,210,218)
#ECDDE3
(236,221,227)
#F1E8EC
(241,232,236)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4859B color. Also use rgb(196,133,155) instead hex code.

Text Font Color

.myTextColor { color: #C4859B; }

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

This text font color is #C4859B.

Background Color

.myBgColor { background-color: #C4859B; }

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

This div background color is #C4859B.

Border color

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

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

This div border color is #C4859B.

Opacity

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

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

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

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

This text has shadow with #C4859B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4859B.

Preview

Color preview on black background

This text has color #C4859B on black background.


Color preview on white background

This text has color #C4859B on white background.


Black color preview on #C4859B background

This text has black color on #C4859B background.


White color preview on #C4859B background

This text has white color on #C4859B background.


Related colors

Complementary color

Complementary color for #hex is #3B7A64.


I love getcolorcode.com

Triadic colors

1 #9BC485 and #859BC4 with #C4859B are triadic colors.

2 #9B85C4 and #85C49B with #C4859B are triadic colors.