COLOR #C66773

HEX: #C66773
RGB: (198,103,115)

Color info

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

RGB color model

#C66773 color RGB value is (198,103,115).

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

RGB channels and saturation

R 198 of 255 = 78%
G 103 of 255 = 40%
B 115 of 255 = 45%

198
103
115

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

Portions of RGB colors in percentages

R + G + B =
198 + 103 + 115 = 416 (100%)
R 198 of 416 ~ 47.6%
G 103 of 416 ~ 24.76%
B 115 of 416 ~ 27.64%

%47.6
%24.76
%27.64

CMYK color model

#C66773 color CMYK value is (0,48,42,22).

  • cyan value is 0.00%
  • magenta value is 47.98%
  • yellow value is 41.92%
  • key color value is 22.35%
CMYK:
(0,48,42,22)
C0M48Y42K22 
(0%,48%,42%,22%)
(0.00/0.48/0.42/0.22)	

CMYK percentages

%0
%47.98
%41.92
%22.35

Codes

Color #C66773 in popluar color models

C66773
RGB198103115
HSL352°45.45%59.02%
HSB/HSV352°47.98%77.65%
CMYK0.00%47.98%41.92%
22.35%

Color #C66773 in popluar number systems.

HEXC66773
Decimal198103115
Binary1100011011001111110011
Octal306147163

Shades and tints

Shades of #C66773

#C66773
(198,103,115)
#B45E69
(180,94,105)
#A2555F
(162,85,95)
#904C55
(144,76,85)
#7E434B
(126,67,75)
#6C3A41
(108,58,65)
#5A3137
(90,49,55)
#48282D
(72,40,45)
#361F23
(54,31,35)
#241619
(36,22,25)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #C66773

#C66773
(198,103,115)
#CB747F
(203,116,127)
#D0818B
(208,129,139)
#D58E97
(213,142,151)
#DA9BA3
(218,155,163)
#DFA8AF
(223,168,175)
#E4B5BB
(228,181,187)
#E9C2C7
(233,194,199)
#EECFD3
(238,207,211)
#F3DCDF
(243,220,223)
#F8E9EB
(248,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C66773; }

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

This text font color is #C66773.


Background Color

.myBgColor { background-color: #C66773; }

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

This div background color is #C66773.


Border color

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

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

This div border color is #C66773.


Opacity

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

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

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

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

This text has shadow with #C66773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66773 on black background.


Color preview on white background

This text has color #C66773 on white background.



Black color preview on #C66773 background

This text has black color on #C66773 background.


White color preview on #C66773 background

This text has white color on #C66773 background.