COLOR #C79282

HEX: #C79282
RGB: (199,146,130)

Color info

#C79282 contains mainly red and green colors. Web safe color of #C79282 is #CC9999 (or #C99).

RGB color model

#C79282 color RGB value is (199,146,130).

  • red value is 199;
  • green value is 146;
  • blue value is 130.
RGB:
(199,146,130)
(78%,57%,51%)

RGB channels and saturation

R 199 of 255 = 78%
G 146 of 255 = 57%
B 130 of 255 = 51%

199
146
130

R + G + B ~ 62%. #C79282 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 146 + 130 = 475 (100%)
R 199 of 475 ~ 41.89%
G 146 of 475 ~ 30.74%
B 130 of 475 ~ 27.37%

%41.89
%30.74
%27.37

CMYK color model

#C79282 color CMYK value is (0,27,35,22).

  • cyan value is 0.00%
  • magenta value is 26.63%
  • yellow value is 34.67%
  • key color value is 21.96%
CMYK:
(0,27,35,22)
C0M27Y35K22 
(0%,27%,35%,22%)
(0.00/0.27/0.35/0.22)	

CMYK percentages

%0
%26.63
%34.67
%21.96

Codes

Color #C79282 in popluar color models

C79282
RGB199146130
HSL14°38.12%64.51%
HSB/HSV14°34.67%78.04%
CMYK0.00%26.63%34.67%
21.96%

Color #C79282 in popluar number systems.

HEXC79282
Decimal199146130
Binary110001111001001010000010
Octal307222202

Shades and tints

Shades of #C79282

#C79282
(199,146,130)
#B58577
(181,133,119)
#A3786C
(163,120,108)
#916B61
(145,107,97)
#7F5E56
(127,94,86)
#6D514B
(109,81,75)
#5B4440
(91,68,64)
#493735
(73,55,53)
#372A2A
(55,42,42)
#251D1F
(37,29,31)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #C79282

#C79282
(199,146,130)
#CC9B8D
(204,155,141)
#D1A498
(209,164,152)
#D6ADA3
(214,173,163)
#DBB6AE
(219,182,174)
#E0BFB9
(224,191,185)
#E5C8C4
(229,200,196)
#EAD1CF
(234,209,207)
#EFDADA
(239,218,218)
#F4E3E5
(244,227,229)
#F9ECF0
(249,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79282 color. Also use rgb(199,146,130) instead hex code.

Text Font Color

.myTextColor { color: #C79282; }

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

This text font color is #C79282.


Background Color

.myBgColor { background-color: #C79282; }

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

This div background color is #C79282.


Border color

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

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

This div border color is #C79282.


Opacity

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

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

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

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

This text has shadow with #C79282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79282 on black background.


Color preview on white background

This text has color #C79282 on white background.



Black color preview on #C79282 background

This text has black color on #C79282 background.


White color preview on #C79282 background

This text has white color on #C79282 background.