COLOR #C6266D

HEX: #C6266D
RGB: (198,38,109)

Color info

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

RGB color model

#C6266D color RGB value is (198,38,109).

  • red value is 198;
  • green value is 38;
  • blue value is 109.
RGB:
(198,38,109)
(78%,15%,43%)

RGB channels and saturation

R 198 of 255 = 78%
G 38 of 255 = 15%
B 109 of 255 = 43%

198
38
109

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

Portions of RGB colors in percentages

R + G + B =
198 + 38 + 109 = 345 (100%)
R 198 of 345 ~ 57.39%
G 38 of 345 ~ 11.01%
B 109 of 345 ~ 31.59%

%57.39
%11.01
%31.59

CMYK color model

#C6266D color CMYK value is (0,81,45,22).

  • cyan value is 0.00%
  • magenta value is 80.81%
  • yellow value is 44.95%
  • key color value is 22.35%
CMYK:
(0,81,45,22)
C0M81Y45K22 
(0%,81%,45%,22%)
(0.00/0.81/0.45/0.22)	

CMYK percentages

%0
%80.81
%44.95
%22.35

Codes

Color #C6266D in popluar color models

C6266D
RGB19838109
HSL333°67.80%46.27%
HSB/HSV333°80.81%77.65%
CMYK0.00%80.81%44.95%
22.35%

Color #C6266D in popluar number systems.

HEXC6266D
Decimal19838109
Binary110001101001101101101
Octal30646155

Shades and tints

Shades of #C6266D

#C6266D
(198,38,109)
#B42364
(180,35,100)
#A2205B
(162,32,91)
#901D52
(144,29,82)
#7E1A49
(126,26,73)
#6C1740
(108,23,64)
#5A1437
(90,20,55)
#48112E
(72,17,46)
#360E25
(54,14,37)
#240B1C
(36,11,28)
#120813
(18,8,19)
#000000
(0,0,0)

Tints of #C6266D

#C6266D
(198,38,109)
#CB397A
(203,57,122)
#D04C87
(208,76,135)
#D55F94
(213,95,148)
#DA72A1
(218,114,161)
#DF85AE
(223,133,174)
#E498BB
(228,152,187)
#E9ABC8
(233,171,200)
#EEBED5
(238,190,213)
#F3D1E2
(243,209,226)
#F8E4EF
(248,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6266D color. Also use rgb(198,38,109) instead hex code.

Text Font Color

.myTextColor { color: #C6266D; }

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

This text font color is #C6266D.


Background Color

.myBgColor { background-color: #C6266D; }

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

This div background color is #C6266D.


Border color

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

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

This div border color is #C6266D.


Opacity

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

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

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

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

This text has shadow with #C6266D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6266D on black background.


Color preview on white background

This text has color #C6266D on white background.



Black color preview on #C6266D background

This text has black color on #C6266D background.


White color preview on #C6266D background

This text has white color on #C6266D background.