COLOR #C28585

HEX: #C28585
RGB: (194,133,133)

Color info

#C28585 contains mainly red color. Web safe color of #C28585 is #CC9999 (or #C99).

RGB color model

#C28585 color RGB value is (194,133,133).

  • red value is 194;
  • green value is 133;
  • blue value is 133.
RGB:
(194,133,133)
(76%,52%,52%)

RGB channels and saturation

R 194 of 255 = 76%
G 133 of 255 = 52%
B 133 of 255 = 52%

194
133
133

R + G + B ~ 60%. #C28585 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
194 + 133 + 133 = 460 (100%)
R 194 of 460 ~ 42.17%
G 133 of 460 ~ 28.91%
B 133 of 460 ~ 28.91%

%42.17
%28.91
%28.91

CMYK color model

#C28585 color CMYK value is (0,31,31,24).

  • cyan value is 0.00%
  • magenta value is 31.44%
  • yellow value is 31.44%
  • key color value is 23.92%
CMYK:
(0,31,31,24)
C0M31Y31K24 
(0%,31%,31%,24%)
(0.00/0.31/0.31/0.24)	

CMYK percentages

%0
%31.44
%31.44
%23.92

Codes

Color #C28585 in popluar color models

C28585
RGB194133133
HSL33.33%64.12%
HSB/HSV31.44%76.08%
CMYK0.00%31.44%31.44%
23.92%

Color #C28585 in popluar number systems.

HEXC28585
Decimal194133133
Binary110000101000010110000101
Octal302205205

Shades and tints

Shades of #C28585

#C28585
(194,133,133)
#B17979
(177,121,121)
#A06D6D
(160,109,109)
#8F6161
(143,97,97)
#7E5555
(126,85,85)
#6D4949
(109,73,73)
#5C3D3D
(92,61,61)
#4B3131
(75,49,49)
#3A2525
(58,37,37)
#291919
(41,25,25)
#180D0D
(24,13,13)
#000000
(0,0,0)

Tints of #C28585

#C28585
(194,133,133)
#C79090
(199,144,144)
#CC9B9B
(204,155,155)
#D1A6A6
(209,166,166)
#D6B1B1
(214,177,177)
#DBBCBC
(219,188,188)
#E0C7C7
(224,199,199)
#E5D2D2
(229,210,210)
#EADDDD
(234,221,221)
#EFE8E8
(239,232,232)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C28585; }

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

This text font color is #C28585.


Background Color

.myBgColor { background-color: #C28585; }

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

This div background color is #C28585.


Border color

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

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

This div border color is #C28585.


Opacity

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

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

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

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

This text has shadow with #C28585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C28585 on black background.


Color preview on white background

This text has color #C28585 on white background.



Black color preview on #C28585 background

This text has black color on #C28585 background.


White color preview on #C28585 background

This text has white color on #C28585 background.