COLOR #C56253

HEX: #C56253 RGB: (197,98,83)

Color info

#C56253 contains mainly red color. Web safe color of #C56253 is #CC6666 (or #C66).

RGB color model

#C56253 color RGB value is (197,98,83).

RGB: (197,98,83) (77%, 38%, 33%)

RGB channels and saturation

R 197 of 255 = 77%
G 98 of 255 = 38%
B 83 of 255 = 33%

197
98
83

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

Portions of RGB colors in percentages

R + G + B = 197 + 98 + 83 = 378 (100%)
R 197 of 378 ~ 52.12%
G 98 of 378 ~ 25.93%
B 83 of 378 ~ 21.96'%

%52.12
%25.93
%21.96

CMYK color model

#C56253 color CMYK value is (0,50,58,23).

  • cyan value is 0.00%
  • magenta value is 50.25%
  • yellow value is 57.87%
  • key color value is 22.75%

CMYK: (0,50,58,23)
C0M50Y58K23 (0%, 50%, 58%, 23%)
(0.00 / 0.50 / 0.58 / 0.23)

CMYK percentages

%0
%50.25
%57.87
%22.75

Codes

Color #C56253 in popluar color models

C5 62 53
RGB 197 98 83
HSL 49.57% 54.90%
HSB/HSV 57.87% 77.25%
CMYK 0.00% 50.25% 57.87%
22.75%

Color #C56253 in popluar number systems.

HEX C5 62 53
Decimal 197 98 83
Binary 11000101 1100010 1010011
Octal 305 142 123

Shades and tints

Shades of #C56253

#C56253
(197,98,83)
#B45A4C
(180,90,76)
#A35245
(163,82,69)
#924A3E
(146,74,62)
#814237
(129,66,55)
#703A30
(112,58,48)
#5F3229
(95,50,41)
#4E2A22
(78,42,34)
#3D221B
(61,34,27)
#2C1A14
(44,26,20)
#1B120D
(27,18,13)
#000000
(0,0,0)

Tints of #C56253

#C56253
(197,98,83)
#CA7062
(202,112,98)
#CF7E71
(207,126,113)
#D48C80
(212,140,128)
#D99A8F
(217,154,143)
#DEA89E
(222,168,158)
#E3B6AD
(227,182,173)
#E8C4BC
(232,196,188)
#EDD2CB
(237,210,203)
#F2E0DA
(242,224,218)
#F7EEE9
(247,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C56253 color. Also use rgb(197,98,83) instead hex code.

Text Font Color

.myTextColor { color: #C56253; }

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

This text font color is #C56253.

Background Color

.myBgColor { background-color: #C56253; }

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

This div background color is #C56253.

Border color

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

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

This div border color is #C56253.

Opacity

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

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

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

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

This text has shadow with #C56253 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C56253.

Preview

Color preview on black background

This text has color #C56253 on black background.


Color preview on white background

This text has color #C56253 on white background.


Black color preview on #C56253 background

This text has black color on #C56253 background.


White color preview on #C56253 background

This text has white color on #C56253 background.


Related colors

Complementary color

Complementary color for #hex is #3A9DAC.


I love getcolorcode.com

Triadic colors

1 #53C562 and #6253C5 with #C56253 are triadic colors.

2 #5362C5 and #62C553 with #C56253 are triadic colors.