COLOR #C15B6D

HEX: #C15B6D
RGB: (193,91,109)

Renk bilgisi

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

RGB renk modeli

#C15B6D color RGB value is (193,91,109).

  • kırmız ton 193;
  • yeşil ton 91;
  • mavi ton 109.
RGB:
(193,91,109)
(76%,36%,43%)

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 91 of 255 = 36%
B 109 of 255 = 43%

193
91
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 91 + 109 = 393 (100%)
R 193 of 393 ~ 49.11%
G 91 of 393 ~ 23.16%
B 109 of 393 ~ 27.74%

%49.11
%23.16
%27.74

CMYK RENK MODELİ

#C15B6D rengi CMYK tonu (0,53,44,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.85%
  • sarı tonu 43.52%
  • ana renk tonu 24.31%
CMYK:
(0,53,44,24)
C0M53Y44K24 
(0%,53%,44%,24%)
(0.00/0.53/0.44/0.24)	

CMYK yüzdeleri

%0
%52.85
%43.52
%24.31

Codes

Color #C15B6D in popluar color models

C15B6D
RGB19391109
HSL349°45.13%55.69%
HSB/HSV349°52.85%75.69%
CMYK0.00%52.85%43.52%
24.31%

Color #C15B6D in popluar number systems.

HEXC15B6D
Decimal19391109
Binary1100000110110111101101
Octal301133155

Shades and tints

Shades of #C15B6D

#C15B6D
(193,91,109)
#B05364
(176,83,100)
#9F4B5B
(159,75,91)
#8E4352
(142,67,82)
#7D3B49
(125,59,73)
#6C3340
(108,51,64)
#5B2B37
(91,43,55)
#4A232E
(74,35,46)
#391B25
(57,27,37)
#28131C
(40,19,28)
#170B13
(23,11,19)
#000000
(0,0,0)

Tints of #C15B6D

#C15B6D
(193,91,109)
#C6697A
(198,105,122)
#CB7787
(203,119,135)
#D08594
(208,133,148)
#D593A1
(213,147,161)
#DAA1AE
(218,161,174)
#DFAFBB
(223,175,187)
#E4BDC8
(228,189,200)
#E9CBD5
(233,203,213)
#EED9E2
(238,217,226)
#F3E7EF
(243,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C15B6D color. Also use rgb(193,91,109) instead hex code.

Text Font Color

.myTextColor { color: #C15B6D; }

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

This text font color is #C15B6D.


Background Color

.myBgColor { background-color: #C15B6D; }

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

This div background color is #C15B6D.


Border color

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

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

This div border color is #C15B6D.


Opacity

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

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

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

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

This text has shadow with #C15B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C15B6D on black background.


Color preview on white background

This text has color #C15B6D on white background.



Black color preview on #C15B6D background

This text has black color on #C15B6D background.


White color preview on #C15B6D background

This text has white color on #C15B6D background.