COLOR #C4765E

HEX: #C4765E
RGB: (196,118,94)

Color info

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

RGB color model

#C4765E color RGB value is (196,118,94).

  • red value is 196;
  • green value is 118;
  • blue value is 94.
RGB:
(196,118,94)
(77%,46%,37%)

RGB channels and saturation

R 196 of 255 = 77%
G 118 of 255 = 46%
B 94 of 255 = 37%

196
118
94

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

Portions of RGB colors in percentages

R + G + B =
196 + 118 + 94 = 408 (100%)
R 196 of 408 ~ 48.04%
G 118 of 408 ~ 28.92%
B 94 of 408 ~ 23.04%

%48.04
%28.92
%23.04

CMYK color model

#C4765E color CMYK value is (0,40,52,23).

  • cyan value is 0.00%
  • magenta value is 39.80%
  • yellow value is 52.04%
  • key color value is 23.14%
CMYK:
(0,40,52,23)
C0M40Y52K23 
(0%,40%,52%,23%)
(0.00/0.40/0.52/0.23)	

CMYK percentages

%0
%39.8
%52.04
%23.14

Codes

Color #C4765E in popluar color models

C4765E
RGB19611894
HSL14°46.36%56.86%
HSB/HSV14°52.04%76.86%
CMYK0.00%39.80%52.04%
23.14%

Color #C4765E in popluar number systems.

HEXC4765E
Decimal19611894
Binary1100010011101101011110
Octal304166136

Shades and tints

Shades of #C4765E

#C4765E
(196,118,94)
#B36C56
(179,108,86)
#A2624E
(162,98,78)
#915846
(145,88,70)
#804E3E
(128,78,62)
#6F4436
(111,68,54)
#5E3A2E
(94,58,46)
#4D3026
(77,48,38)
#3C261E
(60,38,30)
#2B1C16
(43,28,22)
#1A120E
(26,18,14)
#000000
(0,0,0)

Tints of #C4765E

#C4765E
(196,118,94)
#C9826C
(201,130,108)
#CE8E7A
(206,142,122)
#D39A88
(211,154,136)
#D8A696
(216,166,150)
#DDB2A4
(221,178,164)
#E2BEB2
(226,190,178)
#E7CAC0
(231,202,192)
#ECD6CE
(236,214,206)
#F1E2DC
(241,226,220)
#F6EEEA
(246,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4765E color. Also use rgb(196,118,94) instead hex code.

Text Font Color

.myTextColor { color: #C4765E; }

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

This text font color is #C4765E.


Background Color

.myBgColor { background-color: #C4765E; }

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

This div background color is #C4765E.


Border color

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

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

This div border color is #C4765E.


Opacity

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

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

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

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

This text has shadow with #C4765E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4765E on black background.


Color preview on white background

This text has color #C4765E on white background.



Black color preview on #C4765E background

This text has black color on #C4765E background.


White color preview on #C4765E background

This text has white color on #C4765E background.