COLOR #C2999F

HEX: #C2999F
RGB: (194,153,159)

Color info

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

RGB color model

#C2999F color RGB value is (194,153,159).

  • red value is 194;
  • green value is 153;
  • blue value is 159.
RGB:
(194,153,159)
(76%,60%,62%)

RGB channels and saturation

R 194 of 255 = 76%
G 153 of 255 = 60%
B 159 of 255 = 62%

194
153
159

R + G + B ~ 66%. #C2999F is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 153 + 159 = 506 (100%)
R 194 of 506 ~ 38.34%
G 153 of 506 ~ 30.24%
B 159 of 506 ~ 31.42%

%38.34
%30.24
%31.42

CMYK color model

#C2999F color CMYK value is (0,21,18,24).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 18.04%
  • key color value is 23.92%
CMYK:
(0,21,18,24)
C0M21Y18K24 
(0%,21%,18%,24%)
(0.00/0.21/0.18/0.24)	

CMYK percentages

%0
%21.13
%18.04
%23.92

Codes

Color #C2999F in popluar color models

C2999F
RGB194153159
HSL351°25.15%68.04%
HSB/HSV351°21.13%76.08%
CMYK0.00%21.13%18.04%
23.92%

Color #C2999F in popluar number systems.

HEXC2999F
Decimal194153159
Binary110000101001100110011111
Octal302231237

Shades and tints

Shades of #C2999F

#C2999F
(194,153,159)
#B18C91
(177,140,145)
#A07F83
(160,127,131)
#8F7275
(143,114,117)
#7E6567
(126,101,103)
#6D5859
(109,88,89)
#5C4B4B
(92,75,75)
#4B3E3D
(75,62,61)
#3A312F
(58,49,47)
#292421
(41,36,33)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #C2999F

#C2999F
(194,153,159)
#C7A2A7
(199,162,167)
#CCABAF
(204,171,175)
#D1B4B7
(209,180,183)
#D6BDBF
(214,189,191)
#DBC6C7
(219,198,199)
#E0CFCF
(224,207,207)
#E5D8D7
(229,216,215)
#EAE1DF
(234,225,223)
#EFEAE7
(239,234,231)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2999F color. Also use rgb(194,153,159) instead hex code.

Text Font Color

.myTextColor { color: #C2999F; }

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

This text font color is #C2999F.


Background Color

.myBgColor { background-color: #C2999F; }

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

This div background color is #C2999F.


Border color

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

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

This div border color is #C2999F.


Opacity

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

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

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

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

This text has shadow with #C2999F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2999F on black background.


Color preview on white background

This text has color #C2999F on white background.



Black color preview on #C2999F background

This text has black color on #C2999F background.


White color preview on #C2999F background

This text has white color on #C2999F background.