COLOR #C290BB

HEX: #C290BB RGB: (194,144,187)

Color info

#C290BB contains red, green and blue colors in about the same proportion. Web safe color of #C290BB is #CC99CC (or #C9C).

RGB color model

#C290BB color RGB value is (194,144,187).

RGB: (194,144,187) (76%, 56%, 73%)

RGB channels and saturation

R 194 of 255 = 76%
G 144 of 255 = 56%
B 187 of 255 = 73%

194
144
187

R + G + B ~ 68%. #C290BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 144 + 187 = 525 (100%)
R 194 of 525 ~ 36.95%
G 144 of 525 ~ 27.43%
B 187 of 525 ~ 35.62'%

%36.95
%27.43
%35.62

CMYK color model

#C290BB color CMYK value is (0,26,4,24).

  • cyan value is 0.00%
  • magenta value is 25.77%
  • yellow value is 3.61%
  • key color value is 23.92%

CMYK: (0,26,4,24)
C0M26Y4K24 (0%, 26%, 4%, 24%)
(0.00 / 0.26 / 0.04 / 0.24)

CMYK percentages

%0
%25.77
%3.61
%23.92

Codes

Color #C290BB in popluar color models

C2 90 BB
RGB 194 144 187
HSL 308° 29.07% 66.27%
HSB/HSV 308° 25.77% 76.08%
CMYK 0.00% 25.77% 3.61%
23.92%

Color #C290BB in popluar number systems.

HEX C2 90 BB
Decimal 194 144 187
Binary 11000010 10010000 10111011
Octal 302 220 273

Shades and tints

Shades of #C290BB

#C290BB
(194,144,187)
#B183AA
(177,131,170)
#A07699
(160,118,153)
#8F6988
(143,105,136)
#7E5C77
(126,92,119)
#6D4F66
(109,79,102)
#5C4255
(92,66,85)
#4B3544
(75,53,68)
#3A2833
(58,40,51)
#291B22
(41,27,34)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #C290BB

#C290BB
(194,144,187)
#C79AC1
(199,154,193)
#CCA4C7
(204,164,199)
#D1AECD
(209,174,205)
#D6B8D3
(214,184,211)
#DBC2D9
(219,194,217)
#E0CCDF
(224,204,223)
#E5D6E5
(229,214,229)
#EAE0EB
(234,224,235)
#EFEAF1
(239,234,241)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C290BB color. Also use rgb(194,144,187) instead hex code.

Text Font Color

.myTextColor { color: #C290BB; }

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

This text font color is #C290BB.

Background Color

.myBgColor { background-color: #C290BB; }

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

This div background color is #C290BB.

Border color

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

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

This div border color is #C290BB.

Opacity

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

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

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

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

This text has shadow with #C290BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C290BB.

Preview

Color preview on black background

This text has color #C290BB on black background.


Color preview on white background

This text has color #C290BB on white background.


Black color preview on #C290BB background

This text has black color on #C290BB background.


White color preview on #C290BB background

This text has white color on #C290BB background.


Related colors

Complementary color

Complementary color for #hex is #3D6F44.


I love getcolorcode.com

Triadic colors

1 #BBC290 and #90BBC2 with #C290BB are triadic colors.

2 #BB90C2 and #90C2BB with #C290BB are triadic colors.