COLOR #C2882A

HEX: #C2882A
RGB: (194,136,42)

Color info

#C2882A contains mainly red and green colors. Web safe color of #C2882A is #CC9933 (or #C93).

RGB color model

#C2882A color RGB value is (194,136,42).

  • red value is 194;
  • green value is 136;
  • blue value is 42.
RGB:
(194,136,42)
(76%,53%,16%)

RGB channels and saturation

R 194 of 255 = 76%
G 136 of 255 = 53%
B 42 of 255 = 16%

194
136
42

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

Portions of RGB colors in percentages

R + G + B =
194 + 136 + 42 = 372 (100%)
R 194 of 372 ~ 52.15%
G 136 of 372 ~ 36.56%
B 42 of 372 ~ 11.29%

%52.15
%36.56
%11.29

CMYK color model

#C2882A color CMYK value is (0,30,78,24).

  • cyan value is 0.00%
  • magenta value is 29.90%
  • yellow value is 78.35%
  • key color value is 23.92%
CMYK:
(0,30,78,24)
C0M30Y78K24 
(0%,30%,78%,24%)
(0.00/0.30/0.78/0.24)	

CMYK percentages

%0
%29.9
%78.35
%23.92

Codes

Color #C2882A in popluar color models

C2882A
RGB19413642
HSL37°64.41%46.27%
HSB/HSV37°78.35%76.08%
CMYK0.00%29.90%78.35%
23.92%

Color #C2882A in popluar number systems.

HEXC2882A
Decimal19413642
Binary1100001010001000101010
Octal30221052

Shades and tints

Shades of #C2882A

#C2882A
(194,136,42)
#B17C27
(177,124,39)
#A07024
(160,112,36)
#8F6421
(143,100,33)
#7E581E
(126,88,30)
#6D4C1B
(109,76,27)
#5C4018
(92,64,24)
#4B3415
(75,52,21)
#3A2812
(58,40,18)
#291C0F
(41,28,15)
#18100C
(24,16,12)
#000000
(0,0,0)

Tints of #C2882A

#C2882A
(194,136,42)
#C7923D
(199,146,61)
#CC9C50
(204,156,80)
#D1A663
(209,166,99)
#D6B076
(214,176,118)
#DBBA89
(219,186,137)
#E0C49C
(224,196,156)
#E5CEAF
(229,206,175)
#EAD8C2
(234,216,194)
#EFE2D5
(239,226,213)
#F4ECE8
(244,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2882A; }

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

This text font color is #C2882A.


Background Color

.myBgColor { background-color: #C2882A; }

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

This div background color is #C2882A.


Border color

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

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

This div border color is #C2882A.


Opacity

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

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

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

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

This text has shadow with #C2882A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2882A on black background.


Color preview on white background

This text has color #C2882A on white background.



Black color preview on #C2882A background

This text has black color on #C2882A background.


White color preview on #C2882A background

This text has white color on #C2882A background.