COLOR #C59D95

HEX: #C59D95
RGB: (197,157,149)

Renk bilgisi

#C59D95 contains red, green and blue colors in about the same proportion. #C59D95 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C59D95 color RGB value is (197,157,149).

  • kırmız ton 197;
  • yeşil ton 157;
  • mavi ton 149.
RGB:
(197,157,149)
(77%,62%,58%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 157 of 255 = 62%
B 149 of 255 = 58%

197
157
149

R + G + B ~ 66%. #C59D95 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 157 + 149 = 503 (100%)
R 197 of 503 ~ 39.17%
G 157 of 503 ~ 31.21%
B 149 of 503 ~ 29.62%

%39.17
%31.21
%29.62

CMYK RENK MODELİ

#C59D95 rengi CMYK tonu (0,20,24,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.30%
  • sarı tonu 24.37%
  • ana renk tonu 22.75%
CMYK:
(0,20,24,23)
C0M20Y24K23 
(0%,20%,24%,23%)
(0.00/0.20/0.24/0.23)	

CMYK yüzdeleri

%0
%20.3
%24.37
%22.75

Codes

Color #C59D95 in popluar color models

C59D95
RGB197157149
HSL10°29.27%67.84%
HSB/HSV10°24.37%77.25%
CMYK0.00%20.30%24.37%
22.75%

Color #C59D95 in popluar number systems.

HEXC59D95
Decimal197157149
Binary110001011001110110010101
Octal305235225

Shades and tints

Shades of #C59D95

#C59D95
(197,157,149)
#B48F88
(180,143,136)
#A3817B
(163,129,123)
#92736E
(146,115,110)
#816561
(129,101,97)
#705754
(112,87,84)
#5F4947
(95,73,71)
#4E3B3A
(78,59,58)
#3D2D2D
(61,45,45)
#2C1F20
(44,31,32)
#1B1113
(27,17,19)
#000000
(0,0,0)

Tints of #C59D95

#C59D95
(197,157,149)
#CAA59E
(202,165,158)
#CFADA7
(207,173,167)
#D4B5B0
(212,181,176)
#D9BDB9
(217,189,185)
#DEC5C2
(222,197,194)
#E3CDCB
(227,205,203)
#E8D5D4
(232,213,212)
#EDDDDD
(237,221,221)
#F2E5E6
(242,229,230)
#F7EDEF
(247,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59D95; }

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

This text font color is #C59D95.


Background Color

.myBgColor { background-color: #C59D95; }

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

This div background color is #C59D95.


Border color

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

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

This div border color is #C59D95.


Opacity

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

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

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

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

This text has shadow with #C59D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59D95 on black background.


Color preview on white background

This text has color #C59D95 on white background.



Black color preview on #C59D95 background

This text has black color on #C59D95 background.


White color preview on #C59D95 background

This text has white color on #C59D95 background.