COLOR #C2867C

HEX: #C2867C
RGB: (194,134,124)

Color info

#C2867C contains mainly red color. Web safe color of #C2867C is #CC9966 (or #C96).

RGB color model

#C2867C color RGB value is (194,134,124).

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

RGB channels and saturation

R 194 of 255 = 76%
G 134 of 255 = 53%
B 124 of 255 = 49%

194
134
124

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

Portions of RGB colors in percentages

R + G + B =
194 + 134 + 124 = 452 (100%)
R 194 of 452 ~ 42.92%
G 134 of 452 ~ 29.65%
B 124 of 452 ~ 27.43%

%42.92
%29.65
%27.43

CMYK color model

#C2867C color CMYK value is (0,31,36,24).

  • cyan value is 0.00%
  • magenta value is 30.93%
  • yellow value is 36.08%
  • key color value is 23.92%
CMYK:
(0,31,36,24)
C0M31Y36K24 
(0%,31%,36%,24%)
(0.00/0.31/0.36/0.24)	

CMYK percentages

%0
%30.93
%36.08
%23.92

Codes

Color #C2867C in popluar color models

C2867C
RGB194134124
HSL36.46%62.35%
HSB/HSV36.08%76.08%
CMYK0.00%30.93%36.08%
23.92%

Color #C2867C in popluar number systems.

HEXC2867C
Decimal194134124
Binary11000010100001101111100
Octal302206174

Shades and tints

Shades of #C2867C

#C2867C
(194,134,124)
#B17A71
(177,122,113)
#A06E66
(160,110,102)
#8F625B
(143,98,91)
#7E5650
(126,86,80)
#6D4A45
(109,74,69)
#5C3E3A
(92,62,58)
#4B322F
(75,50,47)
#3A2624
(58,38,36)
#291A19
(41,26,25)
#180E0E
(24,14,14)
#000000
(0,0,0)

Tints of #C2867C

#C2867C
(194,134,124)
#C79187
(199,145,135)
#CC9C92
(204,156,146)
#D1A79D
(209,167,157)
#D6B2A8
(214,178,168)
#DBBDB3
(219,189,179)
#E0C8BE
(224,200,190)
#E5D3C9
(229,211,201)
#EADED4
(234,222,212)
#EFE9DF
(239,233,223)
#F4F4EA
(244,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2867C; }

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

This text font color is #C2867C.


Background Color

.myBgColor { background-color: #C2867C; }

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

This div background color is #C2867C.


Border color

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

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

This div border color is #C2867C.


Opacity

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

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

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

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

This text has shadow with #C2867C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2867C on black background.


Color preview on white background

This text has color #C2867C on white background.



Black color preview on #C2867C background

This text has black color on #C2867C background.


White color preview on #C2867C background

This text has white color on #C2867C background.