COLOR #C4607F

HEX: #C4607F RGB: (196,96,127)

Color info

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

RGB color model

#C4607F color RGB value is (196,96,127).

RGB: (196,96,127) (77%, 38%, 50%)

RGB channels and saturation

R 196 of 255 = 77%
G 96 of 255 = 38%
B 127 of 255 = 50%

196
96
127

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

Portions of RGB colors in percentages

R + G + B = 196 + 96 + 127 = 419 (100%)
R 196 of 419 ~ 46.78%
G 96 of 419 ~ 22.91%
B 127 of 419 ~ 30.31'%

%46.78
%22.91
%30.31

CMYK color model

#C4607F color CMYK value is (0,51,35,23).

  • cyan value is 0.00%
  • magenta value is 51.02%
  • yellow value is 35.20%
  • key color value is 23.14%

CMYK: (0,51,35,23)
C0M51Y35K23 (0%, 51%, 35%, 23%)
(0.00 / 0.51 / 0.35 / 0.23)

CMYK percentages

%0
%51.02
%35.2
%23.14

Codes

Color #C4607F in popluar color models

C4 60 7F
RGB 196 96 127
HSL 341° 45.87% 57.25%
HSB/HSV 341° 51.02% 76.86%
CMYK 0.00% 51.02% 35.20%
23.14%

Color #C4607F in popluar number systems.

HEX C4 60 7F
Decimal 196 96 127
Binary 11000100 1100000 1111111
Octal 304 140 177

Shades and tints

Shades of #C4607F

#C4607F
(196,96,127)
#B35874
(179,88,116)
#A25069
(162,80,105)
#91485E
(145,72,94)
#804053
(128,64,83)
#6F3848
(111,56,72)
#5E303D
(94,48,61)
#4D2832
(77,40,50)
#3C2027
(60,32,39)
#2B181C
(43,24,28)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #C4607F

#C4607F
(196,96,127)
#C96E8A
(201,110,138)
#CE7C95
(206,124,149)
#D38AA0
(211,138,160)
#D898AB
(216,152,171)
#DDA6B6
(221,166,182)
#E2B4C1
(226,180,193)
#E7C2CC
(231,194,204)
#ECD0D7
(236,208,215)
#F1DEE2
(241,222,226)
#F6ECED
(246,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4607F color. Also use rgb(196,96,127) instead hex code.

Text Font Color

.myTextColor { color: #C4607F; }

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

This text font color is #C4607F.

Background Color

.myBgColor { background-color: #C4607F; }

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

This div background color is #C4607F.

Border color

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

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

This div border color is #C4607F.

Opacity

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

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

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

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

This text has shadow with #C4607F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4607F.

Preview

Color preview on black background

This text has color #C4607F on black background.


Color preview on white background

This text has color #C4607F on white background.


Black color preview on #C4607F background

This text has black color on #C4607F background.


White color preview on #C4607F background

This text has white color on #C4607F background.


Related colors

Complementary color

Complementary color for #hex is #3B9F80.


I love getcolorcode.com

Triadic colors

1 #7FC460 and #607FC4 with #C4607F are triadic colors.

2 #7F60C4 and #60C47F with #C4607F are triadic colors.