COLOR #C496CC

HEX: #C496CC
RGB: (196,150,204)

Renk bilgisi

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

RGB renk modeli

#C496CC color RGB value is (196,150,204).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 150 of 255 = 59%
B 204 of 255 = 80%

196
150
204

R + G + B ~ 72%. #C496CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 150 + 204 = 550 (100%)
R 196 of 550 ~ 35.64%
G 150 of 550 ~ 27.27%
B 204 of 550 ~ 37.09%

%35.64
%27.27
%37.09

CMYK RENK MODELİ

#C496CC rengi CMYK tonu (4,26,0,20).

  • camgöbeği tonu 3.92%
  • eflatun tonu 26.47%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(4,26,0,20)
C4M26Y0K20 
(4%,26%,0%,20%)
(0.04/0.26/0.00/0.20)	

CMYK yüzdeleri

%3.92
%26.47
%0
%20

Codes

Color #C496CC in popluar color models

C496CC
RGB196150204
HSL291°34.62%69.41%
HSB/HSV291°26.47%80.00%
CMYK3.92%26.47%0.00%
20.00%

Color #C496CC in popluar number systems.

HEXC496CC
Decimal196150204
Binary110001001001011011001100
Octal304226314

Shades and tints

Shades of #C496CC

#C496CC
(196,150,204)
#B389BA
(179,137,186)
#A27CA8
(162,124,168)
#916F96
(145,111,150)
#806284
(128,98,132)
#6F5572
(111,85,114)
#5E4860
(94,72,96)
#4D3B4E
(77,59,78)
#3C2E3C
(60,46,60)
#2B212A
(43,33,42)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #C496CC

#C496CC
(196,150,204)
#C99FD0
(201,159,208)
#CEA8D4
(206,168,212)
#D3B1D8
(211,177,216)
#D8BADC
(216,186,220)
#DDC3E0
(221,195,224)
#E2CCE4
(226,204,228)
#E7D5E8
(231,213,232)
#ECDEEC
(236,222,236)
#F1E7F0
(241,231,240)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C496CC; }

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

This text font color is #C496CC.


Background Color

.myBgColor { background-color: #C496CC; }

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

This div background color is #C496CC.


Border color

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

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

This div border color is #C496CC.


Opacity

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

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

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

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

This text has shadow with #C496CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C496CC on black background.


Color preview on white background

This text has color #C496CC on white background.



Black color preview on #C496CC background

This text has black color on #C496CC background.


White color preview on #C496CC background

This text has white color on #C496CC background.