COLOR #C62567

HEX: #C62567
RGB: (198,37,103)

Color info

#C62567 contains mainly red color. Web safe color of #C62567 is #CC3366 (or #C36).

RGB color model

#C62567 color RGB value is (198,37,103).

  • red value is 198;
  • green value is 37;
  • blue value is 103.
RGB:
(198,37,103)
(78%,15%,40%)

RGB channels and saturation

R 198 of 255 = 78%
G 37 of 255 = 15%
B 103 of 255 = 40%

198
37
103

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

Portions of RGB colors in percentages

R + G + B =
198 + 37 + 103 = 338 (100%)
R 198 of 338 ~ 58.58%
G 37 of 338 ~ 10.95%
B 103 of 338 ~ 30.47%

%58.58
%10.95
%30.47

CMYK color model

#C62567 color CMYK value is (0,81,48,22).

  • cyan value is 0.00%
  • magenta value is 81.31%
  • yellow value is 47.98%
  • key color value is 22.35%
CMYK:
(0,81,48,22)
C0M81Y48K22 
(0%,81%,48%,22%)
(0.00/0.81/0.48/0.22)	

CMYK percentages

%0
%81.31
%47.98
%22.35

Codes

Color #C62567 in popluar color models

C62567
RGB19837103
HSL335°68.51%46.08%
HSB/HSV335°81.31%77.65%
CMYK0.00%81.31%47.98%
22.35%

Color #C62567 in popluar number systems.

HEXC62567
Decimal19837103
Binary110001101001011100111
Octal30645147

Shades and tints

Shades of #C62567

#C62567
(198,37,103)
#B4225E
(180,34,94)
#A21F55
(162,31,85)
#901C4C
(144,28,76)
#7E1943
(126,25,67)
#6C163A
(108,22,58)
#5A1331
(90,19,49)
#481028
(72,16,40)
#360D1F
(54,13,31)
#240A16
(36,10,22)
#12070D
(18,7,13)
#000000
(0,0,0)

Tints of #C62567

#C62567
(198,37,103)
#CB3874
(203,56,116)
#D04B81
(208,75,129)
#D55E8E
(213,94,142)
#DA719B
(218,113,155)
#DF84A8
(223,132,168)
#E497B5
(228,151,181)
#E9AAC2
(233,170,194)
#EEBDCF
(238,189,207)
#F3D0DC
(243,208,220)
#F8E3E9
(248,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C62567 color. Also use rgb(198,37,103) instead hex code.

Text Font Color

.myTextColor { color: #C62567; }

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

This text font color is #C62567.


Background Color

.myBgColor { background-color: #C62567; }

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

This div background color is #C62567.


Border color

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

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

This div border color is #C62567.


Opacity

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

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

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

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

This text has shadow with #C62567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C62567 on black background.


Color preview on white background

This text has color #C62567 on white background.



Black color preview on #C62567 background

This text has black color on #C62567 background.


White color preview on #C62567 background

This text has white color on #C62567 background.