COLOR #C4758F

HEX: #C4758F RGB: (196,117,143)

Color info

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

RGB color model

#C4758F color RGB value is (196,117,143).

RGB: (196,117,143) (77%, 46%, 56%)

RGB channels and saturation

R 196 of 255 = 77%
G 117 of 255 = 46%
B 143 of 255 = 56%

196
117
143

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

Portions of RGB colors in percentages

R + G + B = 196 + 117 + 143 = 456 (100%)
R 196 of 456 ~ 42.98%
G 117 of 456 ~ 25.66%
B 143 of 456 ~ 31.36'%

%42.98
%25.66
%31.36

CMYK color model

#C4758F color CMYK value is (0,40,27,23).

  • cyan value is 0.00%
  • magenta value is 40.31%
  • yellow value is 27.04%
  • key color value is 23.14%
CMYK: (0,40,27,23) C0M40Y27K23 (0%,40%,27%,23%) (0.00/0.40/0.27/0.23) 

CMYK percentages

%0
%40.31
%27.04
%23.14

Codes

Color #C4758F in popluar color models

C4 75 8F
RGB 196 117 143
HSL 340° 40.10% 61.37%
HSB/HSV 340° 40.31% 76.86%
CMYK 0.00% 40.31% 27.04%
23.14%

Color #C4758F in popluar number systems.

HEX C4 75 8F
Decimal 196 117 143
Binary 11000100 1110101 10001111
Octal 304 165 217

Shades and tints

Shades of #C4758F

#C4758F
(196,117,143)
#B36B82
(179,107,130)
#A26175
(162,97,117)
#915768
(145,87,104)
#804D5B
(128,77,91)
#6F434E
(111,67,78)
#5E3941
(94,57,65)
#4D2F34
(77,47,52)
#3C2527
(60,37,39)
#2B1B1A
(43,27,26)
#1A110D
(26,17,13)
#000000
(0,0,0)

Tints of #C4758F

#C4758F
(196,117,143)
#C98199
(201,129,153)
#CE8DA3
(206,141,163)
#D399AD
(211,153,173)
#D8A5B7
(216,165,183)
#DDB1C1
(221,177,193)
#E2BDCB
(226,189,203)
#E7C9D5
(231,201,213)
#ECD5DF
(236,213,223)
#F1E1E9
(241,225,233)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4758F; }

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

This text font color is #C4758F.

Background Color

.myBgColor { background-color: #C4758F; }

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

This div background color is #C4758F.

Border color

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

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

This div border color is #C4758F.

Opacity

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

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

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

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

This text has shadow with #C4758F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4758F.

Preview

Color preview on black background

This text has color #C4758F on black background.


Color preview on white background

This text has color #C4758F on white background.


Black color preview on #C4758F background

This text has black color on #C4758F background.


White color preview on #C4758F background

This text has white color on #C4758F background.


Related colors

Complementary color

Complementary color for #hex is #3B8A70.


I love getcolorcode.com

Triadic colors

1 #8FC475 and #758FC4 with #C4758F are triadic colors.

2 #8F75C4 and #75C48F with #C4758F are triadic colors.