COLOR #C995A7

HEX: #C995A7
RGB: (201,149,167)

Renk bilgisi

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

RGB renk modeli

#C995A7 color RGB value is (201,149,167).

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

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 149 of 255 = 58%
B 167 of 255 = 65%

201
149
167

R + G + B ~ 67%. #C995A7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 149 + 167 = 517 (100%)
R 201 of 517 ~ 38.88%
G 149 of 517 ~ 28.82%
B 167 of 517 ~ 32.3%

%38.88
%28.82
%32.3

CMYK RENK MODELİ

#C995A7 rengi CMYK tonu (0,26,17,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.87%
  • sarı tonu 16.92%
  • ana renk tonu 21.18%
CMYK:
(0,26,17,21)
C0M26Y17K21 
(0%,26%,17%,21%)
(0.00/0.26/0.17/0.21)	

CMYK yüzdeleri

%0
%25.87
%16.92
%21.18

Codes

Color #C995A7 in popluar color models

C995A7
RGB201149167
HSL339°32.50%68.63%
HSB/HSV339°25.87%78.82%
CMYK0.00%25.87%16.92%
21.18%

Color #C995A7 in popluar number systems.

HEXC995A7
Decimal201149167
Binary110010011001010110100111
Octal311225247

Shades and tints

Shades of #C995A7

#C995A7
(201,149,167)
#B78898
(183,136,152)
#A57B89
(165,123,137)
#936E7A
(147,110,122)
#81616B
(129,97,107)
#6F545C
(111,84,92)
#5D474D
(93,71,77)
#4B3A3E
(75,58,62)
#392D2F
(57,45,47)
#272020
(39,32,32)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #C995A7

#C995A7
(201,149,167)
#CD9EAF
(205,158,175)
#D1A7B7
(209,167,183)
#D5B0BF
(213,176,191)
#D9B9C7
(217,185,199)
#DDC2CF
(221,194,207)
#E1CBD7
(225,203,215)
#E5D4DF
(229,212,223)
#E9DDE7
(233,221,231)
#EDE6EF
(237,230,239)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C995A7; }

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

This text font color is #C995A7.


Background Color

.myBgColor { background-color: #C995A7; }

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

This div background color is #C995A7.


Border color

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

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

This div border color is #C995A7.


Opacity

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

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

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

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

This text has shadow with #C995A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C995A7 on black background.


Color preview on white background

This text has color #C995A7 on white background.



Black color preview on #C995A7 background

This text has black color on #C995A7 background.


White color preview on #C995A7 background

This text has white color on #C995A7 background.