COLOR #C66080

HEX: #C66080 RGB: (198,96,128)

Color info

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

RGB color model

#C66080 color RGB value is (198,96,128).

RGB: (198,96,128) (78%, 38%, 50%)

RGB channels and saturation

R 198 of 255 = 78%
G 96 of 255 = 38%
B 128 of 255 = 50%

198
96
128

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

Portions of RGB colors in percentages

R + G + B = 198 + 96 + 128 = 422 (100%)
R 198 of 422 ~ 46.92%
G 96 of 422 ~ 22.75%
B 128 of 422 ~ 30.33'%

%46.92
%22.75
%30.33

CMYK color model

#C66080 color CMYK value is (0,52,35,22).

  • cyan value is 0.00%
  • magenta value is 51.52%
  • yellow value is 35.35%
  • key color value is 22.35%

CMYK: (0,52,35,22)
C0M52Y35K22 (0%, 52%, 35%, 22%)
(0.00 / 0.52 / 0.35 / 0.22)

CMYK percentages

%0
%51.52
%35.35
%22.35

Codes

Color #C66080 in popluar color models

C6 60 80
RGB 198 96 128
HSL 341° 47.22% 57.65%
HSB/HSV 341° 51.52% 77.65%
CMYK 0.00% 51.52% 35.35%
22.35%

Color #C66080 in popluar number systems.

HEX C6 60 80
Decimal 198 96 128
Binary 11000110 1100000 10000000
Octal 306 140 200

Shades and tints

Shades of #C66080

#C66080
(198,96,128)
#B45875
(180,88,117)
#A2506A
(162,80,106)
#90485F
(144,72,95)
#7E4054
(126,64,84)
#6C3849
(108,56,73)
#5A303E
(90,48,62)
#482833
(72,40,51)
#362028
(54,32,40)
#24181D
(36,24,29)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #C66080

#C66080
(198,96,128)
#CB6E8B
(203,110,139)
#D07C96
(208,124,150)
#D58AA1
(213,138,161)
#DA98AC
(218,152,172)
#DFA6B7
(223,166,183)
#E4B4C2
(228,180,194)
#E9C2CD
(233,194,205)
#EED0D8
(238,208,216)
#F3DEE3
(243,222,227)
#F8ECEE
(248,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C66080 color. Also use rgb(198,96,128) instead hex code.

Text Font Color

.myTextColor { color: #C66080; }

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

This text font color is #C66080.

Background Color

.myBgColor { background-color: #C66080; }

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

This div background color is #C66080.

Border color

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

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

This div border color is #C66080.

Opacity

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

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

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

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

This text has shadow with #C66080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C66080.

Preview

Color preview on black background

This text has color #C66080 on black background.


Color preview on white background

This text has color #C66080 on white background.


Black color preview on #C66080 background

This text has black color on #C66080 background.


White color preview on #C66080 background

This text has white color on #C66080 background.


Related colors

Complementary color

Complementary color for #hex is #399F7F.


I love getcolorcode.com

Triadic colors

1 #80C660 and #6080C6 with #C66080 are triadic colors.

2 #8060C6 and #60C680 with #C66080 are triadic colors.