COLOR #C495C5

HEX: #C495C5
RGB: (196,149,197)

Renk bilgisi

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

RGB renk modeli

#C495C5 color RGB value is (196,149,197).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 149 of 255 = 58%
B 197 of 255 = 77%

196
149
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 149 + 197 = 542 (100%)
R 196 of 542 ~ 36.16%
G 149 of 542 ~ 27.49%
B 197 of 542 ~ 36.35%

%36.16
%27.49
%36.35

CMYK RENK MODELİ

#C495C5 rengi CMYK tonu (1,24,0,23).

  • camgöbeği tonu 0.51%
  • eflatun tonu 24.37%
  • sarı tonu 0.00%
  • ana renk tonu 22.75%
CMYK:
(1,24,0,23)
C1M24Y0K23 
(1%,24%,0%,23%)
(0.01/0.24/0.00/0.23)	

CMYK yüzdeleri

%0.51
%24.37
%0
%22.75

Codes

Color #C495C5 in popluar color models

C495C5
RGB196149197
HSL299°29.27%67.84%
HSB/HSV299°24.37%77.25%
CMYK0.51%24.37%0.00%
22.75%

Color #C495C5 in popluar number systems.

HEXC495C5
Decimal196149197
Binary110001001001010111000101
Octal304225305

Shades and tints

Shades of #C495C5

#C495C5
(196,149,197)
#B388B4
(179,136,180)
#A27BA3
(162,123,163)
#916E92
(145,110,146)
#806181
(128,97,129)
#6F5470
(111,84,112)
#5E475F
(94,71,95)
#4D3A4E
(77,58,78)
#3C2D3D
(60,45,61)
#2B202C
(43,32,44)
#1A131B
(26,19,27)
#000000
(0,0,0)

Tints of #C495C5

#C495C5
(196,149,197)
#C99ECA
(201,158,202)
#CEA7CF
(206,167,207)
#D3B0D4
(211,176,212)
#D8B9D9
(216,185,217)
#DDC2DE
(221,194,222)
#E2CBE3
(226,203,227)
#E7D4E8
(231,212,232)
#ECDDED
(236,221,237)
#F1E6F2
(241,230,242)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C495C5 color. Also use rgb(196,149,197) instead hex code.

Text Font Color

.myTextColor { color: #C495C5; }

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

This text font color is #C495C5.


Background Color

.myBgColor { background-color: #C495C5; }

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

This div background color is #C495C5.


Border color

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

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

This div border color is #C495C5.


Opacity

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

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

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

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

This text has shadow with #C495C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C495C5 on black background.


Color preview on white background

This text has color #C495C5 on white background.



Black color preview on #C495C5 background

This text has black color on #C495C5 background.


White color preview on #C495C5 background

This text has white color on #C495C5 background.