COLOR #C976A7

HEX: #C976A7
RGB: (201,118,167)

Renk bilgisi

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

RGB renk modeli

#C976A7 color RGB value is (201,118,167).

  • kırmız ton 201;
  • yeşil ton 118;
  • mavi ton 167.
RGB:
(201,118,167)
(79%,46%,65%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 118 of 255 = 46%
B 167 of 255 = 65%

201
118
167

R + G + B ~ 63%. #C976A7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 118 + 167 = 486 (100%)
R 201 of 486 ~ 41.36%
G 118 of 486 ~ 24.28%
B 167 of 486 ~ 34.36%

%41.36
%24.28
%34.36

CMYK RENK MODELİ

#C976A7 rengi CMYK tonu (0,41,17,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.29%
  • sarı tonu 16.92%
  • ana renk tonu 21.18%
CMYK:
(0,41,17,21)
C0M41Y17K21 
(0%,41%,17%,21%)
(0.00/0.41/0.17/0.21)	

CMYK yüzdeleri

%0
%41.29
%16.92
%21.18

Codes

Color #C976A7 in popluar color models

C976A7
RGB201118167
HSL325°43.46%62.55%
HSB/HSV325°41.29%78.82%
CMYK0.00%41.29%16.92%
21.18%

Color #C976A7 in popluar number systems.

HEXC976A7
Decimal201118167
Binary11001001111011010100111
Octal311166247

Shades and tints

Shades of #C976A7

#C976A7
(201,118,167)
#B76C98
(183,108,152)
#A56289
(165,98,137)
#93587A
(147,88,122)
#814E6B
(129,78,107)
#6F445C
(111,68,92)
#5D3A4D
(93,58,77)
#4B303E
(75,48,62)
#39262F
(57,38,47)
#271C20
(39,28,32)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #C976A7

#C976A7
(201,118,167)
#CD82AF
(205,130,175)
#D18EB7
(209,142,183)
#D59ABF
(213,154,191)
#D9A6C7
(217,166,199)
#DDB2CF
(221,178,207)
#E1BED7
(225,190,215)
#E5CADF
(229,202,223)
#E9D6E7
(233,214,231)
#EDE2EF
(237,226,239)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C976A7 color. Also use rgb(201,118,167) instead hex code.

Text Font Color

.myTextColor { color: #C976A7; }

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

This text font color is #C976A7.


Background Color

.myBgColor { background-color: #C976A7; }

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

This div background color is #C976A7.


Border color

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

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

This div border color is #C976A7.


Opacity

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

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

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

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

This text has shadow with #C976A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C976A7 on black background.


Color preview on white background

This text has color #C976A7 on white background.



Black color preview on #C976A7 background

This text has black color on #C976A7 background.


White color preview on #C976A7 background

This text has white color on #C976A7 background.