COLOR #C494AE

HEX: #C494AE
RGB: (196,148,174)

Renk bilgisi

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

RGB renk modeli

#C494AE color RGB value is (196,148,174).

  • kırmız ton 196;
  • yeşil ton 148;
  • mavi ton 174.
RGB:
(196,148,174)
(77%,58%,68%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 148 of 255 = 58%
B 174 of 255 = 68%

196
148
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 148 + 174 = 518 (100%)
R 196 of 518 ~ 37.84%
G 148 of 518 ~ 28.57%
B 174 of 518 ~ 33.59%

%37.84
%28.57
%33.59

CMYK RENK MODELİ

#C494AE rengi CMYK tonu (0,24,11,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.49%
  • sarı tonu 11.22%
  • ana renk tonu 23.14%
CMYK:
(0,24,11,23)
C0M24Y11K23 
(0%,24%,11%,23%)
(0.00/0.24/0.11/0.23)	

CMYK yüzdeleri

%0
%24.49
%11.22
%23.14

Codes

Color #C494AE in popluar color models

C494AE
RGB196148174
HSL328°28.92%67.45%
HSB/HSV328°24.49%76.86%
CMYK0.00%24.49%11.22%
23.14%

Color #C494AE in popluar number systems.

HEXC494AE
Decimal196148174
Binary110001001001010010101110
Octal304224256

Shades and tints

Shades of #C494AE

#C494AE
(196,148,174)
#B3879F
(179,135,159)
#A27A90
(162,122,144)
#916D81
(145,109,129)
#806072
(128,96,114)
#6F5363
(111,83,99)
#5E4654
(94,70,84)
#4D3945
(77,57,69)
#3C2C36
(60,44,54)
#2B1F27
(43,31,39)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #C494AE

#C494AE
(196,148,174)
#C99DB5
(201,157,181)
#CEA6BC
(206,166,188)
#D3AFC3
(211,175,195)
#D8B8CA
(216,184,202)
#DDC1D1
(221,193,209)
#E2CAD8
(226,202,216)
#E7D3DF
(231,211,223)
#ECDCE6
(236,220,230)
#F1E5ED
(241,229,237)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C494AE color. Also use rgb(196,148,174) instead hex code.

Text Font Color

.myTextColor { color: #C494AE; }

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

This text font color is #C494AE.


Background Color

.myBgColor { background-color: #C494AE; }

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

This div background color is #C494AE.


Border color

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

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

This div border color is #C494AE.


Opacity

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

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

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

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

This text has shadow with #C494AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C494AE on black background.


Color preview on white background

This text has color #C494AE on white background.



Black color preview on #C494AE background

This text has black color on #C494AE background.


White color preview on #C494AE background

This text has white color on #C494AE background.