COLOR #C993A9

HEX: #C993A9
RGB: (201,147,169)

Renk bilgisi

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

RGB renk modeli

#C993A9 color RGB value is (201,147,169).

  • kırmız ton 201;
  • yeşil ton 147;
  • mavi ton 169.
RGB:
(201,147,169)
(79%,58%,66%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 147 of 255 = 58%
B 169 of 255 = 66%

201
147
169

R + G + B ~ 68%. #C993A9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 147 + 169 = 517 (100%)
R 201 of 517 ~ 38.88%
G 147 of 517 ~ 28.43%
B 169 of 517 ~ 32.69%

%38.88
%28.43
%32.69

CMYK RENK MODELİ

#C993A9 rengi CMYK tonu (0,27,16,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.87%
  • sarı tonu 15.92%
  • ana renk tonu 21.18%
CMYK:
(0,27,16,21)
C0M27Y16K21 
(0%,27%,16%,21%)
(0.00/0.27/0.16/0.21)	

CMYK yüzdeleri

%0
%26.87
%15.92
%21.18

Codes

Color #C993A9 in popluar color models

C993A9
RGB201147169
HSL336°33.33%68.24%
HSB/HSV336°26.87%78.82%
CMYK0.00%26.87%15.92%
21.18%

Color #C993A9 in popluar number systems.

HEXC993A9
Decimal201147169
Binary110010011001001110101001
Octal311223251

Shades and tints

Shades of #C993A9

#C993A9
(201,147,169)
#B7869A
(183,134,154)
#A5798B
(165,121,139)
#936C7C
(147,108,124)
#815F6D
(129,95,109)
#6F525E
(111,82,94)
#5D454F
(93,69,79)
#4B3840
(75,56,64)
#392B31
(57,43,49)
#271E22
(39,30,34)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #C993A9

#C993A9
(201,147,169)
#CD9CB0
(205,156,176)
#D1A5B7
(209,165,183)
#D5AEBE
(213,174,190)
#D9B7C5
(217,183,197)
#DDC0CC
(221,192,204)
#E1C9D3
(225,201,211)
#E5D2DA
(229,210,218)
#E9DBE1
(233,219,225)
#EDE4E8
(237,228,232)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C993A9 color. Also use rgb(201,147,169) instead hex code.

Text Font Color

.myTextColor { color: #C993A9; }

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

This text font color is #C993A9.


Background Color

.myBgColor { background-color: #C993A9; }

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

This div background color is #C993A9.


Border color

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

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

This div border color is #C993A9.


Opacity

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

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

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

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

This text has shadow with #C993A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C993A9 on black background.


Color preview on white background

This text has color #C993A9 on white background.



Black color preview on #C993A9 background

This text has black color on #C993A9 background.


White color preview on #C993A9 background

This text has white color on #C993A9 background.