COLOR #C75635

HEX: #C75635
RGB: (199,86,53)

Renk bilgisi

#C75635 contains mainly red color. #C75635 ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#C75635 color RGB value is (199,86,53).

  • kırmız ton 199;
  • yeşil ton 86;
  • mavi ton 53.
RGB:
(199,86,53)
(78%,34%,21%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 86 of 255 = 34%
B 53 of 255 = 21%

199
86
53

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 86 + 53 = 338 (100%)
R 199 of 338 ~ 58.88%
G 86 of 338 ~ 25.44%
B 53 of 338 ~ 15.68%

%58.88
%25.44
%15.68

CMYK RENK MODELİ

#C75635 rengi CMYK tonu (0,57,73,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.78%
  • sarı tonu 73.37%
  • ana renk tonu 21.96%
CMYK:
(0,57,73,22)
C0M57Y73K22 
(0%,57%,73%,22%)
(0.00/0.57/0.73/0.22)	

CMYK yüzdeleri

%0
%56.78
%73.37
%21.96

Codes

Color #C75635 in popluar color models

C75635
RGB1998653
HSL14°57.94%49.41%
HSB/HSV14°73.37%78.04%
CMYK0.00%56.78%73.37%
21.96%

Color #C75635 in popluar number systems.

HEXC75635
Decimal1998653
Binary110001111010110110101
Octal30712665

Shades and tints

Shades of #C75635

#C75635
(199,86,53)
#B54F31
(181,79,49)
#A3482D
(163,72,45)
#914129
(145,65,41)
#7F3A25
(127,58,37)
#6D3321
(109,51,33)
#5B2C1D
(91,44,29)
#492519
(73,37,25)
#371E15
(55,30,21)
#251711
(37,23,17)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #C75635

#C75635
(199,86,53)
#CC6547
(204,101,71)
#D17459
(209,116,89)
#D6836B
(214,131,107)
#DB927D
(219,146,125)
#E0A18F
(224,161,143)
#E5B0A1
(229,176,161)
#EABFB3
(234,191,179)
#EFCEC5
(239,206,197)
#F4DDD7
(244,221,215)
#F9ECE9
(249,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C75635 color. Also use rgb(199,86,53) instead hex code.

Text Font Color

.myTextColor { color: #C75635; }

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

This text font color is #C75635.


Background Color

.myBgColor { background-color: #C75635; }

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

This div background color is #C75635.


Border color

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

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

This div border color is #C75635.


Opacity

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

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

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

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

This text has shadow with #C75635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C75635 on black background.


Color preview on white background

This text has color #C75635 on white background.



Black color preview on #C75635 background

This text has black color on #C75635 background.


White color preview on #C75635 background

This text has white color on #C75635 background.