COLOR #C2968D

HEX: #C2968D RGB: (194,150,141)

Color info

#C2968D contains red, green and blue colors in about the same proportion. Web safe color of #C2968D is #CC9999 (or #C99).

RGB color model

#C2968D color RGB value is (194,150,141).

RGB: (194,150,141) (76%, 59%, 55%)

RGB channels and saturation

R 194 of 255 = 76%
G 150 of 255 = 59%
B 141 of 255 = 55%

194
150
141

R + G + B ~ 63%. #C2968D is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 150 + 141 = 485 (100%)
R 194 of 485 ~ 40%
G 150 of 485 ~ 30.93%
B 141 of 485 ~ 29.07'%

%40
%30.93
%29.07

CMYK color model

#C2968D color CMYK value is (0,23,27,24).

  • cyan value is 0.00%
  • magenta value is 22.68%
  • yellow value is 27.32%
  • key color value is 23.92%
CMYK: (0,23,27,24) C0M23Y27K24 (0%,23%,27%,24%) (0.00/0.23/0.27/0.24) 

CMYK percentages

%0
%22.68
%27.32
%23.92

Codes

Color #C2968D in popluar color models

C2 96 8D
RGB 194 150 141
HSL 10° 30.29% 65.69%
HSB/HSV 10° 27.32% 76.08%
CMYK 0.00% 22.68% 27.32%
23.92%

Color #C2968D in popluar number systems.

HEX C2 96 8D
Decimal 194 150 141
Binary 11000010 10010110 10001101
Octal 302 226 215

Shades and tints

Shades of #C2968D

#C2968D
(194,150,141)
#B18981
(177,137,129)
#A07C75
(160,124,117)
#8F6F69
(143,111,105)
#7E625D
(126,98,93)
#6D5551
(109,85,81)
#5C4845
(92,72,69)
#4B3B39
(75,59,57)
#3A2E2D
(58,46,45)
#292121
(41,33,33)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #C2968D

#C2968D
(194,150,141)
#C79F97
(199,159,151)
#CCA8A1
(204,168,161)
#D1B1AB
(209,177,171)
#D6BAB5
(214,186,181)
#DBC3BF
(219,195,191)
#E0CCC9
(224,204,201)
#E5D5D3
(229,213,211)
#EADEDD
(234,222,221)
#EFE7E7
(239,231,231)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2968D color. Also use rgb(194,150,141) instead hex code.

Text Font Color

.myTextColor { color: #C2968D; }

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

This text font color is #C2968D.

Background Color

.myBgColor { background-color: #C2968D; }

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

This div background color is #C2968D.

Border color

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

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

This div border color is #C2968D.

Opacity

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

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

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

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

This text has shadow with #C2968D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2968D.

Preview

Color preview on black background

This text has color #C2968D on black background.


Color preview on white background

This text has color #C2968D on white background.


Black color preview on #C2968D background

This text has black color on #C2968D background.


White color preview on #C2968D background

This text has white color on #C2968D background.


Related colors

Complementary color

Complementary color for #hex is #3D6972.


I love getcolorcode.com

Triadic colors

1 #8DC296 and #968DC2 with #C2968D are triadic colors.

2 #8D96C2 and #96C28D with #C2968D are triadic colors.