COLOR #C28BA2

HEX: #C28BA2
RGB: (194,139,162)

Color info

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

RGB color model

#C28BA2 color RGB value is (194,139,162).

  • red value is 194;
  • green value is 139;
  • blue value is 162.
RGB:
(194,139,162)
(76%,55%,64%)

RGB channels and saturation

R 194 of 255 = 76%
G 139 of 255 = 55%
B 162 of 255 = 64%

194
139
162

R + G + B ~ 65%. #C28BA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 139 + 162 = 495 (100%)
R 194 of 495 ~ 39.19%
G 139 of 495 ~ 28.08%
B 162 of 495 ~ 32.73%

%39.19
%28.08
%32.73

CMYK color model

#C28BA2 color CMYK value is (0,28,16,24).

  • cyan value is 0.00%
  • magenta value is 28.35%
  • yellow value is 16.49%
  • key color value is 23.92%
CMYK:
(0,28,16,24)
C0M28Y16K24 
(0%,28%,16%,24%)
(0.00/0.28/0.16/0.24)	

CMYK percentages

%0
%28.35
%16.49
%23.92

Codes

Color #C28BA2 in popluar color models

C28BA2
RGB194139162
HSL335°31.07%65.29%
HSB/HSV335°28.35%76.08%
CMYK0.00%28.35%16.49%
23.92%

Color #C28BA2 in popluar number systems.

HEXC28BA2
Decimal194139162
Binary110000101000101110100010
Octal302213242

Shades and tints

Shades of #C28BA2

#C28BA2
(194,139,162)
#B17F94
(177,127,148)
#A07386
(160,115,134)
#8F6778
(143,103,120)
#7E5B6A
(126,91,106)
#6D4F5C
(109,79,92)
#5C434E
(92,67,78)
#4B3740
(75,55,64)
#3A2B32
(58,43,50)
#291F24
(41,31,36)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #C28BA2

#C28BA2
(194,139,162)
#C795AA
(199,149,170)
#CC9FB2
(204,159,178)
#D1A9BA
(209,169,186)
#D6B3C2
(214,179,194)
#DBBDCA
(219,189,202)
#E0C7D2
(224,199,210)
#E5D1DA
(229,209,218)
#EADBE2
(234,219,226)
#EFE5EA
(239,229,234)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C28BA2 color. Also use rgb(194,139,162) instead hex code.

Text Font Color

.myTextColor { color: #C28BA2; }

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

This text font color is #C28BA2.


Background Color

.myBgColor { background-color: #C28BA2; }

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

This div background color is #C28BA2.


Border color

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

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

This div border color is #C28BA2.


Opacity

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

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

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

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

This text has shadow with #C28BA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C28BA2 on black background.


Color preview on white background

This text has color #C28BA2 on white background.



Black color preview on #C28BA2 background

This text has black color on #C28BA2 background.


White color preview on #C28BA2 background

This text has white color on #C28BA2 background.