COLOR #C682C1

HEX: #C682C1 RGB: (198,130,193)

Color info

#C682C1 contains mainly red and blue colors. Web safe color of #C682C1 is #CC99CC (or #C9C).

RGB color model

#C682C1 color RGB value is (198,130,193).

RGB: (198,130,193) (78%, 51%, 76%)

RGB channels and saturation

R 198 of 255 = 78%
G 130 of 255 = 51%
B 193 of 255 = 76%

198
130
193

R + G + B ~ 68%. #C682C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 130 + 193 = 521 (100%)
R 198 of 521 ~ 38%
G 130 of 521 ~ 24.95%
B 193 of 521 ~ 37.04'%

%38
%24.95
%37.04

CMYK color model

#C682C1 color CMYK value is (0,34,3,22).

  • cyan value is 0.00%
  • magenta value is 34.34%
  • yellow value is 2.53%
  • key color value is 22.35%
CMYK: (0,34,3,22) C0M34Y3K22 (0%,34%,3%,22%) (0.00/0.34/0.03/0.22) 

CMYK percentages

%0
%34.34
%2.53
%22.35

Codes

Color #C682C1 in popluar color models

C6 82 C1
RGB 198 130 193
HSL 304° 37.36% 64.31%
HSB/HSV 304° 34.34% 77.65%
CMYK 0.00% 34.34% 2.53%
22.35%

Color #C682C1 in popluar number systems.

HEX C6 82 C1
Decimal 198 130 193
Binary 11000110 10000010 11000001
Octal 306 202 301

Shades and tints

Shades of #C682C1

#C682C1
(198,130,193)
#B477B0
(180,119,176)
#A26C9F
(162,108,159)
#90618E
(144,97,142)
#7E567D
(126,86,125)
#6C4B6C
(108,75,108)
#5A405B
(90,64,91)
#48354A
(72,53,74)
#362A39
(54,42,57)
#241F28
(36,31,40)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #C682C1

#C682C1
(198,130,193)
#CB8DC6
(203,141,198)
#D098CB
(208,152,203)
#D5A3D0
(213,163,208)
#DAAED5
(218,174,213)
#DFB9DA
(223,185,218)
#E4C4DF
(228,196,223)
#E9CFE4
(233,207,228)
#EEDAE9
(238,218,233)
#F3E5EE
(243,229,238)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C682C1 color. Also use rgb(198,130,193) instead hex code.

Text Font Color

.myTextColor { color: #C682C1; }

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

This text font color is #C682C1.

Background Color

.myBgColor { background-color: #C682C1; }

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

This div background color is #C682C1.

Border color

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

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

This div border color is #C682C1.

Opacity

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

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

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

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

This text has shadow with #C682C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C682C1.

Preview

Color preview on black background

This text has color #C682C1 on black background.


Color preview on white background

This text has color #C682C1 on white background.


Black color preview on #C682C1 background

This text has black color on #C682C1 background.


White color preview on #C682C1 background

This text has white color on #C682C1 background.


Related colors

Complementary color

Complementary color for #hex is #397D3E.


I love getcolorcode.com

Triadic colors

1 #C1C682 and #82C1C6 with #C682C1 are triadic colors.

2 #C182C6 and #82C6C1 with #C682C1 are triadic colors.