COLOR #C4787D

HEX: #C4787D RGB: (196,120,125)

Color info

#C4787D contains mainly red color. Web safe color of #C4787D is #CC6666 (or #C66).

RGB color model

#C4787D color RGB value is (196,120,125).

RGB: (196,120,125) (77%, 47%, 49%)

RGB channels and saturation

R 196 of 255 = 77%
G 120 of 255 = 47%
B 125 of 255 = 49%

196
120
125

R + G + B ~ 58%. #C4787D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 196 + 120 + 125 = 441 (100%)
R 196 of 441 ~ 44.44%
G 120 of 441 ~ 27.21%
B 125 of 441 ~ 28.34'%

%44.44
%27.21
%28.34

CMYK color model

#C4787D color CMYK value is (0,39,36,23).

  • cyan value is 0.00%
  • magenta value is 38.78%
  • yellow value is 36.22%
  • key color value is 23.14%

CMYK: (0,39,36,23)
C0M39Y36K23 (0%, 39%, 36%, 23%)
(0.00 / 0.39 / 0.36 / 0.23)

CMYK percentages

%0
%38.78
%36.22
%23.14

Codes

Color #C4787D in popluar color models

C4 78 7D
RGB 196 120 125
HSL 356° 39.18% 61.96%
HSB/HSV 356° 38.78% 76.86%
CMYK 0.00% 38.78% 36.22%
23.14%

Color #C4787D in popluar number systems.

HEX C4 78 7D
Decimal 196 120 125
Binary 11000100 1111000 1111101
Octal 304 170 175

Shades and tints

Shades of #C4787D

#C4787D
(196,120,125)
#B36E72
(179,110,114)
#A26467
(162,100,103)
#915A5C
(145,90,92)
#805051
(128,80,81)
#6F4646
(111,70,70)
#5E3C3B
(94,60,59)
#4D3230
(77,50,48)
#3C2825
(60,40,37)
#2B1E1A
(43,30,26)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #C4787D

#C4787D
(196,120,125)
#C98488
(201,132,136)
#CE9093
(206,144,147)
#D39C9E
(211,156,158)
#D8A8A9
(216,168,169)
#DDB4B4
(221,180,180)
#E2C0BF
(226,192,191)
#E7CCCA
(231,204,202)
#ECD8D5
(236,216,213)
#F1E4E0
(241,228,224)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4787D color. Also use rgb(196,120,125) instead hex code.

Text Font Color

.myTextColor { color: #C4787D; }

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

This text font color is #C4787D.

Background Color

.myBgColor { background-color: #C4787D; }

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

This div background color is #C4787D.

Border color

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

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

This div border color is #C4787D.

Opacity

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

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

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

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

This text has shadow with #C4787D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4787D.

Preview

Color preview on black background

This text has color #C4787D on black background.


Color preview on white background

This text has color #C4787D on white background.


Black color preview on #C4787D background

This text has black color on #C4787D background.


White color preview on #C4787D background

This text has white color on #C4787D background.


Related colors

Complementary color

Complementary color for #hex is #3B8782.


I love getcolorcode.com

Triadic colors

1 #7DC478 and #787DC4 with #C4787D are triadic colors.

2 #7D78C4 and #78C47D with #C4787D are triadic colors.