COLOR #C66574

HEX: #C66574
RGB: (198,101,116)

Color info

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

RGB color model

#C66574 color RGB value is (198,101,116).

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

RGB channels and saturation

R 198 of 255 = 78%
G 101 of 255 = 40%
B 116 of 255 = 45%

198
101
116

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

Portions of RGB colors in percentages

R + G + B =
198 + 101 + 116 = 415 (100%)
R 198 of 415 ~ 47.71%
G 101 of 415 ~ 24.34%
B 116 of 415 ~ 27.95%

%47.71
%24.34
%27.95

CMYK color model

#C66574 color CMYK value is (0,49,41,22).

  • cyan value is 0.00%
  • magenta value is 48.99%
  • yellow value is 41.41%
  • key color value is 22.35%
CMYK:
(0,49,41,22)
C0M49Y41K22 
(0%,49%,41%,22%)
(0.00/0.49/0.41/0.22)	

CMYK percentages

%0
%48.99
%41.41
%22.35

Codes

Color #C66574 in popluar color models

C66574
RGB198101116
HSL351°45.97%58.63%
HSB/HSV351°48.99%77.65%
CMYK0.00%48.99%41.41%
22.35%

Color #C66574 in popluar number systems.

HEXC66574
Decimal198101116
Binary1100011011001011110100
Octal306145164

Shades and tints

Shades of #C66574

#C66574
(198,101,116)
#B45C6A
(180,92,106)
#A25360
(162,83,96)
#904A56
(144,74,86)
#7E414C
(126,65,76)
#6C3842
(108,56,66)
#5A2F38
(90,47,56)
#48262E
(72,38,46)
#361D24
(54,29,36)
#24141A
(36,20,26)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #C66574

#C66574
(198,101,116)
#CB7380
(203,115,128)
#D0818C
(208,129,140)
#D58F98
(213,143,152)
#DA9DA4
(218,157,164)
#DFABB0
(223,171,176)
#E4B9BC
(228,185,188)
#E9C7C8
(233,199,200)
#EED5D4
(238,213,212)
#F3E3E0
(243,227,224)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C66574 color. Also use rgb(198,101,116) instead hex code.

Text Font Color

.myTextColor { color: #C66574; }

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

This text font color is #C66574.


Background Color

.myBgColor { background-color: #C66574; }

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

This div background color is #C66574.


Border color

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

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

This div border color is #C66574.


Opacity

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

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

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

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

This text has shadow with #C66574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66574 on black background.


Color preview on white background

This text has color #C66574 on white background.



Black color preview on #C66574 background

This text has black color on #C66574 background.


White color preview on #C66574 background

This text has white color on #C66574 background.