COLOR #C8737D

HEX: #C8737D
RGB: (200,115,125)

Renk bilgisi

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

RGB renk modeli

#C8737D color RGB value is (200,115,125).

  • kırmız ton 200;
  • yeşil ton 115;
  • mavi ton 125.
RGB:
(200,115,125)
(78%,45%,49%)

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 115 of 255 = 45%
B 125 of 255 = 49%

200
115
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 115 + 125 = 440 (100%)
R 200 of 440 ~ 45.45%
G 115 of 440 ~ 26.14%
B 125 of 440 ~ 28.41%

%45.45
%26.14
%28.41

CMYK RENK MODELİ

#C8737D rengi CMYK tonu (0,43,38,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.50%
  • sarı tonu 37.50%
  • ana renk tonu 21.57%
CMYK:
(0,43,38,22)
C0M43Y38K22 
(0%,43%,38%,22%)
(0.00/0.43/0.38/0.22)	

CMYK yüzdeleri

%0
%42.5
%37.5
%21.57

Codes

Color #C8737D in popluar color models

C8737D
RGB200115125
HSL353°43.59%61.76%
HSB/HSV353°42.50%78.43%
CMYK0.00%42.50%37.50%
21.57%

Color #C8737D in popluar number systems.

HEXC8737D
Decimal200115125
Binary1100100011100111111101
Octal310163175

Shades and tints

Shades of #C8737D

#C8737D
(200,115,125)
#B66972
(182,105,114)
#A45F67
(164,95,103)
#92555C
(146,85,92)
#804B51
(128,75,81)
#6E4146
(110,65,70)
#5C373B
(92,55,59)
#4A2D30
(74,45,48)
#382325
(56,35,37)
#26191A
(38,25,26)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #C8737D

#C8737D
(200,115,125)
#CD7F88
(205,127,136)
#D28B93
(210,139,147)
#D7979E
(215,151,158)
#DCA3A9
(220,163,169)
#E1AFB4
(225,175,180)
#E6BBBF
(230,187,191)
#EBC7CA
(235,199,202)
#F0D3D5
(240,211,213)
#F5DFE0
(245,223,224)
#FAEBEB
(250,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8737D color. Also use rgb(200,115,125) instead hex code.

Text Font Color

.myTextColor { color: #C8737D; }

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

This text font color is #C8737D.


Background Color

.myBgColor { background-color: #C8737D; }

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

This div background color is #C8737D.


Border color

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

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

This div border color is #C8737D.


Opacity

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

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

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

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

This text has shadow with #C8737D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8737D on black background.


Color preview on white background

This text has color #C8737D on white background.



Black color preview on #C8737D background

This text has black color on #C8737D background.


White color preview on #C8737D background

This text has white color on #C8737D background.