COLOR #C6295B

HEX: #C6295B
RGB: (198,41,91)

Color info

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

RGB color model

#C6295B color RGB value is (198,41,91).

  • red value is 198;
  • green value is 41;
  • blue value is 91.
RGB:
(198,41,91)
(78%,16%,36%)

RGB channels and saturation

R 198 of 255 = 78%
G 41 of 255 = 16%
B 91 of 255 = 36%

198
41
91

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

Portions of RGB colors in percentages

R + G + B =
198 + 41 + 91 = 330 (100%)
R 198 of 330 ~ 60%
G 41 of 330 ~ 12.42%
B 91 of 330 ~ 27.58%

%60
%12.42
%27.58

CMYK color model

#C6295B color CMYK value is (0,79,54,22).

  • cyan value is 0.00%
  • magenta value is 79.29%
  • yellow value is 54.04%
  • key color value is 22.35%
CMYK:
(0,79,54,22)
C0M79Y54K22 
(0%,79%,54%,22%)
(0.00/0.79/0.54/0.22)	

CMYK percentages

%0
%79.29
%54.04
%22.35

Codes

Color #C6295B in popluar color models

C6295B
RGB1984191
HSL341°65.69%46.86%
HSB/HSV341°79.29%77.65%
CMYK0.00%79.29%54.04%
22.35%

Color #C6295B in popluar number systems.

HEXC6295B
Decimal1984191
Binary110001101010011011011
Octal30651133

Shades and tints

Shades of #C6295B

#C6295B
(198,41,91)
#B42653
(180,38,83)
#A2234B
(162,35,75)
#902043
(144,32,67)
#7E1D3B
(126,29,59)
#6C1A33
(108,26,51)
#5A172B
(90,23,43)
#481423
(72,20,35)
#36111B
(54,17,27)
#240E13
(36,14,19)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #C6295B

#C6295B
(198,41,91)
#CB3C69
(203,60,105)
#D04F77
(208,79,119)
#D56285
(213,98,133)
#DA7593
(218,117,147)
#DF88A1
(223,136,161)
#E49BAF
(228,155,175)
#E9AEBD
(233,174,189)
#EEC1CB
(238,193,203)
#F3D4D9
(243,212,217)
#F8E7E7
(248,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6295B color. Also use rgb(198,41,91) instead hex code.

Text Font Color

.myTextColor { color: #C6295B; }

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

This text font color is #C6295B.


Background Color

.myBgColor { background-color: #C6295B; }

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

This div background color is #C6295B.


Border color

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

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

This div border color is #C6295B.


Opacity

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

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

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

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

This text has shadow with #C6295B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6295B on black background.


Color preview on white background

This text has color #C6295B on white background.



Black color preview on #C6295B background

This text has black color on #C6295B background.


White color preview on #C6295B background

This text has white color on #C6295B background.