COLOR #C4655C

HEX: #C4655C
RGB: (196,101,92)

Color info

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

RGB color model

#C4655C color RGB value is (196,101,92).

  • red value is 196;
  • green value is 101;
  • blue value is 92.
RGB:
(196,101,92)
(77%,40%,36%)

RGB channels and saturation

R 196 of 255 = 77%
G 101 of 255 = 40%
B 92 of 255 = 36%

196
101
92

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

Portions of RGB colors in percentages

R + G + B =
196 + 101 + 92 = 389 (100%)
R 196 of 389 ~ 50.39%
G 101 of 389 ~ 25.96%
B 92 of 389 ~ 23.65%

%50.39
%25.96
%23.65

CMYK color model

#C4655C color CMYK value is (0,48,53,23).

  • cyan value is 0.00%
  • magenta value is 48.47%
  • yellow value is 53.06%
  • key color value is 23.14%
CMYK:
(0,48,53,23)
C0M48Y53K23 
(0%,48%,53%,23%)
(0.00/0.48/0.53/0.23)	

CMYK percentages

%0
%48.47
%53.06
%23.14

Codes

Color #C4655C in popluar color models

C4655C
RGB19610192
HSL46.85%56.47%
HSB/HSV53.06%76.86%
CMYK0.00%48.47%53.06%
23.14%

Color #C4655C in popluar number systems.

HEXC4655C
Decimal19610192
Binary1100010011001011011100
Octal304145134

Shades and tints

Shades of #C4655C

#C4655C
(196,101,92)
#B35C54
(179,92,84)
#A2534C
(162,83,76)
#914A44
(145,74,68)
#80413C
(128,65,60)
#6F3834
(111,56,52)
#5E2F2C
(94,47,44)
#4D2624
(77,38,36)
#3C1D1C
(60,29,28)
#2B1414
(43,20,20)
#1A0B0C
(26,11,12)
#000000
(0,0,0)

Tints of #C4655C

#C4655C
(196,101,92)
#C9736A
(201,115,106)
#CE8178
(206,129,120)
#D38F86
(211,143,134)
#D89D94
(216,157,148)
#DDABA2
(221,171,162)
#E2B9B0
(226,185,176)
#E7C7BE
(231,199,190)
#ECD5CC
(236,213,204)
#F1E3DA
(241,227,218)
#F6F1E8
(246,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4655C color. Also use rgb(196,101,92) instead hex code.

Text Font Color

.myTextColor { color: #C4655C; }

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

This text font color is #C4655C.


Background Color

.myBgColor { background-color: #C4655C; }

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

This div background color is #C4655C.


Border color

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

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

This div border color is #C4655C.


Opacity

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

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

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

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

This text has shadow with #C4655C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4655C on black background.


Color preview on white background

This text has color #C4655C on white background.



Black color preview on #C4655C background

This text has black color on #C4655C background.


White color preview on #C4655C background

This text has white color on #C4655C background.