COLOR #C37D78

HEX: #C37D78
RGB: (195,125,120)

Renk bilgisi

#C37D78 contains mainly red color. #C37D78 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#C37D78 color RGB value is (195,125,120).

  • kırmız ton 195;
  • yeşil ton 125;
  • mavi ton 120.
RGB:
(195,125,120)
(76%,49%,47%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 125 of 255 = 49%
B 120 of 255 = 47%

195
125
120

R + G + B ~ 57%. #C37D78 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 125 + 120 = 440 (100%)
R 195 of 440 ~ 44.32%
G 125 of 440 ~ 28.41%
B 120 of 440 ~ 27.27%

%44.32
%28.41
%27.27

CMYK RENK MODELİ

#C37D78 rengi CMYK tonu (0,36,38,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.90%
  • sarı tonu 38.46%
  • ana renk tonu 23.53%
CMYK:
(0,36,38,24)
C0M36Y38K24 
(0%,36%,38%,24%)
(0.00/0.36/0.38/0.24)	

CMYK yüzdeleri

%0
%35.9
%38.46
%23.53

Codes

Color #C37D78 in popluar color models

C37D78
RGB195125120
HSL38.46%61.76%
HSB/HSV38.46%76.47%
CMYK0.00%35.90%38.46%
23.53%

Color #C37D78 in popluar number systems.

HEXC37D78
Decimal195125120
Binary1100001111111011111000
Octal303175170

Shades and tints

Shades of #C37D78

#C37D78
(195,125,120)
#B2726E
(178,114,110)
#A16764
(161,103,100)
#905C5A
(144,92,90)
#7F5150
(127,81,80)
#6E4646
(110,70,70)
#5D3B3C
(93,59,60)
#4C3032
(76,48,50)
#3B2528
(59,37,40)
#2A1A1E
(42,26,30)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #C37D78

#C37D78
(195,125,120)
#C88884
(200,136,132)
#CD9390
(205,147,144)
#D29E9C
(210,158,156)
#D7A9A8
(215,169,168)
#DCB4B4
(220,180,180)
#E1BFC0
(225,191,192)
#E6CACC
(230,202,204)
#EBD5D8
(235,213,216)
#F0E0E4
(240,224,228)
#F5EBF0
(245,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C37D78 color. Also use rgb(195,125,120) instead hex code.

Text Font Color

.myTextColor { color: #C37D78; }

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

This text font color is #C37D78.


Background Color

.myBgColor { background-color: #C37D78; }

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

This div background color is #C37D78.


Border color

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

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

This div border color is #C37D78.


Opacity

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

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

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

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

This text has shadow with #C37D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C37D78 on black background.


Color preview on white background

This text has color #C37D78 on white background.



Black color preview on #C37D78 background

This text has black color on #C37D78 background.


White color preview on #C37D78 background

This text has white color on #C37D78 background.