COLOR #C4878D

HEX: #C4878D
RGB: (196,135,141)

Renk bilgisi

#C4878D contains mainly red and blue colors. #C4878D ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C4878D color RGB value is (196,135,141).

  • kırmız ton 196;
  • yeşil ton 135;
  • mavi ton 141.
RGB:
(196,135,141)
(77%,53%,55%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 135 of 255 = 53%
B 141 of 255 = 55%

196
135
141

R + G + B ~ 62%. #C4878D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 135 + 141 = 472 (100%)
R 196 of 472 ~ 41.53%
G 135 of 472 ~ 28.6%
B 141 of 472 ~ 29.87%

%41.53
%28.6
%29.87

CMYK RENK MODELİ

#C4878D rengi CMYK tonu (0,31,28,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.12%
  • sarı tonu 28.06%
  • ana renk tonu 23.14%
CMYK:
(0,31,28,23)
C0M31Y28K23 
(0%,31%,28%,23%)
(0.00/0.31/0.28/0.23)	

CMYK yüzdeleri

%0
%31.12
%28.06
%23.14

Codes

Color #C4878D in popluar color models

C4878D
RGB196135141
HSL354°34.08%64.90%
HSB/HSV354°31.12%76.86%
CMYK0.00%31.12%28.06%
23.14%

Color #C4878D in popluar number systems.

HEXC4878D
Decimal196135141
Binary110001001000011110001101
Octal304207215

Shades and tints

Shades of #C4878D

#C4878D
(196,135,141)
#B37B81
(179,123,129)
#A26F75
(162,111,117)
#916369
(145,99,105)
#80575D
(128,87,93)
#6F4B51
(111,75,81)
#5E3F45
(94,63,69)
#4D3339
(77,51,57)
#3C272D
(60,39,45)
#2B1B21
(43,27,33)
#1A0F15
(26,15,21)
#000000
(0,0,0)

Tints of #C4878D

#C4878D
(196,135,141)
#C99197
(201,145,151)
#CE9BA1
(206,155,161)
#D3A5AB
(211,165,171)
#D8AFB5
(216,175,181)
#DDB9BF
(221,185,191)
#E2C3C9
(226,195,201)
#E7CDD3
(231,205,211)
#ECD7DD
(236,215,221)
#F1E1E7
(241,225,231)
#F6EBF1
(246,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4878D color. Also use rgb(196,135,141) instead hex code.

Text Font Color

.myTextColor { color: #C4878D; }

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

This text font color is #C4878D.


Background Color

.myBgColor { background-color: #C4878D; }

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

This div background color is #C4878D.


Border color

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

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

This div border color is #C4878D.


Opacity

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

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

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

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

This text has shadow with #C4878D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4878D on black background.


Color preview on white background

This text has color #C4878D on white background.



Black color preview on #C4878D background

This text has black color on #C4878D background.


White color preview on #C4878D background

This text has white color on #C4878D background.