COLOR #C28796

HEX: #C28796
RGB: (194,135,150)

Color info

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

RGB color model

#C28796 color RGB value is (194,135,150).

  • red value is 194;
  • green value is 135;
  • blue value is 150.
RGB:
(194,135,150)
(76%,53%,59%)

RGB channels and saturation

R 194 of 255 = 76%
G 135 of 255 = 53%
B 150 of 255 = 59%

194
135
150

R + G + B ~ 63%. #C28796 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 135 + 150 = 479 (100%)
R 194 of 479 ~ 40.5%
G 135 of 479 ~ 28.18%
B 150 of 479 ~ 31.32%

%40.5
%28.18
%31.32

CMYK color model

#C28796 color CMYK value is (0,30,23,24).

  • cyan value is 0.00%
  • magenta value is 30.41%
  • yellow value is 22.68%
  • key color value is 23.92%
CMYK:
(0,30,23,24)
C0M30Y23K24 
(0%,30%,23%,24%)
(0.00/0.30/0.23/0.24)	

CMYK percentages

%0
%30.41
%22.68
%23.92

Codes

Color #C28796 in popluar color models

C28796
RGB194135150
HSL345°32.60%64.51%
HSB/HSV345°30.41%76.08%
CMYK0.00%30.41%22.68%
23.92%

Color #C28796 in popluar number systems.

HEXC28796
Decimal194135150
Binary110000101000011110010110
Octal302207226

Shades and tints

Shades of #C28796

#C28796
(194,135,150)
#B17B89
(177,123,137)
#A06F7C
(160,111,124)
#8F636F
(143,99,111)
#7E5762
(126,87,98)
#6D4B55
(109,75,85)
#5C3F48
(92,63,72)
#4B333B
(75,51,59)
#3A272E
(58,39,46)
#291B21
(41,27,33)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #C28796

#C28796
(194,135,150)
#C7919F
(199,145,159)
#CC9BA8
(204,155,168)
#D1A5B1
(209,165,177)
#D6AFBA
(214,175,186)
#DBB9C3
(219,185,195)
#E0C3CC
(224,195,204)
#E5CDD5
(229,205,213)
#EAD7DE
(234,215,222)
#EFE1E7
(239,225,231)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C28796 color. Also use rgb(194,135,150) instead hex code.

Text Font Color

.myTextColor { color: #C28796; }

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

This text font color is #C28796.


Background Color

.myBgColor { background-color: #C28796; }

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

This div background color is #C28796.


Border color

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

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

This div border color is #C28796.


Opacity

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

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

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

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

This text has shadow with #C28796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C28796 on black background.


Color preview on white background

This text has color #C28796 on white background.



Black color preview on #C28796 background

This text has black color on #C28796 background.


White color preview on #C28796 background

This text has white color on #C28796 background.