COLOR #C665B3

HEX: #C665B3 RGB: (198,101,179)

Color info

#C665B3 contains mainly red and blue colors. Web safe color of #C665B3 is #CC6699 (or #C69).

RGB color model

#C665B3 color RGB value is (198,101,179).

RGB: (198,101,179) (78%, 40%, 70%)

RGB channels and saturation

R 198 of 255 = 78%
G 101 of 255 = 40%
B 179 of 255 = 70%

198
101
179

R + G + B ~ 63%. #C665B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 101 + 179 = 478 (100%)
R 198 of 478 ~ 41.42%
G 101 of 478 ~ 21.13%
B 179 of 478 ~ 37.45'%

%41.42
%21.13
%37.45

CMYK color model

#C665B3 color CMYK value is (0,49,10,22).

  • cyan value is 0.00%
  • magenta value is 48.99%
  • yellow value is 9.60%
  • key color value is 22.35%

CMYK: (0,49,10,22)
C0M49Y10K22 (0%, 49%, 10%, 22%)
(0.00 / 0.49 / 0.10 / 0.22)

CMYK percentages

%0
%48.99
%9.6
%22.35

Codes

Color #C665B3 in popluar color models

C6 65 B3
RGB 198 101 179
HSL 312° 45.97% 58.63%
HSB/HSV 312° 48.99% 77.65%
CMYK 0.00% 48.99% 9.60%
22.35%

Color #C665B3 in popluar number systems.

HEX C6 65 B3
Decimal 198 101 179
Binary 11000110 1100101 10110011
Octal 306 145 263

Shades and tints

Shades of #C665B3

#C665B3
(198,101,179)
#B45CA3
(180,92,163)
#A25393
(162,83,147)
#904A83
(144,74,131)
#7E4173
(126,65,115)
#6C3863
(108,56,99)
#5A2F53
(90,47,83)
#482643
(72,38,67)
#361D33
(54,29,51)
#241423
(36,20,35)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #C665B3

#C665B3
(198,101,179)
#CB73B9
(203,115,185)
#D081BF
(208,129,191)
#D58FC5
(213,143,197)
#DA9DCB
(218,157,203)
#DFABD1
(223,171,209)
#E4B9D7
(228,185,215)
#E9C7DD
(233,199,221)
#EED5E3
(238,213,227)
#F3E3E9
(243,227,233)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C665B3; }

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

This text font color is #C665B3.

Background Color

.myBgColor { background-color: #C665B3; }

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

This div background color is #C665B3.

Border color

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

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

This div border color is #C665B3.

Opacity

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

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

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

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

This text has shadow with #C665B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C665B3.

Preview

Color preview on black background

This text has color #C665B3 on black background.


Color preview on white background

This text has color #C665B3 on white background.


Black color preview on #C665B3 background

This text has black color on #C665B3 background.


White color preview on #C665B3 background

This text has white color on #C665B3 background.


Related colors

Complementary color

Complementary color for #hex is #399A4C.


I love getcolorcode.com

Triadic colors

1 #B3C665 and #65B3C6 with #C665B3 are triadic colors.

2 #B365C6 and #65C6B3 with #C665B3 are triadic colors.