COLOR #C4759B

HEX: #C4759B
RGB: (196,117,155)

Color info

#C4759B contains mainly red and blue colors. Web safe color of #C4759B is #CC6699 (or #C69).

RGB color model

#C4759B color RGB value is (196,117,155).

  • red value is 196;
  • green value is 117;
  • blue value is 155.
RGB:
(196,117,155)
(77%,46%,61%)

RGB channels and saturation

R 196 of 255 = 77%
G 117 of 255 = 46%
B 155 of 255 = 61%

196
117
155

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

Portions of RGB colors in percentages

R + G + B =
196 + 117 + 155 = 468 (100%)
R 196 of 468 ~ 41.88%
G 117 of 468 ~ 25%
B 155 of 468 ~ 33.12%

%41.88
%25
%33.12

CMYK color model

#C4759B color CMYK value is (0,40,21,23).

  • cyan value is 0.00%
  • magenta value is 40.31%
  • yellow value is 20.92%
  • key color value is 23.14%
CMYK:
(0,40,21,23)
C0M40Y21K23 
(0%,40%,21%,23%)
(0.00/0.40/0.21/0.23)	

CMYK percentages

%0
%40.31
%20.92
%23.14

Codes

Color #C4759B in popluar color models

C4759B
RGB196117155
HSL331°40.10%61.37%
HSB/HSV331°40.31%76.86%
CMYK0.00%40.31%20.92%
23.14%

Color #C4759B in popluar number systems.

HEXC4759B
Decimal196117155
Binary11000100111010110011011
Octal304165233

Shades and tints

Shades of #C4759B

#C4759B
(196,117,155)
#B36B8D
(179,107,141)
#A2617F
(162,97,127)
#915771
(145,87,113)
#804D63
(128,77,99)
#6F4355
(111,67,85)
#5E3947
(94,57,71)
#4D2F39
(77,47,57)
#3C252B
(60,37,43)
#2B1B1D
(43,27,29)
#1A110F
(26,17,15)
#000000
(0,0,0)

Tints of #C4759B

#C4759B
(196,117,155)
#C981A4
(201,129,164)
#CE8DAD
(206,141,173)
#D399B6
(211,153,182)
#D8A5BF
(216,165,191)
#DDB1C8
(221,177,200)
#E2BDD1
(226,189,209)
#E7C9DA
(231,201,218)
#ECD5E3
(236,213,227)
#F1E1EC
(241,225,236)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4759B; }

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

This text font color is #C4759B.


Background Color

.myBgColor { background-color: #C4759B; }

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

This div background color is #C4759B.


Border color

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

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

This div border color is #C4759B.


Opacity

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

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

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

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

This text has shadow with #C4759B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4759B on black background.


Color preview on white background

This text has color #C4759B on white background.



Black color preview on #C4759B background

This text has black color on #C4759B background.


White color preview on #C4759B background

This text has white color on #C4759B background.