COLOR #C59C92

HEX: #C59C92
RGB: (197,156,146)

Color info

#C59C92 contains red, green and blue colors in about the same proportion. Web safe color of #C59C92 is #CC9999 (or #C99).

RGB color model

#C59C92 color RGB value is (197,156,146).

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

RGB channels and saturation

R 197 of 255 = 77%
G 156 of 255 = 61%
B 146 of 255 = 57%

197
156
146

R + G + B ~ 65%. #C59C92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 156 + 146 = 499 (100%)
R 197 of 499 ~ 39.48%
G 156 of 499 ~ 31.26%
B 146 of 499 ~ 29.26%

%39.48
%31.26
%29.26

CMYK color model

#C59C92 color CMYK value is (0,21,26,23).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 25.89%
  • key color value is 22.75%
CMYK:
(0,21,26,23)
C0M21Y26K23 
(0%,21%,26%,23%)
(0.00/0.21/0.26/0.23)	

CMYK percentages

%0
%20.81
%25.89
%22.75

Codes

Color #C59C92 in popluar color models

C59C92
RGB197156146
HSL12°30.54%67.25%
HSB/HSV12°25.89%77.25%
CMYK0.00%20.81%25.89%
22.75%

Color #C59C92 in popluar number systems.

HEXC59C92
Decimal197156146
Binary110001011001110010010010
Octal305234222

Shades and tints

Shades of #C59C92

#C59C92
(197,156,146)
#B48E85
(180,142,133)
#A38078
(163,128,120)
#92726B
(146,114,107)
#81645E
(129,100,94)
#705651
(112,86,81)
#5F4844
(95,72,68)
#4E3A37
(78,58,55)
#3D2C2A
(61,44,42)
#2C1E1D
(44,30,29)
#1B1010
(27,16,16)
#000000
(0,0,0)

Tints of #C59C92

#C59C92
(197,156,146)
#CAA59B
(202,165,155)
#CFAEA4
(207,174,164)
#D4B7AD
(212,183,173)
#D9C0B6
(217,192,182)
#DEC9BF
(222,201,191)
#E3D2C8
(227,210,200)
#E8DBD1
(232,219,209)
#EDE4DA
(237,228,218)
#F2EDE3
(242,237,227)
#F7F6EC
(247,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59C92; }

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

This text font color is #C59C92.


Background Color

.myBgColor { background-color: #C59C92; }

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

This div background color is #C59C92.


Border color

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

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

This div border color is #C59C92.


Opacity

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

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

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

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

This text has shadow with #C59C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59C92 on black background.


Color preview on white background

This text has color #C59C92 on white background.



Black color preview on #C59C92 background

This text has black color on #C59C92 background.


White color preview on #C59C92 background

This text has white color on #C59C92 background.