COLOR #C9521A

HEX: #C9521A
RGB: (201,82,26)

Renk bilgisi

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

RGB renk modeli

#C9521A color RGB value is (201,82,26).

  • kırmız ton 201;
  • yeşil ton 82;
  • mavi ton 26.
RGB:
(201,82,26)
(79%,32%,10%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 82 of 255 = 32%
B 26 of 255 = 10%

201
82
26

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 82 + 26 = 309 (100%)
R 201 of 309 ~ 65.05%
G 82 of 309 ~ 26.54%
B 26 of 309 ~ 8.41%

%65.05
%26.54

CMYK RENK MODELİ

#C9521A rengi CMYK tonu (0,59,87,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.20%
  • sarı tonu 87.06%
  • ana renk tonu 21.18%
CMYK:
(0,59,87,21)
C0M59Y87K21 
(0%,59%,87%,21%)
(0.00/0.59/0.87/0.21)	

CMYK yüzdeleri

%0
%59.2
%87.06
%21.18

Codes

Color #C9521A in popluar color models

C9521A
RGB2018226
HSL19°77.09%44.51%
HSB/HSV19°87.06%78.82%
CMYK0.00%59.20%87.06%
21.18%

Color #C9521A in popluar number systems.

HEXC9521A
Decimal2018226
Binary11001001101001011010
Octal31112232

Shades and tints

Shades of #C9521A

#C9521A
(201,82,26)
#B74B18
(183,75,24)
#A54416
(165,68,22)
#933D14
(147,61,20)
#813612
(129,54,18)
#6F2F10
(111,47,16)
#5D280E
(93,40,14)
#4B210C
(75,33,12)
#391A0A
(57,26,10)
#271308
(39,19,8)
#150C06
(21,12,6)
#000000
(0,0,0)

Tints of #C9521A

#C9521A
(201,82,26)
#CD612E
(205,97,46)
#D17042
(209,112,66)
#D57F56
(213,127,86)
#D98E6A
(217,142,106)
#DD9D7E
(221,157,126)
#E1AC92
(225,172,146)
#E5BBA6
(229,187,166)
#E9CABA
(233,202,186)
#EDD9CE
(237,217,206)
#F1E8E2
(241,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9521A color. Also use rgb(201,82,26) instead hex code.

Text Font Color

.myTextColor { color: #C9521A; }

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

This text font color is #C9521A.


Background Color

.myBgColor { background-color: #C9521A; }

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

This div background color is #C9521A.


Border color

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

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

This div border color is #C9521A.


Opacity

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

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

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

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

This text has shadow with #C9521A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9521A on black background.


Color preview on white background

This text has color #C9521A on white background.



Black color preview on #C9521A background

This text has black color on #C9521A background.


White color preview on #C9521A background

This text has white color on #C9521A background.