COLOR #C387A2

HEX: #C387A2
RGB: (195,135,162)

Renk bilgisi

#C387A2 contains mainly red and blue colors. #C387A2 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C387A2 color RGB value is (195,135,162).

  • kırmız ton 195;
  • yeşil ton 135;
  • mavi ton 162.
RGB:
(195,135,162)
(76%,53%,64%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 135 of 255 = 53%
B 162 of 255 = 64%

195
135
162

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

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 135 + 162 = 492 (100%)
R 195 of 492 ~ 39.63%
G 135 of 492 ~ 27.44%
B 162 of 492 ~ 32.93%

%39.63
%27.44
%32.93

CMYK RENK MODELİ

#C387A2 rengi CMYK tonu (0,31,17,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.77%
  • sarı tonu 16.92%
  • ana renk tonu 23.53%
CMYK:
(0,31,17,24)
C0M31Y17K24 
(0%,31%,17%,24%)
(0.00/0.31/0.17/0.24)	

CMYK yüzdeleri

%0
%30.77
%16.92
%23.53

Codes

Color #C387A2 in popluar color models

C387A2
RGB195135162
HSL333°33.33%64.71%
HSB/HSV333°30.77%76.47%
CMYK0.00%30.77%16.92%
23.53%

Color #C387A2 in popluar number systems.

HEXC387A2
Decimal195135162
Binary110000111000011110100010
Octal303207242

Shades and tints

Shades of #C387A2

#C387A2
(195,135,162)
#B27B94
(178,123,148)
#A16F86
(161,111,134)
#906378
(144,99,120)
#7F576A
(127,87,106)
#6E4B5C
(110,75,92)
#5D3F4E
(93,63,78)
#4C3340
(76,51,64)
#3B2732
(59,39,50)
#2A1B24
(42,27,36)
#190F16
(25,15,22)
#000000
(0,0,0)

Tints of #C387A2

#C387A2
(195,135,162)
#C891AA
(200,145,170)
#CD9BB2
(205,155,178)
#D2A5BA
(210,165,186)
#D7AFC2
(215,175,194)
#DCB9CA
(220,185,202)
#E1C3D2
(225,195,210)
#E6CDDA
(230,205,218)
#EBD7E2
(235,215,226)
#F0E1EA
(240,225,234)
#F5EBF2
(245,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C387A2 color. Also use rgb(195,135,162) instead hex code.

Text Font Color

.myTextColor { color: #C387A2; }

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

This text font color is #C387A2.


Background Color

.myBgColor { background-color: #C387A2; }

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

This div background color is #C387A2.


Border color

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

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

This div border color is #C387A2.


Opacity

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

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

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

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

This text has shadow with #C387A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C387A2 on black background.


Color preview on white background

This text has color #C387A2 on white background.



Black color preview on #C387A2 background

This text has black color on #C387A2 background.


White color preview on #C387A2 background

This text has white color on #C387A2 background.