COLOR #C66287

HEX: #C66287
RGB: (198,98,135)

Color info

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

RGB color model

#C66287 color RGB value is (198,98,135).

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

RGB channels and saturation

R 198 of 255 = 78%
G 98 of 255 = 38%
B 135 of 255 = 53%

198
98
135

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

Portions of RGB colors in percentages

R + G + B =
198 + 98 + 135 = 431 (100%)
R 198 of 431 ~ 45.94%
G 98 of 431 ~ 22.74%
B 135 of 431 ~ 31.32%

%45.94
%22.74
%31.32

CMYK color model

#C66287 color CMYK value is (0,51,32,22).

  • cyan value is 0.00%
  • magenta value is 50.51%
  • yellow value is 31.82%
  • key color value is 22.35%
CMYK:
(0,51,32,22)
C0M51Y32K22 
(0%,51%,32%,22%)
(0.00/0.51/0.32/0.22)	

CMYK percentages

%0
%50.51
%31.82
%22.35

Codes

Color #C66287 in popluar color models

C66287
RGB19898135
HSL338°46.73%58.04%
HSB/HSV338°50.51%77.65%
CMYK0.00%50.51%31.82%
22.35%

Color #C66287 in popluar number systems.

HEXC66287
Decimal19898135
Binary11000110110001010000111
Octal306142207

Shades and tints

Shades of #C66287

#C66287
(198,98,135)
#B45A7B
(180,90,123)
#A2526F
(162,82,111)
#904A63
(144,74,99)
#7E4257
(126,66,87)
#6C3A4B
(108,58,75)
#5A323F
(90,50,63)
#482A33
(72,42,51)
#362227
(54,34,39)
#241A1B
(36,26,27)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #C66287

#C66287
(198,98,135)
#CB7091
(203,112,145)
#D07E9B
(208,126,155)
#D58CA5
(213,140,165)
#DA9AAF
(218,154,175)
#DFA8B9
(223,168,185)
#E4B6C3
(228,182,195)
#E9C4CD
(233,196,205)
#EED2D7
(238,210,215)
#F3E0E1
(243,224,225)
#F8EEEB
(248,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C66287; }

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

This text font color is #C66287.


Background Color

.myBgColor { background-color: #C66287; }

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

This div background color is #C66287.


Border color

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

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

This div border color is #C66287.


Opacity

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

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

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

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

This text has shadow with #C66287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66287 on black background.


Color preview on white background

This text has color #C66287 on white background.



Black color preview on #C66287 background

This text has black color on #C66287 background.


White color preview on #C66287 background

This text has white color on #C66287 background.