COLOR #C5997E

HEX: #C5997E
RGB: (197,153,126)

Renk bilgisi

#C5997E contains mainly red and green colors. #C5997E ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#C5997E color RGB value is (197,153,126).

  • kırmız ton 197;
  • yeşil ton 153;
  • mavi ton 126.
RGB:
(197,153,126)
(77%,60%,49%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 153 of 255 = 60%
B 126 of 255 = 49%

197
153
126

R + G + B ~ 62%. #C5997E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 153 + 126 = 476 (100%)
R 197 of 476 ~ 41.39%
G 153 of 476 ~ 32.14%
B 126 of 476 ~ 26.47%

%41.39
%32.14
%26.47

CMYK RENK MODELİ

#C5997E rengi CMYK tonu (0,22,36,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.34%
  • sarı tonu 36.04%
  • ana renk tonu 22.75%
CMYK:
(0,22,36,23)
C0M22Y36K23 
(0%,22%,36%,23%)
(0.00/0.22/0.36/0.23)	

CMYK yüzdeleri

%0
%22.34
%36.04
%22.75

Codes

Color #C5997E in popluar color models

C5997E
RGB197153126
HSL23°37.97%63.33%
HSB/HSV23°36.04%77.25%
CMYK0.00%22.34%36.04%
22.75%

Color #C5997E in popluar number systems.

HEXC5997E
Decimal197153126
Binary11000101100110011111110
Octal305231176

Shades and tints

Shades of #C5997E

#C5997E
(197,153,126)
#B48C73
(180,140,115)
#A37F68
(163,127,104)
#92725D
(146,114,93)
#816552
(129,101,82)
#705847
(112,88,71)
#5F4B3C
(95,75,60)
#4E3E31
(78,62,49)
#3D3126
(61,49,38)
#2C241B
(44,36,27)
#1B1710
(27,23,16)
#000000
(0,0,0)

Tints of #C5997E

#C5997E
(197,153,126)
#CAA289
(202,162,137)
#CFAB94
(207,171,148)
#D4B49F
(212,180,159)
#D9BDAA
(217,189,170)
#DEC6B5
(222,198,181)
#E3CFC0
(227,207,192)
#E8D8CB
(232,216,203)
#EDE1D6
(237,225,214)
#F2EAE1
(242,234,225)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5997E color. Also use rgb(197,153,126) instead hex code.

Text Font Color

.myTextColor { color: #C5997E; }

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

This text font color is #C5997E.


Background Color

.myBgColor { background-color: #C5997E; }

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

This div background color is #C5997E.


Border color

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

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

This div border color is #C5997E.


Opacity

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

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

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

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

This text has shadow with #C5997E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5997E on black background.


Color preview on white background

This text has color #C5997E on white background.



Black color preview on #C5997E background

This text has black color on #C5997E background.


White color preview on #C5997E background

This text has white color on #C5997E background.