COLOR #C9588D

HEX: #C9588D
RGB: (201,88,141)

Renk bilgisi

#C9588D contains mainly red color. #C9588D ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#C9588D color RGB value is (201,88,141).

  • kırmız ton 201;
  • yeşil ton 88;
  • mavi ton 141.
RGB:
(201,88,141)
(79%,35%,55%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 88 of 255 = 35%
B 141 of 255 = 55%

201
88
141

R + G + B ~ 56%. #C9588D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 88 + 141 = 430 (100%)
R 201 of 430 ~ 46.74%
G 88 of 430 ~ 20.47%
B 141 of 430 ~ 32.79%

%46.74
%20.47
%32.79

CMYK RENK MODELİ

#C9588D rengi CMYK tonu (0,56,30,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.22%
  • sarı tonu 29.85%
  • ana renk tonu 21.18%
CMYK:
(0,56,30,21)
C0M56Y30K21 
(0%,56%,30%,21%)
(0.00/0.56/0.30/0.21)	

CMYK yüzdeleri

%0
%56.22
%29.85
%21.18

Codes

Color #C9588D in popluar color models

C9588D
RGB20188141
HSL332°51.13%56.67%
HSB/HSV332°56.22%78.82%
CMYK0.00%56.22%29.85%
21.18%

Color #C9588D in popluar number systems.

HEXC9588D
Decimal20188141
Binary11001001101100010001101
Octal311130215

Shades and tints

Shades of #C9588D

#C9588D
(201,88,141)
#B75081
(183,80,129)
#A54875
(165,72,117)
#934069
(147,64,105)
#81385D
(129,56,93)
#6F3051
(111,48,81)
#5D2845
(93,40,69)
#4B2039
(75,32,57)
#39182D
(57,24,45)
#271021
(39,16,33)
#150815
(21,8,21)
#000000
(0,0,0)

Tints of #C9588D

#C9588D
(201,88,141)
#CD6797
(205,103,151)
#D176A1
(209,118,161)
#D585AB
(213,133,171)
#D994B5
(217,148,181)
#DDA3BF
(221,163,191)
#E1B2C9
(225,178,201)
#E5C1D3
(229,193,211)
#E9D0DD
(233,208,221)
#EDDFE7
(237,223,231)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9588D color. Also use rgb(201,88,141) instead hex code.

Text Font Color

.myTextColor { color: #C9588D; }

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

This text font color is #C9588D.


Background Color

.myBgColor { background-color: #C9588D; }

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

This div background color is #C9588D.


Border color

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

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

This div border color is #C9588D.


Opacity

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

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

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

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

This text has shadow with #C9588D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9588D on black background.


Color preview on white background

This text has color #C9588D on white background.



Black color preview on #C9588D background

This text has black color on #C9588D background.


White color preview on #C9588D background

This text has white color on #C9588D background.