COLOR #C5888E

HEX: #C5888E
RGB: (197,136,142)

Renk bilgisi

#C5888E contains mainly red and blue colors. #C5888E ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C5888E color RGB value is (197,136,142).

  • kırmız ton 197;
  • yeşil ton 136;
  • mavi ton 142.
RGB:
(197,136,142)
(77%,53%,56%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 136 of 255 = 53%
B 142 of 255 = 56%

197
136
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 136 + 142 = 475 (100%)
R 197 of 475 ~ 41.47%
G 136 of 475 ~ 28.63%
B 142 of 475 ~ 29.89%

%41.47
%28.63
%29.89

CMYK RENK MODELİ

#C5888E rengi CMYK tonu (0,31,28,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.96%
  • sarı tonu 27.92%
  • ana renk tonu 22.75%
CMYK:
(0,31,28,23)
C0M31Y28K23 
(0%,31%,28%,23%)
(0.00/0.31/0.28/0.23)	

CMYK yüzdeleri

%0
%30.96
%27.92
%22.75

Codes

Color #C5888E in popluar color models

C5888E
RGB197136142
HSL354°34.46%65.29%
HSB/HSV354°30.96%77.25%
CMYK0.00%30.96%27.92%
22.75%

Color #C5888E in popluar number systems.

HEXC5888E
Decimal197136142
Binary110001011000100010001110
Octal305210216

Shades and tints

Shades of #C5888E

#C5888E
(197,136,142)
#B47C82
(180,124,130)
#A37076
(163,112,118)
#92646A
(146,100,106)
#81585E
(129,88,94)
#704C52
(112,76,82)
#5F4046
(95,64,70)
#4E343A
(78,52,58)
#3D282E
(61,40,46)
#2C1C22
(44,28,34)
#1B1016
(27,16,22)
#000000
(0,0,0)

Tints of #C5888E

#C5888E
(197,136,142)
#CA9298
(202,146,152)
#CF9CA2
(207,156,162)
#D4A6AC
(212,166,172)
#D9B0B6
(217,176,182)
#DEBAC0
(222,186,192)
#E3C4CA
(227,196,202)
#E8CED4
(232,206,212)
#EDD8DE
(237,216,222)
#F2E2E8
(242,226,232)
#F7ECF2
(247,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5888E color. Also use rgb(197,136,142) instead hex code.

Text Font Color

.myTextColor { color: #C5888E; }

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

This text font color is #C5888E.


Background Color

.myBgColor { background-color: #C5888E; }

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

This div background color is #C5888E.


Border color

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

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

This div border color is #C5888E.


Opacity

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

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

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

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

This text has shadow with #C5888E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5888E on black background.


Color preview on white background

This text has color #C5888E on white background.



Black color preview on #C5888E background

This text has black color on #C5888E background.


White color preview on #C5888E background

This text has white color on #C5888E background.