COLOR #C993C5

HEX: #C993C5
RGB: (201,147,197)

Renk bilgisi

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

RGB renk modeli

#C993C5 color RGB value is (201,147,197).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 147 of 255 = 58%
B 197 of 255 = 77%

201
147
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 147 + 197 = 545 (100%)
R 201 of 545 ~ 36.88%
G 147 of 545 ~ 26.97%
B 197 of 545 ~ 36.15%

%36.88
%26.97
%36.15

CMYK RENK MODELİ

#C993C5 rengi CMYK tonu (0,27,2,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.87%
  • sarı tonu 1.99%
  • ana renk tonu 21.18%
CMYK:
(0,27,2,21)
C0M27Y2K21 
(0%,27%,2%,21%)
(0.00/0.27/0.02/0.21)	

CMYK yüzdeleri

%0
%26.87
%1.99
%21.18

Codes

Color #C993C5 in popluar color models

C993C5
RGB201147197
HSL304°33.33%68.24%
HSB/HSV304°26.87%78.82%
CMYK0.00%26.87%1.99%
21.18%

Color #C993C5 in popluar number systems.

HEXC993C5
Decimal201147197
Binary110010011001001111000101
Octal311223305

Shades and tints

Shades of #C993C5

#C993C5
(201,147,197)
#B786B4
(183,134,180)
#A579A3
(165,121,163)
#936C92
(147,108,146)
#815F81
(129,95,129)
#6F5270
(111,82,112)
#5D455F
(93,69,95)
#4B384E
(75,56,78)
#392B3D
(57,43,61)
#271E2C
(39,30,44)
#15111B
(21,17,27)
#000000
(0,0,0)

Tints of #C993C5

#C993C5
(201,147,197)
#CD9CCA
(205,156,202)
#D1A5CF
(209,165,207)
#D5AED4
(213,174,212)
#D9B7D9
(217,183,217)
#DDC0DE
(221,192,222)
#E1C9E3
(225,201,227)
#E5D2E8
(229,210,232)
#E9DBED
(233,219,237)
#EDE4F2
(237,228,242)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C993C5 color. Also use rgb(201,147,197) instead hex code.

Text Font Color

.myTextColor { color: #C993C5; }

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

This text font color is #C993C5.


Background Color

.myBgColor { background-color: #C993C5; }

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

This div background color is #C993C5.


Border color

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

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

This div border color is #C993C5.


Opacity

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

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

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

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

This text has shadow with #C993C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C993C5 on black background.


Color preview on white background

This text has color #C993C5 on white background.



Black color preview on #C993C5 background

This text has black color on #C993C5 background.


White color preview on #C993C5 background

This text has white color on #C993C5 background.