COLOR #C5654C

HEX: #C5654C
RGB: (197,101,76)

Color info

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

RGB color model

#C5654C color RGB value is (197,101,76).

  • red value is 197;
  • green value is 101;
  • blue value is 76.
RGB:
(197,101,76)
(77%,40%,30%)

RGB channels and saturation

R 197 of 255 = 77%
G 101 of 255 = 40%
B 76 of 255 = 30%

197
101
76

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

Portions of RGB colors in percentages

R + G + B =
197 + 101 + 76 = 374 (100%)
R 197 of 374 ~ 52.67%
G 101 of 374 ~ 27.01%
B 76 of 374 ~ 20.32%

%52.67
%27.01
%20.32

CMYK color model

#C5654C color CMYK value is (0,49,61,23).

  • cyan value is 0.00%
  • magenta value is 48.73%
  • yellow value is 61.42%
  • key color value is 22.75%
CMYK:
(0,49,61,23)
C0M49Y61K23 
(0%,49%,61%,23%)
(0.00/0.49/0.61/0.23)	

CMYK percentages

%0
%48.73
%61.42
%22.75

Codes

Color #C5654C in popluar color models

C5654C
RGB19710176
HSL12°51.05%53.53%
HSB/HSV12°61.42%77.25%
CMYK0.00%48.73%61.42%
22.75%

Color #C5654C in popluar number systems.

HEXC5654C
Decimal19710176
Binary1100010111001011001100
Octal305145114

Shades and tints

Shades of #C5654C

#C5654C
(197,101,76)
#B45C46
(180,92,70)
#A35340
(163,83,64)
#924A3A
(146,74,58)
#814134
(129,65,52)
#70382E
(112,56,46)
#5F2F28
(95,47,40)
#4E2622
(78,38,34)
#3D1D1C
(61,29,28)
#2C1416
(44,20,22)
#1B0B10
(27,11,16)
#000000
(0,0,0)

Tints of #C5654C

#C5654C
(197,101,76)
#CA735C
(202,115,92)
#CF816C
(207,129,108)
#D48F7C
(212,143,124)
#D99D8C
(217,157,140)
#DEAB9C
(222,171,156)
#E3B9AC
(227,185,172)
#E8C7BC
(232,199,188)
#EDD5CC
(237,213,204)
#F2E3DC
(242,227,220)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5654C color. Also use rgb(197,101,76) instead hex code.

Text Font Color

.myTextColor { color: #C5654C; }

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

This text font color is #C5654C.


Background Color

.myBgColor { background-color: #C5654C; }

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

This div background color is #C5654C.


Border color

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

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

This div border color is #C5654C.


Opacity

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

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

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

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

This text has shadow with #C5654C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5654C on black background.


Color preview on white background

This text has color #C5654C on white background.



Black color preview on #C5654C background

This text has black color on #C5654C background.


White color preview on #C5654C background

This text has white color on #C5654C background.