COLOR #C6285B

HEX: #C6285B RGB: (198,40,91)

Color info

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

RGB color model

#C6285B color RGB value is (198,40,91).

RGB: (198,40,91) (78%, 16%, 36%)

RGB channels and saturation

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

198
40
91

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

Portions of RGB colors in percentages

R + G + B = 198 + 40 + 91 = 329 (100%)
R 198 of 329 ~ 60.18%
G 40 of 329 ~ 12.16%
B 91 of 329 ~ 27.66'%

%60.18
%12.16
%27.66

CMYK color model

#C6285B color CMYK value is (0,80,54,22).

  • cyan value is 0.00%
  • magenta value is 79.80%
  • yellow value is 54.04%
  • key color value is 22.35%

CMYK: (0,80,54,22)
C0M80Y54K22 (0%, 80%, 54%, 22%)
(0.00 / 0.80 / 0.54 / 0.22)

CMYK percentages

%0
%79.8
%54.04
%22.35

Codes

Color #C6285B in popluar color models

C6 28 5B
RGB 198 40 91
HSL 341° 66.39% 46.67%
HSB/HSV 341° 79.80% 77.65%
CMYK 0.00% 79.80% 54.04%
22.35%

Color #C6285B in popluar number systems.

HEX C6 28 5B
Decimal 198 40 91
Binary 11000110 101000 1011011
Octal 306 50 133

Shades and tints

Shades of #C6285B

#C6285B
(198,40,91)
#B42553
(180,37,83)
#A2224B
(162,34,75)
#901F43
(144,31,67)
#7E1C3B
(126,28,59)
#6C1933
(108,25,51)
#5A162B
(90,22,43)
#481323
(72,19,35)
#36101B
(54,16,27)
#240D13
(36,13,19)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #C6285B

#C6285B
(198,40,91)
#CB3B69
(203,59,105)
#D04E77
(208,78,119)
#D56185
(213,97,133)
#DA7493
(218,116,147)
#DF87A1
(223,135,161)
#E49AAF
(228,154,175)
#E9ADBD
(233,173,189)
#EEC0CB
(238,192,203)
#F3D3D9
(243,211,217)
#F8E6E7
(248,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6285B; }

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

This text font color is #C6285B.

Background Color

.myBgColor { background-color: #C6285B; }

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

This div background color is #C6285B.

Border color

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

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

This div border color is #C6285B.

Opacity

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

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

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

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

This text has shadow with #C6285B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6285B.

Preview

Color preview on black background

This text has color #C6285B on black background.


Color preview on white background

This text has color #C6285B on white background.


Black color preview on #C6285B background

This text has black color on #C6285B background.


White color preview on #C6285B background

This text has white color on #C6285B background.


Related colors

Complementary color

Complementary color for #hex is #39D7A4.


I love getcolorcode.com

Triadic colors

1 #5BC628 and #285BC6 with #C6285B are triadic colors.

2 #5B28C6 and #28C65B with #C6285B are triadic colors.