COLOR #C59B95

HEX: #C59B95 RGB: (197,155,149)

Color info

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

RGB color model

#C59B95 color RGB value is (197,155,149).

RGB: (197,155,149) (77%, 61%, 58%)

RGB channels and saturation

R 197 of 255 = 77%
G 155 of 255 = 61%
B 149 of 255 = 58%

197
155
149

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

Portions of RGB colors in percentages

R + G + B = 197 + 155 + 149 = 501 (100%)
R 197 of 501 ~ 39.32%
G 155 of 501 ~ 30.94%
B 149 of 501 ~ 29.74'%

%39.32
%30.94
%29.74

CMYK color model

#C59B95 color CMYK value is (0,21,24,23).

  • cyan value is 0.00%
  • magenta value is 21.32%
  • yellow value is 24.37%
  • key color value is 22.75%

CMYK: (0,21,24,23)
C0M21Y24K23 (0%, 21%, 24%, 23%)
(0.00 / 0.21 / 0.24 / 0.23)

CMYK percentages

%0
%21.32
%24.37
%22.75

Codes

Color #C59B95 in popluar color models

C5 9B 95
RGB 197 155 149
HSL 29.27% 67.84%
HSB/HSV 24.37% 77.25%
CMYK 0.00% 21.32% 24.37%
22.75%

Color #C59B95 in popluar number systems.

HEX C5 9B 95
Decimal 197 155 149
Binary 11000101 10011011 10010101
Octal 305 233 225

Shades and tints

Shades of #C59B95

#C59B95
(197,155,149)
#B48D88
(180,141,136)
#A37F7B
(163,127,123)
#92716E
(146,113,110)
#816361
(129,99,97)
#705554
(112,85,84)
#5F4747
(95,71,71)
#4E393A
(78,57,58)
#3D2B2D
(61,43,45)
#2C1D20
(44,29,32)
#1B0F13
(27,15,19)
#000000
(0,0,0)

Tints of #C59B95

#C59B95
(197,155,149)
#CAA49E
(202,164,158)
#CFADA7
(207,173,167)
#D4B6B0
(212,182,176)
#D9BFB9
(217,191,185)
#DEC8C2
(222,200,194)
#E3D1CB
(227,209,203)
#E8DAD4
(232,218,212)
#EDE3DD
(237,227,221)
#F2ECE6
(242,236,230)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59B95 color. Also use rgb(197,155,149) instead hex code.

Text Font Color

.myTextColor { color: #C59B95; }

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

This text font color is #C59B95.

Background Color

.myBgColor { background-color: #C59B95; }

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

This div background color is #C59B95.

Border color

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

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

This div border color is #C59B95.

Opacity

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

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

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

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

This text has shadow with #C59B95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59B95.

Preview

Color preview on black background

This text has color #C59B95 on black background.


Color preview on white background

This text has color #C59B95 on white background.


Black color preview on #C59B95 background

This text has black color on #C59B95 background.


White color preview on #C59B95 background

This text has white color on #C59B95 background.


Related colors

Complementary color

Complementary color for #hex is #3A646A.


I love getcolorcode.com

Triadic colors

1 #95C59B and #9B95C5 with #C59B95 are triadic colors.

2 #959BC5 and #9BC595 with #C59B95 are triadic colors.