COLOR #C765AA

HEX: #C765AA RGB: (199,101,170)

Color info

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

RGB color model

#C765AA color RGB value is (199,101,170).

RGB: (199,101,170) (78%, 40%, 67%)

RGB channels and saturation

R 199 of 255 = 78%
G 101 of 255 = 40%
B 170 of 255 = 67%

199
101
170

R + G + B ~ 62%. #C765AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 101 + 170 = 470 (100%)
R 199 of 470 ~ 42.34%
G 101 of 470 ~ 21.49%
B 170 of 470 ~ 36.17'%

%42.34
%21.49
%36.17

CMYK color model

#C765AA color CMYK value is (0,49,15,22).

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

CMYK: (0,49,15,22)
C0M49Y15K22 (0%, 49%, 15%, 22%)
(0.00 / 0.49 / 0.15 / 0.22)

CMYK percentages

%0
%49.25
%14.57
%21.96

Codes

Color #C765AA in popluar color models

C7 65 AA
RGB 199 101 170
HSL 318° 46.67% 58.82%
HSB/HSV 318° 49.25% 78.04%
CMYK 0.00% 49.25% 14.57%
21.96%

Color #C765AA in popluar number systems.

HEX C7 65 AA
Decimal 199 101 170
Binary 11000111 1100101 10101010
Octal 307 145 252

Shades and tints

Shades of #C765AA

#C765AA
(199,101,170)
#B55C9B
(181,92,155)
#A3538C
(163,83,140)
#914A7D
(145,74,125)
#7F416E
(127,65,110)
#6D385F
(109,56,95)
#5B2F50
(91,47,80)
#492641
(73,38,65)
#371D32
(55,29,50)
#251423
(37,20,35)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #C765AA

#C765AA
(199,101,170)
#CC73B1
(204,115,177)
#D181B8
(209,129,184)
#D68FBF
(214,143,191)
#DB9DC6
(219,157,198)
#E0ABCD
(224,171,205)
#E5B9D4
(229,185,212)
#EAC7DB
(234,199,219)
#EFD5E2
(239,213,226)
#F4E3E9
(244,227,233)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C765AA; }

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

This text font color is #C765AA.

Background Color

.myBgColor { background-color: #C765AA; }

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

This div background color is #C765AA.

Border color

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

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

This div border color is #C765AA.

Opacity

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

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

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

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

This text has shadow with #C765AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C765AA.

Preview

Color preview on black background

This text has color #C765AA on black background.


Color preview on white background

This text has color #C765AA on white background.


Black color preview on #C765AA background

This text has black color on #C765AA background.


White color preview on #C765AA background

This text has white color on #C765AA background.


Related colors

Complementary color

Complementary color for #hex is #389A55.


I love getcolorcode.com

Triadic colors

1 #AAC765 and #65AAC7 with #C765AA are triadic colors.

2 #AA65C7 and #65C7AA with #C765AA are triadic colors.