COLOR #C290B7

HEX: #C290B7
RGB: (194,144,183)

Color info

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

RGB color model

#C290B7 color RGB value is (194,144,183).

  • red value is 194;
  • green value is 144;
  • blue value is 183.
RGB:
(194,144,183)
(76%,56%,72%)

RGB channels and saturation

R 194 of 255 = 76%
G 144 of 255 = 56%
B 183 of 255 = 72%

194
144
183

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

Portions of RGB colors in percentages

R + G + B =
194 + 144 + 183 = 521 (100%)
R 194 of 521 ~ 37.24%
G 144 of 521 ~ 27.64%
B 183 of 521 ~ 35.12%

%37.24
%27.64
%35.12

CMYK color model

#C290B7 color CMYK value is (0,26,6,24).

  • cyan value is 0.00%
  • magenta value is 25.77%
  • yellow value is 5.67%
  • key color value is 23.92%
CMYK:
(0,26,6,24)
C0M26Y6K24 
(0%,26%,6%,24%)
(0.00/0.26/0.06/0.24)	

CMYK percentages

%0
%25.77
%5.67
%23.92

Codes

Color #C290B7 in popluar color models

C290B7
RGB194144183
HSL313°29.07%66.27%
HSB/HSV313°25.77%76.08%
CMYK0.00%25.77%5.67%
23.92%

Color #C290B7 in popluar number systems.

HEXC290B7
Decimal194144183
Binary110000101001000010110111
Octal302220267

Shades and tints

Shades of #C290B7

#C290B7
(194,144,183)
#B183A7
(177,131,167)
#A07697
(160,118,151)
#8F6987
(143,105,135)
#7E5C77
(126,92,119)
#6D4F67
(109,79,103)
#5C4257
(92,66,87)
#4B3547
(75,53,71)
#3A2837
(58,40,55)
#291B27
(41,27,39)
#180E17
(24,14,23)
#000000
(0,0,0)

Tints of #C290B7

#C290B7
(194,144,183)
#C79ABD
(199,154,189)
#CCA4C3
(204,164,195)
#D1AEC9
(209,174,201)
#D6B8CF
(214,184,207)
#DBC2D5
(219,194,213)
#E0CCDB
(224,204,219)
#E5D6E1
(229,214,225)
#EAE0E7
(234,224,231)
#EFEAED
(239,234,237)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C290B7; }

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

This text font color is #C290B7.


Background Color

.myBgColor { background-color: #C290B7; }

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

This div background color is #C290B7.


Border color

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

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

This div border color is #C290B7.


Opacity

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

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

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

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

This text has shadow with #C290B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C290B7 on black background.


Color preview on white background

This text has color #C290B7 on white background.



Black color preview on #C290B7 background

This text has black color on #C290B7 background.


White color preview on #C290B7 background

This text has white color on #C290B7 background.