COLOR #C091C9

HEX: #C091C9
RGB: (192,145,201)

Color info

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

RGB color model

#C091C9 color RGB value is (192,145,201).

  • red value is 192;
  • green value is 145;
  • blue value is 201.
RGB:
(192,145,201)
(75%,57%,79%)

RGB channels and saturation

R 192 of 255 = 75%
G 145 of 255 = 57%
B 201 of 255 = 79%

192
145
201

R + G + B ~ 70%. #C091C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 145 + 201 = 538 (100%)
R 192 of 538 ~ 35.69%
G 145 of 538 ~ 26.95%
B 201 of 538 ~ 37.36%

%35.69
%26.95
%37.36

CMYK color model

#C091C9 color CMYK value is (4,28,0,21).

  • cyan value is 4.48%
  • magenta value is 27.86%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(4,28,0,21)
C4M28Y0K21 
(4%,28%,0%,21%)
(0.04/0.28/0.00/0.21)	

CMYK percentages

%4.48
%27.86
%0
%21.18

Codes

Color #C091C9 in popluar color models

C091C9
RGB192145201
HSL290°34.15%67.84%
HSB/HSV290°27.86%78.82%
CMYK4.48%27.86%0.00%
21.18%

Color #C091C9 in popluar number systems.

HEXC091C9
Decimal192145201
Binary110000001001000111001001
Octal300221311

Shades and tints

Shades of #C091C9

#C091C9
(192,145,201)
#AF84B7
(175,132,183)
#9E77A5
(158,119,165)
#8D6A93
(141,106,147)
#7C5D81
(124,93,129)
#6B506F
(107,80,111)
#5A435D
(90,67,93)
#49364B
(73,54,75)
#382939
(56,41,57)
#271C27
(39,28,39)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #C091C9

#C091C9
(192,145,201)
#C59BCD
(197,155,205)
#CAA5D1
(202,165,209)
#CFAFD5
(207,175,213)
#D4B9D9
(212,185,217)
#D9C3DD
(217,195,221)
#DECDE1
(222,205,225)
#E3D7E5
(227,215,229)
#E8E1E9
(232,225,233)
#EDEBED
(237,235,237)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C091C9 color. Also use rgb(192,145,201) instead hex code.

Text Font Color

.myTextColor { color: #C091C9; }

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

This text font color is #C091C9.


Background Color

.myBgColor { background-color: #C091C9; }

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

This div background color is #C091C9.


Border color

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

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

This div border color is #C091C9.


Opacity

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

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

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

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

This text has shadow with #C091C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C091C9 on black background.


Color preview on white background

This text has color #C091C9 on white background.



Black color preview on #C091C9 background

This text has black color on #C091C9 background.


White color preview on #C091C9 background

This text has white color on #C091C9 background.