COLOR #C595C7

HEX: #C595C7
RGB: (197,149,199)

Renk bilgisi

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

RGB renk modeli

#C595C7 color RGB value is (197,149,199).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 149 of 255 = 58%
B 199 of 255 = 78%

197
149
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 149 + 199 = 545 (100%)
R 197 of 545 ~ 36.15%
G 149 of 545 ~ 27.34%
B 199 of 545 ~ 36.51%

%36.15
%27.34
%36.51

CMYK RENK MODELİ

#C595C7 rengi CMYK tonu (1,25,0,22).

  • camgöbeği tonu 1.01%
  • eflatun tonu 25.13%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(1,25,0,22)
C1M25Y0K22 
(1%,25%,0%,22%)
(0.01/0.25/0.00/0.22)	

CMYK yüzdeleri

%1.01
%25.13
%0
%21.96

Codes

Color #C595C7 in popluar color models

C595C7
RGB197149199
HSL298°30.86%68.24%
HSB/HSV298°25.13%78.04%
CMYK1.01%25.13%0.00%
21.96%

Color #C595C7 in popluar number systems.

HEXC595C7
Decimal197149199
Binary110001011001010111000111
Octal305225307

Shades and tints

Shades of #C595C7

#C595C7
(197,149,199)
#B488B5
(180,136,181)
#A37BA3
(163,123,163)
#926E91
(146,110,145)
#81617F
(129,97,127)
#70546D
(112,84,109)
#5F475B
(95,71,91)
#4E3A49
(78,58,73)
#3D2D37
(61,45,55)
#2C2025
(44,32,37)
#1B1313
(27,19,19)
#000000
(0,0,0)

Tints of #C595C7

#C595C7
(197,149,199)
#CA9ECC
(202,158,204)
#CFA7D1
(207,167,209)
#D4B0D6
(212,176,214)
#D9B9DB
(217,185,219)
#DEC2E0
(222,194,224)
#E3CBE5
(227,203,229)
#E8D4EA
(232,212,234)
#EDDDEF
(237,221,239)
#F2E6F4
(242,230,244)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C595C7; }

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

This text font color is #C595C7.


Background Color

.myBgColor { background-color: #C595C7; }

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

This div background color is #C595C7.


Border color

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

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

This div border color is #C595C7.


Opacity

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

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

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

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

This text has shadow with #C595C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C595C7 on black background.


Color preview on white background

This text has color #C595C7 on white background.



Black color preview on #C595C7 background

This text has black color on #C595C7 background.


White color preview on #C595C7 background

This text has white color on #C595C7 background.