COLOR #C6553E

HEX: #C6553E
RGB: (198,85,62)

Color info

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

RGB color model

#C6553E color RGB value is (198,85,62).

  • red value is 198;
  • green value is 85;
  • blue value is 62.
RGB:
(198,85,62)
(78%,33%,24%)

RGB channels and saturation

R 198 of 255 = 78%
G 85 of 255 = 33%
B 62 of 255 = 24%

198
85
62

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

Portions of RGB colors in percentages

R + G + B =
198 + 85 + 62 = 345 (100%)
R 198 of 345 ~ 57.39%
G 85 of 345 ~ 24.64%
B 62 of 345 ~ 17.97%

%57.39
%24.64
%17.97

CMYK color model

#C6553E color CMYK value is (0,57,69,22).

  • cyan value is 0.00%
  • magenta value is 57.07%
  • yellow value is 68.69%
  • key color value is 22.35%
CMYK:
(0,57,69,22)
C0M57Y69K22 
(0%,57%,69%,22%)
(0.00/0.57/0.69/0.22)	

CMYK percentages

%0
%57.07
%68.69
%22.35

Codes

Color #C6553E in popluar color models

C6553E
RGB1988562
HSL10°54.40%50.98%
HSB/HSV10°68.69%77.65%
CMYK0.00%57.07%68.69%
22.35%

Color #C6553E in popluar number systems.

HEXC6553E
Decimal1988562
Binary110001101010101111110
Octal30612576

Shades and tints

Shades of #C6553E

#C6553E
(198,85,62)
#B44E39
(180,78,57)
#A24734
(162,71,52)
#90402F
(144,64,47)
#7E392A
(126,57,42)
#6C3225
(108,50,37)
#5A2B20
(90,43,32)
#48241B
(72,36,27)
#361D16
(54,29,22)
#241611
(36,22,17)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #C6553E

#C6553E
(198,85,62)
#CB644F
(203,100,79)
#D07360
(208,115,96)
#D58271
(213,130,113)
#DA9182
(218,145,130)
#DFA093
(223,160,147)
#E4AFA4
(228,175,164)
#E9BEB5
(233,190,181)
#EECDC6
(238,205,198)
#F3DCD7
(243,220,215)
#F8EBE8
(248,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6553E color. Also use rgb(198,85,62) instead hex code.

Text Font Color

.myTextColor { color: #C6553E; }

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

This text font color is #C6553E.


Background Color

.myBgColor { background-color: #C6553E; }

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

This div background color is #C6553E.


Border color

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

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

This div border color is #C6553E.


Opacity

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

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

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

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

This text has shadow with #C6553E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6553E on black background.


Color preview on white background

This text has color #C6553E on white background.



Black color preview on #C6553E background

This text has black color on #C6553E background.


White color preview on #C6553E background

This text has white color on #C6553E background.