COLOR #C893CC

HEX: #C893CC
RGB: (200,147,204)

Renk bilgisi

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

RGB renk modeli

#C893CC color RGB value is (200,147,204).

  • kırmız ton 200;
  • yeşil ton 147;
  • mavi ton 204.
RGB:
(200,147,204)
(78%,58%,80%)

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 147 of 255 = 58%
B 204 of 255 = 80%

200
147
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 147 + 204 = 551 (100%)
R 200 of 551 ~ 36.3%
G 147 of 551 ~ 26.68%
B 204 of 551 ~ 37.02%

%36.3
%26.68
%37.02

CMYK RENK MODELİ

#C893CC rengi CMYK tonu (2,28,0,20).

  • camgöbeği tonu 1.96%
  • eflatun tonu 27.94%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(2,28,0,20)
C2M28Y0K20 
(2%,28%,0%,20%)
(0.02/0.28/0.00/0.20)	

CMYK yüzdeleri

%1.96
%27.94
%0
%20

Codes

Color #C893CC in popluar color models

C893CC
RGB200147204
HSL296°35.85%68.82%
HSB/HSV296°27.94%80.00%
CMYK1.96%27.94%0.00%
20.00%

Color #C893CC in popluar number systems.

HEXC893CC
Decimal200147204
Binary110010001001001111001100
Octal310223314

Shades and tints

Shades of #C893CC

#C893CC
(200,147,204)
#B686BA
(182,134,186)
#A479A8
(164,121,168)
#926C96
(146,108,150)
#805F84
(128,95,132)
#6E5272
(110,82,114)
#5C4560
(92,69,96)
#4A384E
(74,56,78)
#382B3C
(56,43,60)
#261E2A
(38,30,42)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #C893CC

#C893CC
(200,147,204)
#CD9CD0
(205,156,208)
#D2A5D4
(210,165,212)
#D7AED8
(215,174,216)
#DCB7DC
(220,183,220)
#E1C0E0
(225,192,224)
#E6C9E4
(230,201,228)
#EBD2E8
(235,210,232)
#F0DBEC
(240,219,236)
#F5E4F0
(245,228,240)
#FAEDF4
(250,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C893CC color. Also use rgb(200,147,204) instead hex code.

Text Font Color

.myTextColor { color: #C893CC; }

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

This text font color is #C893CC.


Background Color

.myBgColor { background-color: #C893CC; }

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

This div background color is #C893CC.


Border color

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

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

This div border color is #C893CC.


Opacity

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

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

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

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

This text has shadow with #C893CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C893CC on black background.


Color preview on white background

This text has color #C893CC on white background.



Black color preview on #C893CC background

This text has black color on #C893CC background.


White color preview on #C893CC background

This text has white color on #C893CC background.