COLOR #C2656D

HEX: #C2656D
RGB: (194,101,109)

Color info

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

RGB color model

#C2656D color RGB value is (194,101,109).

  • red value is 194;
  • green value is 101;
  • blue value is 109.
RGB:
(194,101,109)
(76%,40%,43%)

RGB channels and saturation

R 194 of 255 = 76%
G 101 of 255 = 40%
B 109 of 255 = 43%

194
101
109

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

Portions of RGB colors in percentages

R + G + B =
194 + 101 + 109 = 404 (100%)
R 194 of 404 ~ 48.02%
G 101 of 404 ~ 25%
B 109 of 404 ~ 26.98%

%48.02
%25
%26.98

CMYK color model

#C2656D color CMYK value is (0,48,44,24).

  • cyan value is 0.00%
  • magenta value is 47.94%
  • yellow value is 43.81%
  • key color value is 23.92%
CMYK:
(0,48,44,24)
C0M48Y44K24 
(0%,48%,44%,24%)
(0.00/0.48/0.44/0.24)	

CMYK percentages

%0
%47.94
%43.81
%23.92

Codes

Color #C2656D in popluar color models

C2656D
RGB194101109
HSL355°43.26%57.84%
HSB/HSV355°47.94%76.08%
CMYK0.00%47.94%43.81%
23.92%

Color #C2656D in popluar number systems.

HEXC2656D
Decimal194101109
Binary1100001011001011101101
Octal302145155

Shades and tints

Shades of #C2656D

#C2656D
(194,101,109)
#B15C64
(177,92,100)
#A0535B
(160,83,91)
#8F4A52
(143,74,82)
#7E4149
(126,65,73)
#6D3840
(109,56,64)
#5C2F37
(92,47,55)
#4B262E
(75,38,46)
#3A1D25
(58,29,37)
#29141C
(41,20,28)
#180B13
(24,11,19)
#000000
(0,0,0)

Tints of #C2656D

#C2656D
(194,101,109)
#C7737A
(199,115,122)
#CC8187
(204,129,135)
#D18F94
(209,143,148)
#D69DA1
(214,157,161)
#DBABAE
(219,171,174)
#E0B9BB
(224,185,187)
#E5C7C8
(229,199,200)
#EAD5D5
(234,213,213)
#EFE3E2
(239,227,226)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2656D color. Also use rgb(194,101,109) instead hex code.

Text Font Color

.myTextColor { color: #C2656D; }

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

This text font color is #C2656D.


Background Color

.myBgColor { background-color: #C2656D; }

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

This div background color is #C2656D.


Border color

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

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

This div border color is #C2656D.


Opacity

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

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

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

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

This text has shadow with #C2656D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2656D on black background.


Color preview on white background

This text has color #C2656D on white background.



Black color preview on #C2656D background

This text has black color on #C2656D background.


White color preview on #C2656D background

This text has white color on #C2656D background.