COLOR #C496C2

HEX: #C496C2
RGB: (196,150,194)

Renk bilgisi

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

RGB renk modeli

#C496C2 color RGB value is (196,150,194).

  • kırmız ton 196;
  • yeşil ton 150;
  • mavi ton 194.
RGB:
(196,150,194)
(77%,59%,76%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 150 of 255 = 59%
B 194 of 255 = 76%

196
150
194

R + G + B ~ 71%. #C496C2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 150 + 194 = 540 (100%)
R 196 of 540 ~ 36.3%
G 150 of 540 ~ 27.78%
B 194 of 540 ~ 35.93%

%36.3
%27.78
%35.93

CMYK RENK MODELİ

#C496C2 rengi CMYK tonu (0,23,1,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.47%
  • sarı tonu 1.02%
  • ana renk tonu 23.14%
CMYK:
(0,23,1,23)
C0M23Y1K23 
(0%,23%,1%,23%)
(0.00/0.23/0.01/0.23)	

CMYK yüzdeleri

%0
%23.47
%1.02
%23.14

Codes

Color #C496C2 in popluar color models

C496C2
RGB196150194
HSL303°28.05%67.84%
HSB/HSV303°23.47%76.86%
CMYK0.00%23.47%1.02%
23.14%

Color #C496C2 in popluar number systems.

HEXC496C2
Decimal196150194
Binary110001001001011011000010
Octal304226302

Shades and tints

Shades of #C496C2

#C496C2
(196,150,194)
#B389B1
(179,137,177)
#A27CA0
(162,124,160)
#916F8F
(145,111,143)
#80627E
(128,98,126)
#6F556D
(111,85,109)
#5E485C
(94,72,92)
#4D3B4B
(77,59,75)
#3C2E3A
(60,46,58)
#2B2129
(43,33,41)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #C496C2

#C496C2
(196,150,194)
#C99FC7
(201,159,199)
#CEA8CC
(206,168,204)
#D3B1D1
(211,177,209)
#D8BAD6
(216,186,214)
#DDC3DB
(221,195,219)
#E2CCE0
(226,204,224)
#E7D5E5
(231,213,229)
#ECDEEA
(236,222,234)
#F1E7EF
(241,231,239)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C496C2 color. Also use rgb(196,150,194) instead hex code.

Text Font Color

.myTextColor { color: #C496C2; }

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

This text font color is #C496C2.


Background Color

.myBgColor { background-color: #C496C2; }

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

This div background color is #C496C2.


Border color

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

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

This div border color is #C496C2.


Opacity

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

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

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

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

This text has shadow with #C496C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C496C2 on black background.


Color preview on white background

This text has color #C496C2 on white background.



Black color preview on #C496C2 background

This text has black color on #C496C2 background.


White color preview on #C496C2 background

This text has white color on #C496C2 background.