COLOR #C765A5

HEX: #C765A5 RGB: (199,101,165)

Color info

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

RGB color model

#C765A5 color RGB value is (199,101,165).

RGB: (199,101,165) (78%, 40%, 65%)

RGB channels and saturation

R 199 of 255 = 78%
G 101 of 255 = 40%
B 165 of 255 = 65%

199
101
165

R + G + B ~ 61%. #C765A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 101 + 165 = 465 (100%)
R 199 of 465 ~ 42.8%
G 101 of 465 ~ 21.72%
B 165 of 465 ~ 35.48'%

%42.8
%21.72
%35.48

CMYK color model

#C765A5 color CMYK value is (0,49,17,22).

  • cyan value is 0.00%
  • magenta value is 49.25%
  • yellow value is 17.09%
  • key color value is 21.96%

CMYK: (0,49,17,22)
C0M49Y17K22 (0%, 49%, 17%, 22%)
(0.00 / 0.49 / 0.17 / 0.22)

CMYK percentages

%0
%49.25
%17.09
%21.96

Codes

Color #C765A5 in popluar color models

C7 65 A5
RGB 199 101 165
HSL 321° 46.67% 58.82%
HSB/HSV 321° 49.25% 78.04%
CMYK 0.00% 49.25% 17.09%
21.96%

Color #C765A5 in popluar number systems.

HEX C7 65 A5
Decimal 199 101 165
Binary 11000111 1100101 10100101
Octal 307 145 245

Shades and tints

Shades of #C765A5

#C765A5
(199,101,165)
#B55C96
(181,92,150)
#A35387
(163,83,135)
#914A78
(145,74,120)
#7F4169
(127,65,105)
#6D385A
(109,56,90)
#5B2F4B
(91,47,75)
#49263C
(73,38,60)
#371D2D
(55,29,45)
#25141E
(37,20,30)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #C765A5

#C765A5
(199,101,165)
#CC73AD
(204,115,173)
#D181B5
(209,129,181)
#D68FBD
(214,143,189)
#DB9DC5
(219,157,197)
#E0ABCD
(224,171,205)
#E5B9D5
(229,185,213)
#EAC7DD
(234,199,221)
#EFD5E5
(239,213,229)
#F4E3ED
(244,227,237)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C765A5 color. Also use rgb(199,101,165) instead hex code.

Text Font Color

.myTextColor { color: #C765A5; }

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

This text font color is #C765A5.

Background Color

.myBgColor { background-color: #C765A5; }

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

This div background color is #C765A5.

Border color

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

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

This div border color is #C765A5.

Opacity

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

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

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

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

This text has shadow with #C765A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C765A5.

Preview

Color preview on black background

This text has color #C765A5 on black background.


Color preview on white background

This text has color #C765A5 on white background.


Black color preview on #C765A5 background

This text has black color on #C765A5 background.


White color preview on #C765A5 background

This text has white color on #C765A5 background.


Related colors

Complementary color

Complementary color for #hex is #389A5A.


I love getcolorcode.com

Triadic colors

1 #A5C765 and #65A5C7 with #C765A5 are triadic colors.

2 #A565C7 and #65C7A5 with #C765A5 are triadic colors.