COLOR #C2957C

HEX: #C2957C
RGB: (194,149,124)

Color info

#C2957C contains mainly red and green colors. Web safe color of #C2957C is #CC9966 (or #C96).

RGB color model

#C2957C color RGB value is (194,149,124).

  • red value is 194;
  • green value is 149;
  • blue value is 124.
RGB:
(194,149,124)
(76%,58%,49%)

RGB channels and saturation

R 194 of 255 = 76%
G 149 of 255 = 58%
B 124 of 255 = 49%

194
149
124

R + G + B ~ 61%. #C2957C is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 149 + 124 = 467 (100%)
R 194 of 467 ~ 41.54%
G 149 of 467 ~ 31.91%
B 124 of 467 ~ 26.55%

%41.54
%31.91
%26.55

CMYK color model

#C2957C color CMYK value is (0,23,36,24).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 36.08%
  • key color value is 23.92%
CMYK:
(0,23,36,24)
C0M23Y36K24 
(0%,23%,36%,24%)
(0.00/0.23/0.36/0.24)	

CMYK percentages

%0
%23.2
%36.08
%23.92

Codes

Color #C2957C in popluar color models

C2957C
RGB194149124
HSL21°36.46%62.35%
HSB/HSV21°36.08%76.08%
CMYK0.00%23.20%36.08%
23.92%

Color #C2957C in popluar number systems.

HEXC2957C
Decimal194149124
Binary11000010100101011111100
Octal302225174

Shades and tints

Shades of #C2957C

#C2957C
(194,149,124)
#B18871
(177,136,113)
#A07B66
(160,123,102)
#8F6E5B
(143,110,91)
#7E6150
(126,97,80)
#6D5445
(109,84,69)
#5C473A
(92,71,58)
#4B3A2F
(75,58,47)
#3A2D24
(58,45,36)
#292019
(41,32,25)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #C2957C

#C2957C
(194,149,124)
#C79E87
(199,158,135)
#CCA792
(204,167,146)
#D1B09D
(209,176,157)
#D6B9A8
(214,185,168)
#DBC2B3
(219,194,179)
#E0CBBE
(224,203,190)
#E5D4C9
(229,212,201)
#EADDD4
(234,221,212)
#EFE6DF
(239,230,223)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2957C color. Also use rgb(194,149,124) instead hex code.

Text Font Color

.myTextColor { color: #C2957C; }

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

This text font color is #C2957C.


Background Color

.myBgColor { background-color: #C2957C; }

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

This div background color is #C2957C.


Border color

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

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

This div border color is #C2957C.


Opacity

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

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

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

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

This text has shadow with #C2957C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2957C on black background.


Color preview on white background

This text has color #C2957C on white background.



Black color preview on #C2957C background

This text has black color on #C2957C background.


White color preview on #C2957C background

This text has white color on #C2957C background.