COLOR #C37DAD

HEX: #C37DAD
RGB: (195,125,173)

Renk bilgisi

#C37DAD contains mainly red and blue colors. #C37DAD ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#C37DAD color RGB value is (195,125,173).

  • kırmız ton 195;
  • yeşil ton 125;
  • mavi ton 173.
RGB:
(195,125,173)
(76%,49%,68%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 125 of 255 = 49%
B 173 of 255 = 68%

195
125
173

R + G + B ~ 64%. #C37DAD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 125 + 173 = 493 (100%)
R 195 of 493 ~ 39.55%
G 125 of 493 ~ 25.35%
B 173 of 493 ~ 35.09%

%39.55
%25.35
%35.09

CMYK RENK MODELİ

#C37DAD rengi CMYK tonu (0,36,11,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.90%
  • sarı tonu 11.28%
  • ana renk tonu 23.53%
CMYK:
(0,36,11,24)
C0M36Y11K24 
(0%,36%,11%,24%)
(0.00/0.36/0.11/0.24)	

CMYK yüzdeleri

%0
%35.9
%11.28
%23.53

Codes

Color #C37DAD in popluar color models

C37DAD
RGB195125173
HSL319°36.84%62.75%
HSB/HSV319°35.90%76.47%
CMYK0.00%35.90%11.28%
23.53%

Color #C37DAD in popluar number systems.

HEXC37DAD
Decimal195125173
Binary11000011111110110101101
Octal303175255

Shades and tints

Shades of #C37DAD

#C37DAD
(195,125,173)
#B2729E
(178,114,158)
#A1678F
(161,103,143)
#905C80
(144,92,128)
#7F5171
(127,81,113)
#6E4662
(110,70,98)
#5D3B53
(93,59,83)
#4C3044
(76,48,68)
#3B2535
(59,37,53)
#2A1A26
(42,26,38)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #C37DAD

#C37DAD
(195,125,173)
#C888B4
(200,136,180)
#CD93BB
(205,147,187)
#D29EC2
(210,158,194)
#D7A9C9
(215,169,201)
#DCB4D0
(220,180,208)
#E1BFD7
(225,191,215)
#E6CADE
(230,202,222)
#EBD5E5
(235,213,229)
#F0E0EC
(240,224,236)
#F5EBF3
(245,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37DAD color. Also use rgb(195,125,173) instead hex code.

Text Font Color

.myTextColor { color: #C37DAD; }

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

This text font color is #C37DAD.


Background Color

.myBgColor { background-color: #C37DAD; }

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

This div background color is #C37DAD.


Border color

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

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

This div border color is #C37DAD.


Opacity

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

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

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

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

This text has shadow with #C37DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37DAD on black background.


Color preview on white background

This text has color #C37DAD on white background.



Black color preview on #C37DAD background

This text has black color on #C37DAD background.


White color preview on #C37DAD background

This text has white color on #C37DAD background.