COLOR #C28552

HEX: #C28552
RGB: (194,133,82)

Color info

#C28552 contains mainly red color. Web safe color of #C28552 is #CC9966 (or #C96).

RGB color model

#C28552 color RGB value is (194,133,82).

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

RGB channels and saturation

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

194
133
82

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

Portions of RGB colors in percentages

R + G + B =
194 + 133 + 82 = 409 (100%)
R 194 of 409 ~ 47.43%
G 133 of 409 ~ 32.52%
B 82 of 409 ~ 20.05%

%47.43
%32.52
%20.05

CMYK color model

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

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

CMYK percentages

%0
%31.44
%57.73
%23.92

Codes

Color #C28552 in popluar color models

C28552
RGB19413382
HSL27°47.86%54.12%
HSB/HSV27°57.73%76.08%
CMYK0.00%31.44%57.73%
23.92%

Color #C28552 in popluar number systems.

HEXC28552
Decimal19413382
Binary11000010100001011010010
Octal302205122

Shades and tints

Shades of #C28552

#C28552
(194,133,82)
#B1794B
(177,121,75)
#A06D44
(160,109,68)
#8F613D
(143,97,61)
#7E5536
(126,85,54)
#6D492F
(109,73,47)
#5C3D28
(92,61,40)
#4B3121
(75,49,33)
#3A251A
(58,37,26)
#291913
(41,25,19)
#180D0C
(24,13,12)
#000000
(0,0,0)

Tints of #C28552

#C28552
(194,133,82)
#C79061
(199,144,97)
#CC9B70
(204,155,112)
#D1A67F
(209,166,127)
#D6B18E
(214,177,142)
#DBBC9D
(219,188,157)
#E0C7AC
(224,199,172)
#E5D2BB
(229,210,187)
#EADDCA
(234,221,202)
#EFE8D9
(239,232,217)
#F4F3E8
(244,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C28552; }

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

This text font color is #C28552.


Background Color

.myBgColor { background-color: #C28552; }

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

This div background color is #C28552.


Border color

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

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

This div border color is #C28552.


Opacity

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

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

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

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

This text has shadow with #C28552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C28552 on black background.


Color preview on white background

This text has color #C28552 on white background.



Black color preview on #C28552 background

This text has black color on #C28552 background.


White color preview on #C28552 background

This text has white color on #C28552 background.