COLOR #C59278

HEX: #C59278
RGB: (197,146,120)

Color info

#C59278 contains mainly red and green colors. Web safe color of #C59278 is #CC9966 (or #C96).

RGB color model

#C59278 color RGB value is (197,146,120).

  • red value is 197;
  • green value is 146;
  • blue value is 120.
RGB:
(197,146,120)
(77%,57%,47%)

RGB channels and saturation

R 197 of 255 = 77%
G 146 of 255 = 57%
B 120 of 255 = 47%

197
146
120

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

Portions of RGB colors in percentages

R + G + B =
197 + 146 + 120 = 463 (100%)
R 197 of 463 ~ 42.55%
G 146 of 463 ~ 31.53%
B 120 of 463 ~ 25.92%

%42.55
%31.53
%25.92

CMYK color model

#C59278 color CMYK value is (0,26,39,23).

  • cyan value is 0.00%
  • magenta value is 25.89%
  • yellow value is 39.09%
  • key color value is 22.75%
CMYK:
(0,26,39,23)
C0M26Y39K23 
(0%,26%,39%,23%)
(0.00/0.26/0.39/0.23)	

CMYK percentages

%0
%25.89
%39.09
%22.75

Codes

Color #C59278 in popluar color models

C59278
RGB197146120
HSL20°39.90%62.16%
HSB/HSV20°39.09%77.25%
CMYK0.00%25.89%39.09%
22.75%

Color #C59278 in popluar number systems.

HEXC59278
Decimal197146120
Binary11000101100100101111000
Octal305222170

Shades and tints

Shades of #C59278

#C59278
(197,146,120)
#B4856E
(180,133,110)
#A37864
(163,120,100)
#926B5A
(146,107,90)
#815E50
(129,94,80)
#705146
(112,81,70)
#5F443C
(95,68,60)
#4E3732
(78,55,50)
#3D2A28
(61,42,40)
#2C1D1E
(44,29,30)
#1B1014
(27,16,20)
#000000
(0,0,0)

Tints of #C59278

#C59278
(197,146,120)
#CA9B84
(202,155,132)
#CFA490
(207,164,144)
#D4AD9C
(212,173,156)
#D9B6A8
(217,182,168)
#DEBFB4
(222,191,180)
#E3C8C0
(227,200,192)
#E8D1CC
(232,209,204)
#EDDAD8
(237,218,216)
#F2E3E4
(242,227,228)
#F7ECF0
(247,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59278 color. Also use rgb(197,146,120) instead hex code.

Text Font Color

.myTextColor { color: #C59278; }

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

This text font color is #C59278.


Background Color

.myBgColor { background-color: #C59278; }

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

This div background color is #C59278.


Border color

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

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

This div border color is #C59278.


Opacity

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

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

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

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

This text has shadow with #C59278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59278 on black background.


Color preview on white background

This text has color #C59278 on white background.



Black color preview on #C59278 background

This text has black color on #C59278 background.


White color preview on #C59278 background

This text has white color on #C59278 background.