COLOR #C4567F

HEX: #C4567F
RGB: (196,86,127)

Color info

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

RGB color model

#C4567F color RGB value is (196,86,127).

  • red value is 196;
  • green value is 86;
  • blue value is 127.
RGB:
(196,86,127)
(77%,34%,50%)

RGB channels and saturation

R 196 of 255 = 77%
G 86 of 255 = 34%
B 127 of 255 = 50%

196
86
127

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

Portions of RGB colors in percentages

R + G + B =
196 + 86 + 127 = 409 (100%)
R 196 of 409 ~ 47.92%
G 86 of 409 ~ 21.03%
B 127 of 409 ~ 31.05%

%47.92
%21.03
%31.05

CMYK color model

#C4567F color CMYK value is (0,56,35,23).

  • cyan value is 0.00%
  • magenta value is 56.12%
  • yellow value is 35.20%
  • key color value is 23.14%
CMYK:
(0,56,35,23)
C0M56Y35K23 
(0%,56%,35%,23%)
(0.00/0.56/0.35/0.23)	

CMYK percentages

%0
%56.12
%35.2
%23.14

Codes

Color #C4567F in popluar color models

C4567F
RGB19686127
HSL338°48.25%55.29%
HSB/HSV338°56.12%76.86%
CMYK0.00%56.12%35.20%
23.14%

Color #C4567F in popluar number systems.

HEXC4567F
Decimal19686127
Binary1100010010101101111111
Octal304126177

Shades and tints

Shades of #C4567F

#C4567F
(196,86,127)
#B34F74
(179,79,116)
#A24869
(162,72,105)
#91415E
(145,65,94)
#803A53
(128,58,83)
#6F3348
(111,51,72)
#5E2C3D
(94,44,61)
#4D2532
(77,37,50)
#3C1E27
(60,30,39)
#2B171C
(43,23,28)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #C4567F

#C4567F
(196,86,127)
#C9658A
(201,101,138)
#CE7495
(206,116,149)
#D383A0
(211,131,160)
#D892AB
(216,146,171)
#DDA1B6
(221,161,182)
#E2B0C1
(226,176,193)
#E7BFCC
(231,191,204)
#ECCED7
(236,206,215)
#F1DDE2
(241,221,226)
#F6ECED
(246,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4567F; }

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

This text font color is #C4567F.


Background Color

.myBgColor { background-color: #C4567F; }

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

This div background color is #C4567F.


Border color

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

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

This div border color is #C4567F.


Opacity

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

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

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

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

This text has shadow with #C4567F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4567F on black background.


Color preview on white background

This text has color #C4567F on white background.



Black color preview on #C4567F background

This text has black color on #C4567F background.


White color preview on #C4567F background

This text has white color on #C4567F background.