COLOR #C5A598

HEX: #C5A598
RGB: (197,165,152)

Renk bilgisi

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

RGB renk modeli

#C5A598 color RGB value is (197,165,152).

  • kırmız ton 197;
  • yeşil ton 165;
  • mavi ton 152.
RGB:
(197,165,152)
(77%,65%,60%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 165 of 255 = 65%
B 152 of 255 = 60%

197
165
152

R + G + B ~ 67%. #C5A598 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 165 + 152 = 514 (100%)
R 197 of 514 ~ 38.33%
G 165 of 514 ~ 32.1%
B 152 of 514 ~ 29.57%

%38.33
%32.1
%29.57

CMYK RENK MODELİ

#C5A598 rengi CMYK tonu (0,16,23,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.24%
  • sarı tonu 22.84%
  • ana renk tonu 22.75%
CMYK:
(0,16,23,23)
C0M16Y23K23 
(0%,16%,23%,23%)
(0.00/0.16/0.23/0.23)	

CMYK yüzdeleri

%0
%16.24
%22.84
%22.75

Codes

Color #C5A598 in popluar color models

C5A598
RGB197165152
HSL17°27.95%68.43%
HSB/HSV17°22.84%77.25%
CMYK0.00%16.24%22.84%
22.75%

Color #C5A598 in popluar number systems.

HEXC5A598
Decimal197165152
Binary110001011010010110011000
Octal305245230

Shades and tints

Shades of #C5A598

#C5A598
(197,165,152)
#B4968B
(180,150,139)
#A3877E
(163,135,126)
#927871
(146,120,113)
#816964
(129,105,100)
#705A57
(112,90,87)
#5F4B4A
(95,75,74)
#4E3C3D
(78,60,61)
#3D2D30
(61,45,48)
#2C1E23
(44,30,35)
#1B0F16
(27,15,22)
#000000
(0,0,0)

Tints of #C5A598

#C5A598
(197,165,152)
#CAADA1
(202,173,161)
#CFB5AA
(207,181,170)
#D4BDB3
(212,189,179)
#D9C5BC
(217,197,188)
#DECDC5
(222,205,197)
#E3D5CE
(227,213,206)
#E8DDD7
(232,221,215)
#EDE5E0
(237,229,224)
#F2EDE9
(242,237,233)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A598 color. Also use rgb(197,165,152) instead hex code.

Text Font Color

.myTextColor { color: #C5A598; }

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

This text font color is #C5A598.


Background Color

.myBgColor { background-color: #C5A598; }

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

This div background color is #C5A598.


Border color

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

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

This div border color is #C5A598.


Opacity

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

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

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

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

This text has shadow with #C5A598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A598 on black background.


Color preview on white background

This text has color #C5A598 on white background.



Black color preview on #C5A598 background

This text has black color on #C5A598 background.


White color preview on #C5A598 background

This text has white color on #C5A598 background.