COLOR #C95B17

HEX: #C95B17
RGB: (201,91,23)

Renk bilgisi

#C95B17 contains mainly red color. #C95B17 ‘ nin web güvenlik rengi #CC6600 (ya da #C60) dir.

RGB renk modeli

#C95B17 color RGB value is (201,91,23).

  • kırmız ton 201;
  • yeşil ton 91;
  • mavi ton 23.
RGB:
(201,91,23)
(79%,36%,9%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 91 of 255 = 36%
B 23 of 255 = 9%

201
91
23

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 91 + 23 = 315 (100%)
R 201 of 315 ~ 63.81%
G 91 of 315 ~ 28.89%
B 23 of 315 ~ 7.3%

%63.81
%28.89

CMYK RENK MODELİ

#C95B17 rengi CMYK tonu (0,55,89,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.73%
  • sarı tonu 88.56%
  • ana renk tonu 21.18%
CMYK:
(0,55,89,21)
C0M55Y89K21 
(0%,55%,89%,21%)
(0.00/0.55/0.89/0.21)	

CMYK yüzdeleri

%0
%54.73
%88.56
%21.18

Codes

Color #C95B17 in popluar color models

C95B17
RGB2019123
HSL23°79.46%43.92%
HSB/HSV23°88.56%78.82%
CMYK0.00%54.73%88.56%
21.18%

Color #C95B17 in popluar number systems.

HEXC95B17
Decimal2019123
Binary11001001101101110111
Octal31113327

Shades and tints

Shades of #C95B17

#C95B17
(201,91,23)
#B75315
(183,83,21)
#A54B13
(165,75,19)
#934311
(147,67,17)
#813B0F
(129,59,15)
#6F330D
(111,51,13)
#5D2B0B
(93,43,11)
#4B2309
(75,35,9)
#391B07
(57,27,7)
#271305
(39,19,5)
#150B03
(21,11,3)
#000000
(0,0,0)

Tints of #C95B17

#C95B17
(201,91,23)
#CD692C
(205,105,44)
#D17741
(209,119,65)
#D58556
(213,133,86)
#D9936B
(217,147,107)
#DDA180
(221,161,128)
#E1AF95
(225,175,149)
#E5BDAA
(229,189,170)
#E9CBBF
(233,203,191)
#EDD9D4
(237,217,212)
#F1E7E9
(241,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C95B17 color. Also use rgb(201,91,23) instead hex code.

Text Font Color

.myTextColor { color: #C95B17; }

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

This text font color is #C95B17.


Background Color

.myBgColor { background-color: #C95B17; }

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

This div background color is #C95B17.


Border color

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

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

This div border color is #C95B17.


Opacity

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

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

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

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

This text has shadow with #C95B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C95B17 on black background.


Color preview on white background

This text has color #C95B17 on white background.



Black color preview on #C95B17 background

This text has black color on #C95B17 background.


White color preview on #C95B17 background

This text has white color on #C95B17 background.