COLOR #C4959D

HEX: #C4959D
RGB: (196,149,157)

Renk bilgisi

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

RGB renk modeli

#C4959D color RGB value is (196,149,157).

  • kırmız ton 196;
  • yeşil ton 149;
  • mavi ton 157.
RGB:
(196,149,157)
(77%,58%,62%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 149 of 255 = 58%
B 157 of 255 = 62%

196
149
157

R + G + B ~ 66%. #C4959D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 149 + 157 = 502 (100%)
R 196 of 502 ~ 39.04%
G 149 of 502 ~ 29.68%
B 157 of 502 ~ 31.27%

%39.04
%29.68
%31.27

CMYK RENK MODELİ

#C4959D rengi CMYK tonu (0,24,20,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.98%
  • sarı tonu 19.90%
  • ana renk tonu 23.14%
CMYK:
(0,24,20,23)
C0M24Y20K23 
(0%,24%,20%,23%)
(0.00/0.24/0.20/0.23)	

CMYK yüzdeleri

%0
%23.98
%19.9
%23.14

Codes

Color #C4959D in popluar color models

C4959D
RGB196149157
HSL350°28.48%67.65%
HSB/HSV350°23.98%76.86%
CMYK0.00%23.98%19.90%
23.14%

Color #C4959D in popluar number systems.

HEXC4959D
Decimal196149157
Binary110001001001010110011101
Octal304225235

Shades and tints

Shades of #C4959D

#C4959D
(196,149,157)
#B3888F
(179,136,143)
#A27B81
(162,123,129)
#916E73
(145,110,115)
#806165
(128,97,101)
#6F5457
(111,84,87)
#5E4749
(94,71,73)
#4D3A3B
(77,58,59)
#3C2D2D
(60,45,45)
#2B201F
(43,32,31)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #C4959D

#C4959D
(196,149,157)
#C99EA5
(201,158,165)
#CEA7AD
(206,167,173)
#D3B0B5
(211,176,181)
#D8B9BD
(216,185,189)
#DDC2C5
(221,194,197)
#E2CBCD
(226,203,205)
#E7D4D5
(231,212,213)
#ECDDDD
(236,221,221)
#F1E6E5
(241,230,229)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4959D color. Also use rgb(196,149,157) instead hex code.

Text Font Color

.myTextColor { color: #C4959D; }

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

This text font color is #C4959D.


Background Color

.myBgColor { background-color: #C4959D; }

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

This div background color is #C4959D.


Border color

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

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

This div border color is #C4959D.


Opacity

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

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

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

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

This text has shadow with #C4959D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4959D on black background.


Color preview on white background

This text has color #C4959D on white background.



Black color preview on #C4959D background

This text has black color on #C4959D background.


White color preview on #C4959D background

This text has white color on #C4959D background.