COLOR #C5766E

HEX: #C5766E
RGB: (197,118,110)

Color info

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

RGB color model

#C5766E color RGB value is (197,118,110).

  • red value is 197;
  • green value is 118;
  • blue value is 110.
RGB:
(197,118,110)
(77%,46%,43%)

RGB channels and saturation

R 197 of 255 = 77%
G 118 of 255 = 46%
B 110 of 255 = 43%

197
118
110

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

Portions of RGB colors in percentages

R + G + B =
197 + 118 + 110 = 425 (100%)
R 197 of 425 ~ 46.35%
G 118 of 425 ~ 27.76%
B 110 of 425 ~ 25.88%

%46.35
%27.76
%25.88

CMYK color model

#C5766E color CMYK value is (0,40,44,23).

  • cyan value is 0.00%
  • magenta value is 40.10%
  • yellow value is 44.16%
  • key color value is 22.75%
CMYK:
(0,40,44,23)
C0M40Y44K23 
(0%,40%,44%,23%)
(0.00/0.40/0.44/0.23)	

CMYK percentages

%0
%40.1
%44.16
%22.75

Codes

Color #C5766E in popluar color models

C5766E
RGB197118110
HSL42.86%60.20%
HSB/HSV44.16%77.25%
CMYK0.00%40.10%44.16%
22.75%

Color #C5766E in popluar number systems.

HEXC5766E
Decimal197118110
Binary1100010111101101101110
Octal305166156

Shades and tints

Shades of #C5766E

#C5766E
(197,118,110)
#B46C64
(180,108,100)
#A3625A
(163,98,90)
#925850
(146,88,80)
#814E46
(129,78,70)
#70443C
(112,68,60)
#5F3A32
(95,58,50)
#4E3028
(78,48,40)
#3D261E
(61,38,30)
#2C1C14
(44,28,20)
#1B120A
(27,18,10)
#000000
(0,0,0)

Tints of #C5766E

#C5766E
(197,118,110)
#CA827B
(202,130,123)
#CF8E88
(207,142,136)
#D49A95
(212,154,149)
#D9A6A2
(217,166,162)
#DEB2AF
(222,178,175)
#E3BEBC
(227,190,188)
#E8CAC9
(232,202,201)
#EDD6D6
(237,214,214)
#F2E2E3
(242,226,227)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5766E color. Also use rgb(197,118,110) instead hex code.

Text Font Color

.myTextColor { color: #C5766E; }

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

This text font color is #C5766E.


Background Color

.myBgColor { background-color: #C5766E; }

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

This div background color is #C5766E.


Border color

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

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

This div border color is #C5766E.


Opacity

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

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

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

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

This text has shadow with #C5766E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5766E on black background.


Color preview on white background

This text has color #C5766E on white background.



Black color preview on #C5766E background

This text has black color on #C5766E background.


White color preview on #C5766E background

This text has white color on #C5766E background.