COLOR #C4606A

HEX: #C4606A RGB: (196,96,106)

Color info

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

RGB color model

#C4606A color RGB value is (196,96,106).

RGB: (196,96,106) (77%, 38%, 42%)

RGB channels and saturation

R 196 of 255 = 77%
G 96 of 255 = 38%
B 106 of 255 = 42%

196
96
106

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

Portions of RGB colors in percentages

R + G + B = 196 + 96 + 106 = 398 (100%)
R 196 of 398 ~ 49.25%
G 96 of 398 ~ 24.12%
B 106 of 398 ~ 26.63'%

%49.25
%24.12
%26.63

CMYK color model

#C4606A color CMYK value is (0,51,46,23).

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

CMYK: (0,51,46,23)
C0M51Y46K23 (0%, 51%, 46%, 23%)
(0.00 / 0.51 / 0.46 / 0.23)

CMYK percentages

%0
%51.02
%45.92
%23.14

Codes

Color #C4606A in popluar color models

C4 60 6A
RGB 196 96 106
HSL 354° 45.87% 57.25%
HSB/HSV 354° 51.02% 76.86%
CMYK 0.00% 51.02% 45.92%
23.14%

Color #C4606A in popluar number systems.

HEX C4 60 6A
Decimal 196 96 106
Binary 11000100 1100000 1101010
Octal 304 140 152

Shades and tints

Shades of #C4606A

#C4606A
(196,96,106)
#B35861
(179,88,97)
#A25058
(162,80,88)
#91484F
(145,72,79)
#804046
(128,64,70)
#6F383D
(111,56,61)
#5E3034
(94,48,52)
#4D282B
(77,40,43)
#3C2022
(60,32,34)
#2B1819
(43,24,25)
#1A1010
(26,16,16)
#000000
(0,0,0)

Tints of #C4606A

#C4606A
(196,96,106)
#C96E77
(201,110,119)
#CE7C84
(206,124,132)
#D38A91
(211,138,145)
#D8989E
(216,152,158)
#DDA6AB
(221,166,171)
#E2B4B8
(226,180,184)
#E7C2C5
(231,194,197)
#ECD0D2
(236,208,210)
#F1DEDF
(241,222,223)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4606A; }

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

This text font color is #C4606A.

Background Color

.myBgColor { background-color: #C4606A; }

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

This div background color is #C4606A.

Border color

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

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

This div border color is #C4606A.

Opacity

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

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

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

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

This text has shadow with #C4606A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4606A.

Preview

Color preview on black background

This text has color #C4606A on black background.


Color preview on white background

This text has color #C4606A on white background.


Black color preview on #C4606A background

This text has black color on #C4606A background.


White color preview on #C4606A background

This text has white color on #C4606A background.


Related colors

Complementary color

Complementary color for #C4606A is #3B9F95.


I love getcolorcode.com

Triadic colors

1 #6AC460 and #606AC4 with #C4606A are triadic colors.

2 #6A60C4 and #60C46A with #C4606A are triadic colors.