COLOR #C690A2

HEX: #C690A2 RGB: (198,144,162)

Color info

#C690A2 contains red, green and blue colors in about the same proportion. Web safe color of #C690A2 is #CC9999 (or #C99).

RGB color model

#C690A2 color RGB value is (198,144,162).

RGB: (198,144,162) (78%, 56%, 64%)

RGB channels and saturation

R 198 of 255 = 78%
G 144 of 255 = 56%
B 162 of 255 = 64%

198
144
162

R + G + B ~ 66%. #C690A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 144 + 162 = 504 (100%)
R 198 of 504 ~ 39.29%
G 144 of 504 ~ 28.57%
B 162 of 504 ~ 32.14'%

%39.29
%28.57
%32.14

CMYK color model

#C690A2 color CMYK value is (0,27,18,22).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 18.18%
  • key color value is 22.35%

CMYK: (0,27,18,22)
C0M27Y18K22 (0%, 27%, 18%, 22%)
(0.00 / 0.27 / 0.18 / 0.22)

CMYK percentages

%0
%27.27
%18.18
%22.35

Codes

Color #C690A2 in popluar color models

C6 90 A2
RGB 198 144 162
HSL 340° 32.14% 67.06%
HSB/HSV 340° 27.27% 77.65%
CMYK 0.00% 27.27% 18.18%
22.35%

Color #C690A2 in popluar number systems.

HEX C6 90 A2
Decimal 198 144 162
Binary 11000110 10010000 10100010
Octal 306 220 242

Shades and tints

Shades of #C690A2

#C690A2
(198,144,162)
#B48394
(180,131,148)
#A27686
(162,118,134)
#906978
(144,105,120)
#7E5C6A
(126,92,106)
#6C4F5C
(108,79,92)
#5A424E
(90,66,78)
#483540
(72,53,64)
#362832
(54,40,50)
#241B24
(36,27,36)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #C690A2

#C690A2
(198,144,162)
#CB9AAA
(203,154,170)
#D0A4B2
(208,164,178)
#D5AEBA
(213,174,186)
#DAB8C2
(218,184,194)
#DFC2CA
(223,194,202)
#E4CCD2
(228,204,210)
#E9D6DA
(233,214,218)
#EEE0E2
(238,224,226)
#F3EAEA
(243,234,234)
#F8F4F2
(248,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C690A2 color. Also use rgb(198,144,162) instead hex code.

Text Font Color

.myTextColor { color: #C690A2; }

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

This text font color is #C690A2.

Background Color

.myBgColor { background-color: #C690A2; }

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

This div background color is #C690A2.

Border color

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

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

This div border color is #C690A2.

Opacity

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

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

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

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

This text has shadow with #C690A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C690A2.

Preview

Color preview on black background

This text has color #C690A2 on black background.


Color preview on white background

This text has color #C690A2 on white background.


Black color preview on #C690A2 background

This text has black color on #C690A2 background.


White color preview on #C690A2 background

This text has white color on #C690A2 background.


Related colors

Complementary color

Complementary color for #hex is #396F5D.


I love getcolorcode.com

Triadic colors

1 #A2C690 and #90A2C6 with #C690A2 are triadic colors.

2 #A290C6 and #90C6A2 with #C690A2 are triadic colors.