COLOR #C0563B

HEX: #C0563B RGB: (192,86,59)

Color info

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

RGB color model

#C0563B color RGB value is (192,86,59).

RGB: (192,86,59) (75%, 34%, 23%)

RGB channels and saturation

R 192 of 255 = 75%
G 86 of 255 = 34%
B 59 of 255 = 23%

192
86
59

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

Portions of RGB colors in percentages

R + G + B = 192 + 86 + 59 = 337 (100%)
R 192 of 337 ~ 56.97%
G 86 of 337 ~ 25.52%
B 59 of 337 ~ 17.51'%

%56.97
%25.52
%17.51

CMYK color model

#C0563B color CMYK value is (0,55,69,25).

  • cyan value is 0.00%
  • magenta value is 55.21%
  • yellow value is 69.27%
  • key color value is 24.71%

CMYK: (0,55,69,25)
C0M55Y69K25 (0%, 55%, 69%, 25%)
(0.00 / 0.55 / 0.69 / 0.25)

CMYK percentages

%0
%55.21
%69.27
%24.71

Codes

Color #C0563B in popluar color models

C0 56 3B
RGB 192 86 59
HSL 12° 52.99% 49.22%
HSB/HSV 12° 69.27% 75.29%
CMYK 0.00% 55.21% 69.27%
24.71%

Color #C0563B in popluar number systems.

HEX C0 56 3B
Decimal 192 86 59
Binary 11000000 1010110 111011
Octal 300 126 73

Shades and tints

Shades of #C0563B

#C0563B
(192,86,59)
#AF4F36
(175,79,54)
#9E4831
(158,72,49)
#8D412C
(141,65,44)
#7C3A27
(124,58,39)
#6B3322
(107,51,34)
#5A2C1D
(90,44,29)
#492518
(73,37,24)
#381E13
(56,30,19)
#27170E
(39,23,14)
#161009
(22,16,9)
#000000
(0,0,0)

Tints of #C0563B

#C0563B
(192,86,59)
#C5654C
(197,101,76)
#CA745D
(202,116,93)
#CF836E
(207,131,110)
#D4927F
(212,146,127)
#D9A190
(217,161,144)
#DEB0A1
(222,176,161)
#E3BFB2
(227,191,178)
#E8CEC3
(232,206,195)
#EDDDD4
(237,221,212)
#F2ECE5
(242,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0563B color. Also use rgb(192,86,59) instead hex code.

Text Font Color

.myTextColor { color: #C0563B; }

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

This text font color is #C0563B.

Background Color

.myBgColor { background-color: #C0563B; }

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

This div background color is #C0563B.

Border color

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

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

This div border color is #C0563B.

Opacity

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

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

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

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

This text has shadow with #C0563B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0563B.

Preview

Color preview on black background

This text has color #C0563B on black background.


Color preview on white background

This text has color #C0563B on white background.


Black color preview on #C0563B background

This text has black color on #C0563B background.


White color preview on #C0563B background

This text has white color on #C0563B background.


Related colors

Complementary color

Complementary color for #hex is #3FA9C4.


I love getcolorcode.com

Triadic colors

1 #3BC056 and #563BC0 with #C0563B are triadic colors.

2 #3B56C0 and #56C03B with #C0563B are triadic colors.