COLOR #C66A87

HEX: #C66A87
RGB: (198,106,135)

Color info

#C66A87 contains mainly red color. Web safe color of #C66A87 is #CC6699 (or #C69).

RGB color model

#C66A87 color RGB value is (198,106,135).

  • red value is 198;
  • green value is 106;
  • blue value is 135.
RGB:
(198,106,135)
(78%,42%,53%)

RGB channels and saturation

R 198 of 255 = 78%
G 106 of 255 = 42%
B 135 of 255 = 53%

198
106
135

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

Portions of RGB colors in percentages

R + G + B =
198 + 106 + 135 = 439 (100%)
R 198 of 439 ~ 45.1%
G 106 of 439 ~ 24.15%
B 135 of 439 ~ 30.75%

%45.1
%24.15
%30.75

CMYK color model

#C66A87 color CMYK value is (0,46,32,22).

  • cyan value is 0.00%
  • magenta value is 46.46%
  • yellow value is 31.82%
  • key color value is 22.35%
CMYK:
(0,46,32,22)
C0M46Y32K22 
(0%,46%,32%,22%)
(0.00/0.46/0.32/0.22)	

CMYK percentages

%0
%46.46
%31.82
%22.35

Codes

Color #C66A87 in popluar color models

C66A87
RGB198106135
HSL341°44.66%59.61%
HSB/HSV341°46.46%77.65%
CMYK0.00%46.46%31.82%
22.35%

Color #C66A87 in popluar number systems.

HEXC66A87
Decimal198106135
Binary11000110110101010000111
Octal306152207

Shades and tints

Shades of #C66A87

#C66A87
(198,106,135)
#B4617B
(180,97,123)
#A2586F
(162,88,111)
#904F63
(144,79,99)
#7E4657
(126,70,87)
#6C3D4B
(108,61,75)
#5A343F
(90,52,63)
#482B33
(72,43,51)
#362227
(54,34,39)
#24191B
(36,25,27)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #C66A87

#C66A87
(198,106,135)
#CB7791
(203,119,145)
#D0849B
(208,132,155)
#D591A5
(213,145,165)
#DA9EAF
(218,158,175)
#DFABB9
(223,171,185)
#E4B8C3
(228,184,195)
#E9C5CD
(233,197,205)
#EED2D7
(238,210,215)
#F3DFE1
(243,223,225)
#F8ECEB
(248,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C66A87 color. Also use rgb(198,106,135) instead hex code.

Text Font Color

.myTextColor { color: #C66A87; }

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

This text font color is #C66A87.


Background Color

.myBgColor { background-color: #C66A87; }

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

This div background color is #C66A87.


Border color

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

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

This div border color is #C66A87.


Opacity

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

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

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

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

This text has shadow with #C66A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66A87 on black background.


Color preview on white background

This text has color #C66A87 on white background.



Black color preview on #C66A87 background

This text has black color on #C66A87 background.


White color preview on #C66A87 background

This text has white color on #C66A87 background.