COLOR #C85016

HEX: #C85016
RGB: (200,80,22)

Renk bilgisi

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

RGB renk modeli

#C85016 color RGB value is (200,80,22).

  • kırmız ton 200;
  • yeşil ton 80;
  • mavi ton 22.
RGB:
(200,80,22)
(78%,31%,9%)

RGB bağlantıları ve doygunluk

R 200 of 255 = 78%
G 80 of 255 = 31%
B 22 of 255 = 9%

200
80
22

R + G + B ~ 39%. #C85016 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
200 + 80 + 22 = 302 (100%)
R 200 of 302 ~ 66.23%
G 80 of 302 ~ 26.49%
B 22 of 302 ~ 7.28%

%66.23
%26.49

CMYK RENK MODELİ

#C85016 rengi CMYK tonu (0,60,89,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.00%
  • sarı tonu 89.00%
  • ana renk tonu 21.57%
CMYK:
(0,60,89,22)
C0M60Y89K22 
(0%,60%,89%,22%)
(0.00/0.60/0.89/0.22)	

CMYK yüzdeleri

%0
%60
%89
%21.57

Codes

Color #C85016 in popluar color models

C85016
RGB2008022
HSL20°80.18%43.53%
HSB/HSV20°89.00%78.43%
CMYK0.00%60.00%89.00%
21.57%

Color #C85016 in popluar number systems.

HEXC85016
Decimal2008022
Binary11001000101000010110
Octal31012026

Shades and tints

Shades of #C85016

#C85016
(200,80,22)
#B64914
(182,73,20)
#A44212
(164,66,18)
#923B10
(146,59,16)
#80340E
(128,52,14)
#6E2D0C
(110,45,12)
#5C260A
(92,38,10)
#4A1F08
(74,31,8)
#381806
(56,24,6)
#261104
(38,17,4)
#140A02
(20,10,2)
#000000
(0,0,0)

Tints of #C85016

#C85016
(200,80,22)
#CD5F2B
(205,95,43)
#D26E40
(210,110,64)
#D77D55
(215,125,85)
#DC8C6A
(220,140,106)
#E19B7F
(225,155,127)
#E6AA94
(230,170,148)
#EBB9A9
(235,185,169)
#F0C8BE
(240,200,190)
#F5D7D3
(245,215,211)
#FAE6E8
(250,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C85016 color. Also use rgb(200,80,22) instead hex code.

Text Font Color

.myTextColor { color: #C85016; }

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

This text font color is #C85016.


Background Color

.myBgColor { background-color: #C85016; }

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

This div background color is #C85016.


Border color

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

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

This div border color is #C85016.


Opacity

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

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

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

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

This text has shadow with #C85016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C85016 on black background.


Color preview on white background

This text has color #C85016 on white background.



Black color preview on #C85016 background

This text has black color on #C85016 background.


White color preview on #C85016 background

This text has white color on #C85016 background.