COLOR #C55726

HEX: #C55726
RGB: (197,87,38)

Color info

#C55726 contains mainly red color. Web safe color of #C55726 is #CC6633 (or #C63).

RGB color model

#C55726 color RGB value is (197,87,38).

  • red value is 197;
  • green value is 87;
  • blue value is 38.
RGB:
(197,87,38)
(77%,34%,15%)

RGB channels and saturation

R 197 of 255 = 77%
G 87 of 255 = 34%
B 38 of 255 = 15%

197
87
38

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

Portions of RGB colors in percentages

R + G + B =
197 + 87 + 38 = 322 (100%)
R 197 of 322 ~ 61.18%
G 87 of 322 ~ 27.02%
B 38 of 322 ~ 11.8%

%61.18
%27.02
%11.8

CMYK color model

#C55726 color CMYK value is (0,56,81,23).

  • cyan value is 0.00%
  • magenta value is 55.84%
  • yellow value is 80.71%
  • key color value is 22.75%
CMYK:
(0,56,81,23)
C0M56Y81K23 
(0%,56%,81%,23%)
(0.00/0.56/0.81/0.23)	

CMYK percentages

%0
%55.84
%80.71
%22.75

Codes

Color #C55726 in popluar color models

C55726
RGB1978738
HSL18°67.66%46.08%
HSB/HSV18°80.71%77.25%
CMYK0.00%55.84%80.71%
22.75%

Color #C55726 in popluar number systems.

HEXC55726
Decimal1978738
Binary110001011010111100110
Octal30512746

Shades and tints

Shades of #C55726

#C55726
(197,87,38)
#B45023
(180,80,35)
#A34920
(163,73,32)
#92421D
(146,66,29)
#813B1A
(129,59,26)
#703417
(112,52,23)
#5F2D14
(95,45,20)
#4E2611
(78,38,17)
#3D1F0E
(61,31,14)
#2C180B
(44,24,11)
#1B1108
(27,17,8)
#000000
(0,0,0)

Tints of #C55726

#C55726
(197,87,38)
#CA6639
(202,102,57)
#CF754C
(207,117,76)
#D4845F
(212,132,95)
#D99372
(217,147,114)
#DEA285
(222,162,133)
#E3B198
(227,177,152)
#E8C0AB
(232,192,171)
#EDCFBE
(237,207,190)
#F2DED1
(242,222,209)
#F7EDE4
(247,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C55726 color. Also use rgb(197,87,38) instead hex code.

Text Font Color

.myTextColor { color: #C55726; }

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

This text font color is #C55726.


Background Color

.myBgColor { background-color: #C55726; }

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

This div background color is #C55726.


Border color

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

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

This div border color is #C55726.


Opacity

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

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

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

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

This text has shadow with #C55726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C55726 on black background.


Color preview on white background

This text has color #C55726 on white background.



Black color preview on #C55726 background

This text has black color on #C55726 background.


White color preview on #C55726 background

This text has white color on #C55726 background.