COLOR #C28C9A

HEX: #C28C9A
RGB: (194,140,154)

Color info

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

RGB color model

#C28C9A color RGB value is (194,140,154).

  • red value is 194;
  • green value is 140;
  • blue value is 154.
RGB:
(194,140,154)
(76%,55%,60%)

RGB channels and saturation

R 194 of 255 = 76%
G 140 of 255 = 55%
B 154 of 255 = 60%

194
140
154

R + G + B ~ 64%. #C28C9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 140 + 154 = 488 (100%)
R 194 of 488 ~ 39.75%
G 140 of 488 ~ 28.69%
B 154 of 488 ~ 31.56%

%39.75
%28.69
%31.56

CMYK color model

#C28C9A color CMYK value is (0,28,21,24).

  • cyan value is 0.00%
  • magenta value is 27.84%
  • yellow value is 20.62%
  • key color value is 23.92%
CMYK:
(0,28,21,24)
C0M28Y21K24 
(0%,28%,21%,24%)
(0.00/0.28/0.21/0.24)	

CMYK percentages

%0
%27.84
%20.62
%23.92

Codes

Color #C28C9A in popluar color models

C28C9A
RGB194140154
HSL344°30.68%65.49%
HSB/HSV344°27.84%76.08%
CMYK0.00%27.84%20.62%
23.92%

Color #C28C9A in popluar number systems.

HEXC28C9A
Decimal194140154
Binary110000101000110010011010
Octal302214232

Shades and tints

Shades of #C28C9A

#C28C9A
(194,140,154)
#B1808C
(177,128,140)
#A0747E
(160,116,126)
#8F6870
(143,104,112)
#7E5C62
(126,92,98)
#6D5054
(109,80,84)
#5C4446
(92,68,70)
#4B3838
(75,56,56)
#3A2C2A
(58,44,42)
#29201C
(41,32,28)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #C28C9A

#C28C9A
(194,140,154)
#C796A3
(199,150,163)
#CCA0AC
(204,160,172)
#D1AAB5
(209,170,181)
#D6B4BE
(214,180,190)
#DBBEC7
(219,190,199)
#E0C8D0
(224,200,208)
#E5D2D9
(229,210,217)
#EADCE2
(234,220,226)
#EFE6EB
(239,230,235)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C28C9A color. Also use rgb(194,140,154) instead hex code.

Text Font Color

.myTextColor { color: #C28C9A; }

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

This text font color is #C28C9A.


Background Color

.myBgColor { background-color: #C28C9A; }

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

This div background color is #C28C9A.


Border color

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

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

This div border color is #C28C9A.


Opacity

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

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

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

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

This text has shadow with #C28C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C28C9A on black background.


Color preview on white background

This text has color #C28C9A on white background.



Black color preview on #C28C9A background

This text has black color on #C28C9A background.


White color preview on #C28C9A background

This text has white color on #C28C9A background.