COLOR #C769A3

HEX: #C769A3 RGB: (199,105,163)

Color info

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

RGB color model

#C769A3 color RGB value is (199,105,163).

RGB: (199,105,163) (78%, 41%, 64%)

RGB channels and saturation

R 199 of 255 = 78%
G 105 of 255 = 41%
B 163 of 255 = 64%

199
105
163

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

Portions of RGB colors in percentages

R + G + B = 199 + 105 + 163 = 467 (100%)
R 199 of 467 ~ 42.61%
G 105 of 467 ~ 22.48%
B 163 of 467 ~ 34.9'%

%42.61
%22.48
%34.9

CMYK color model

#C769A3 color CMYK value is (0,47,18,22).

  • cyan value is 0.00%
  • magenta value is 47.24%
  • yellow value is 18.09%
  • key color value is 21.96%

CMYK: (0,47,18,22)
C0M47Y18K22 (0%, 47%, 18%, 22%)
(0.00 / 0.47 / 0.18 / 0.22)

CMYK percentages

%0
%47.24
%18.09
%21.96

Codes

Color #C769A3 in popluar color models

C7 69 A3
RGB 199 105 163
HSL 323° 45.63% 59.61%
HSB/HSV 323° 47.24% 78.04%
CMYK 0.00% 47.24% 18.09%
21.96%

Color #C769A3 in popluar number systems.

HEX C7 69 A3
Decimal 199 105 163
Binary 11000111 1101001 10100011
Octal 307 151 243

Shades and tints

Shades of #C769A3

#C769A3
(199,105,163)
#B56095
(181,96,149)
#A35787
(163,87,135)
#914E79
(145,78,121)
#7F456B
(127,69,107)
#6D3C5D
(109,60,93)
#5B334F
(91,51,79)
#492A41
(73,42,65)
#372133
(55,33,51)
#251825
(37,24,37)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #C769A3

#C769A3
(199,105,163)
#CC76AB
(204,118,171)
#D183B3
(209,131,179)
#D690BB
(214,144,187)
#DB9DC3
(219,157,195)
#E0AACB
(224,170,203)
#E5B7D3
(229,183,211)
#EAC4DB
(234,196,219)
#EFD1E3
(239,209,227)
#F4DEEB
(244,222,235)
#F9EBF3
(249,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C769A3 color. Also use rgb(199,105,163) instead hex code.

Text Font Color

.myTextColor { color: #C769A3; }

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

This text font color is #C769A3.

Background Color

.myBgColor { background-color: #C769A3; }

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

This div background color is #C769A3.

Border color

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

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

This div border color is #C769A3.

Opacity

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

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

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

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

This text has shadow with #C769A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C769A3.

Preview

Color preview on black background

This text has color #C769A3 on black background.


Color preview on white background

This text has color #C769A3 on white background.


Black color preview on #C769A3 background

This text has black color on #C769A3 background.


White color preview on #C769A3 background

This text has white color on #C769A3 background.


Related colors

Complementary color

Complementary color for #hex is #38965C.


I love getcolorcode.com

Triadic colors

1 #A3C769 and #69A3C7 with #C769A3 are triadic colors.

2 #A369C7 and #69C7A3 with #C769A3 are triadic colors.