COLOR #C59F92

HEX: #C59F92
RGB: (197,159,146)

Color info

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

RGB color model

#C59F92 color RGB value is (197,159,146).

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

RGB channels and saturation

R 197 of 255 = 77%
G 159 of 255 = 62%
B 146 of 255 = 57%

197
159
146

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

Portions of RGB colors in percentages

R + G + B =
197 + 159 + 146 = 502 (100%)
R 197 of 502 ~ 39.24%
G 159 of 502 ~ 31.67%
B 146 of 502 ~ 29.08%

%39.24
%31.67
%29.08

CMYK color model

#C59F92 color CMYK value is (0,19,26,23).

  • cyan value is 0.00%
  • magenta value is 19.29%
  • yellow value is 25.89%
  • key color value is 22.75%
CMYK:
(0,19,26,23)
C0M19Y26K23 
(0%,19%,26%,23%)
(0.00/0.19/0.26/0.23)	

CMYK percentages

%0
%19.29
%25.89
%22.75

Codes

Color #C59F92 in popluar color models

C59F92
RGB197159146
HSL15°30.54%67.25%
HSB/HSV15°25.89%77.25%
CMYK0.00%19.29%25.89%
22.75%

Color #C59F92 in popluar number systems.

HEXC59F92
Decimal197159146
Binary110001011001111110010010
Octal305237222

Shades and tints

Shades of #C59F92

#C59F92
(197,159,146)
#B49185
(180,145,133)
#A38378
(163,131,120)
#92756B
(146,117,107)
#81675E
(129,103,94)
#705951
(112,89,81)
#5F4B44
(95,75,68)
#4E3D37
(78,61,55)
#3D2F2A
(61,47,42)
#2C211D
(44,33,29)
#1B1310
(27,19,16)
#000000
(0,0,0)

Tints of #C59F92

#C59F92
(197,159,146)
#CAA79B
(202,167,155)
#CFAFA4
(207,175,164)
#D4B7AD
(212,183,173)
#D9BFB6
(217,191,182)
#DEC7BF
(222,199,191)
#E3CFC8
(227,207,200)
#E8D7D1
(232,215,209)
#EDDFDA
(237,223,218)
#F2E7E3
(242,231,227)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59F92; }

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

This text font color is #C59F92.


Background Color

.myBgColor { background-color: #C59F92; }

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

This div background color is #C59F92.


Border color

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

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

This div border color is #C59F92.


Opacity

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

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

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

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

This text has shadow with #C59F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59F92 on black background.


Color preview on white background

This text has color #C59F92 on white background.



Black color preview on #C59F92 background

This text has black color on #C59F92 background.


White color preview on #C59F92 background

This text has white color on #C59F92 background.