COLOR #C66277

HEX: #C66277
RGB: (198,98,119)

Color info

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

RGB color model

#C66277 color RGB value is (198,98,119).

  • red value is 198;
  • green value is 98;
  • blue value is 119.
RGB:
(198,98,119)
(78%,38%,47%)

RGB channels and saturation

R 198 of 255 = 78%
G 98 of 255 = 38%
B 119 of 255 = 47%

198
98
119

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

Portions of RGB colors in percentages

R + G + B =
198 + 98 + 119 = 415 (100%)
R 198 of 415 ~ 47.71%
G 98 of 415 ~ 23.61%
B 119 of 415 ~ 28.67%

%47.71
%23.61
%28.67

CMYK color model

#C66277 color CMYK value is (0,51,40,22).

  • cyan value is 0.00%
  • magenta value is 50.51%
  • yellow value is 39.90%
  • key color value is 22.35%
CMYK:
(0,51,40,22)
C0M51Y40K22 
(0%,51%,40%,22%)
(0.00/0.51/0.40/0.22)	

CMYK percentages

%0
%50.51
%39.9
%22.35

Codes

Color #C66277 in popluar color models

C66277
RGB19898119
HSL347°46.73%58.04%
HSB/HSV347°50.51%77.65%
CMYK0.00%50.51%39.90%
22.35%

Color #C66277 in popluar number systems.

HEXC66277
Decimal19898119
Binary1100011011000101110111
Octal306142167

Shades and tints

Shades of #C66277

#C66277
(198,98,119)
#B45A6D
(180,90,109)
#A25263
(162,82,99)
#904A59
(144,74,89)
#7E424F
(126,66,79)
#6C3A45
(108,58,69)
#5A323B
(90,50,59)
#482A31
(72,42,49)
#362227
(54,34,39)
#241A1D
(36,26,29)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #C66277

#C66277
(198,98,119)
#CB7083
(203,112,131)
#D07E8F
(208,126,143)
#D58C9B
(213,140,155)
#DA9AA7
(218,154,167)
#DFA8B3
(223,168,179)
#E4B6BF
(228,182,191)
#E9C4CB
(233,196,203)
#EED2D7
(238,210,215)
#F3E0E3
(243,224,227)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C66277 color. Also use rgb(198,98,119) instead hex code.

Text Font Color

.myTextColor { color: #C66277; }

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

This text font color is #C66277.


Background Color

.myBgColor { background-color: #C66277; }

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

This div background color is #C66277.


Border color

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

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

This div border color is #C66277.


Opacity

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

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

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

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

This text has shadow with #C66277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66277 on black background.


Color preview on white background

This text has color #C66277 on white background.



Black color preview on #C66277 background

This text has black color on #C66277 background.


White color preview on #C66277 background

This text has white color on #C66277 background.