COLOR #C5A990

HEX: #C5A990
RGB: (197,169,144)

Renk bilgisi

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

RGB renk modeli

#C5A990 color RGB value is (197,169,144).

  • kırmız ton 197;
  • yeşil ton 169;
  • mavi ton 144.
RGB:
(197,169,144)
(77%,66%,56%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 169 of 255 = 66%
B 144 of 255 = 56%

197
169
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 169 + 144 = 510 (100%)
R 197 of 510 ~ 38.63%
G 169 of 510 ~ 33.14%
B 144 of 510 ~ 28.24%

%38.63
%33.14
%28.24

CMYK RENK MODELİ

#C5A990 rengi CMYK tonu (0,14,27,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.21%
  • sarı tonu 26.90%
  • ana renk tonu 22.75%
CMYK:
(0,14,27,23)
C0M14Y27K23 
(0%,14%,27%,23%)
(0.00/0.14/0.27/0.23)	

CMYK yüzdeleri

%0
%14.21
%26.9
%22.75

Codes

Color #C5A990 in popluar color models

C5A990
RGB197169144
HSL28°31.36%66.86%
HSB/HSV28°26.90%77.25%
CMYK0.00%14.21%26.90%
22.75%

Color #C5A990 in popluar number systems.

HEXC5A990
Decimal197169144
Binary110001011010100110010000
Octal305251220

Shades and tints

Shades of #C5A990

#C5A990
(197,169,144)
#B49A83
(180,154,131)
#A38B76
(163,139,118)
#927C69
(146,124,105)
#816D5C
(129,109,92)
#705E4F
(112,94,79)
#5F4F42
(95,79,66)
#4E4035
(78,64,53)
#3D3128
(61,49,40)
#2C221B
(44,34,27)
#1B130E
(27,19,14)
#000000
(0,0,0)

Tints of #C5A990

#C5A990
(197,169,144)
#CAB09A
(202,176,154)
#CFB7A4
(207,183,164)
#D4BEAE
(212,190,174)
#D9C5B8
(217,197,184)
#DECCC2
(222,204,194)
#E3D3CC
(227,211,204)
#E8DAD6
(232,218,214)
#EDE1E0
(237,225,224)
#F2E8EA
(242,232,234)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A990 color. Also use rgb(197,169,144) instead hex code.

Text Font Color

.myTextColor { color: #C5A990; }

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

This text font color is #C5A990.


Background Color

.myBgColor { background-color: #C5A990; }

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

This div background color is #C5A990.


Border color

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

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

This div border color is #C5A990.


Opacity

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

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

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

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

This text has shadow with #C5A990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A990 on black background.


Color preview on white background

This text has color #C5A990 on white background.



Black color preview on #C5A990 background

This text has black color on #C5A990 background.


White color preview on #C5A990 background

This text has white color on #C5A990 background.