COLOR #C690AB

HEX: #C690AB RGB: (198,144,171)

Color info

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

RGB color model

#C690AB color RGB value is (198,144,171).

RGB: (198,144,171) (78%, 56%, 67%)

RGB channels and saturation

R 198 of 255 = 78%
G 144 of 255 = 56%
B 171 of 255 = 67%

198
144
171

R + G + B ~ 67%. #C690AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 144 + 171 = 513 (100%)
R 198 of 513 ~ 38.6%
G 144 of 513 ~ 28.07%
B 171 of 513 ~ 33.33'%

%38.6
%28.07
%33.33

CMYK color model

#C690AB color CMYK value is (0,27,14,22).

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

CMYK: (0,27,14,22)
C0M27Y14K22 (0%, 27%, 14%, 22%)
(0.00 / 0.27 / 0.14 / 0.22)

CMYK percentages

%0
%27.27
%13.64
%22.35

Codes

Color #C690AB in popluar color models

C6 90 AB
RGB 198 144 171
HSL 330° 32.14% 67.06%
HSB/HSV 330° 27.27% 77.65%
CMYK 0.00% 27.27% 13.64%
22.35%

Color #C690AB in popluar number systems.

HEX C6 90 AB
Decimal 198 144 171
Binary 11000110 10010000 10101011
Octal 306 220 253

Shades and tints

Shades of #C690AB

#C690AB
(198,144,171)
#B4839C
(180,131,156)
#A2768D
(162,118,141)
#90697E
(144,105,126)
#7E5C6F
(126,92,111)
#6C4F60
(108,79,96)
#5A4251
(90,66,81)
#483542
(72,53,66)
#362833
(54,40,51)
#241B24
(36,27,36)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #C690AB

#C690AB
(198,144,171)
#CB9AB2
(203,154,178)
#D0A4B9
(208,164,185)
#D5AEC0
(213,174,192)
#DAB8C7
(218,184,199)
#DFC2CE
(223,194,206)
#E4CCD5
(228,204,213)
#E9D6DC
(233,214,220)
#EEE0E3
(238,224,227)
#F3EAEA
(243,234,234)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C690AB; }

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

This text font color is #C690AB.

Background Color

.myBgColor { background-color: #C690AB; }

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

This div background color is #C690AB.

Border color

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

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

This div border color is #C690AB.

Opacity

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

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

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

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

This text has shadow with #C690AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C690AB.

Preview

Color preview on black background

This text has color #C690AB on black background.


Color preview on white background

This text has color #C690AB on white background.


Black color preview on #C690AB background

This text has black color on #C690AB background.


White color preview on #C690AB background

This text has white color on #C690AB background.


Related colors

Complementary color

Complementary color for #hex is #396F54.


I love getcolorcode.com

Triadic colors

1 #ABC690 and #90ABC6 with #C690AB are triadic colors.

2 #AB90C6 and #90C6AB with #C690AB are triadic colors.