COLOR #C292AB

HEX: #C292AB
RGB: (194,146,171)

Color info

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

RGB color model

#C292AB color RGB value is (194,146,171).

  • red value is 194;
  • green value is 146;
  • blue value is 171.
RGB:
(194,146,171)
(76%,57%,67%)

RGB channels and saturation

R 194 of 255 = 76%
G 146 of 255 = 57%
B 171 of 255 = 67%

194
146
171

R + G + B ~ 67%. #C292AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 146 + 171 = 511 (100%)
R 194 of 511 ~ 37.96%
G 146 of 511 ~ 28.57%
B 171 of 511 ~ 33.46%

%37.96
%28.57
%33.46

CMYK color model

#C292AB color CMYK value is (0,25,12,24).

  • cyan value is 0.00%
  • magenta value is 24.74%
  • yellow value is 11.86%
  • key color value is 23.92%
CMYK:
(0,25,12,24)
C0M25Y12K24 
(0%,25%,12%,24%)
(0.00/0.25/0.12/0.24)	

CMYK percentages

%0
%24.74
%11.86
%23.92

Codes

Color #C292AB in popluar color models

C292AB
RGB194146171
HSL329°28.24%66.67%
HSB/HSV329°24.74%76.08%
CMYK0.00%24.74%11.86%
23.92%

Color #C292AB in popluar number systems.

HEXC292AB
Decimal194146171
Binary110000101001001010101011
Octal302222253

Shades and tints

Shades of #C292AB

#C292AB
(194,146,171)
#B1859C
(177,133,156)
#A0788D
(160,120,141)
#8F6B7E
(143,107,126)
#7E5E6F
(126,94,111)
#6D5160
(109,81,96)
#5C4451
(92,68,81)
#4B3742
(75,55,66)
#3A2A33
(58,42,51)
#291D24
(41,29,36)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #C292AB

#C292AB
(194,146,171)
#C79BB2
(199,155,178)
#CCA4B9
(204,164,185)
#D1ADC0
(209,173,192)
#D6B6C7
(214,182,199)
#DBBFCE
(219,191,206)
#E0C8D5
(224,200,213)
#E5D1DC
(229,209,220)
#EADAE3
(234,218,227)
#EFE3EA
(239,227,234)
#F4ECF1
(244,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C292AB color. Also use rgb(194,146,171) instead hex code.

Text Font Color

.myTextColor { color: #C292AB; }

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

This text font color is #C292AB.


Background Color

.myBgColor { background-color: #C292AB; }

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

This div background color is #C292AB.


Border color

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

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

This div border color is #C292AB.


Opacity

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

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

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

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

This text has shadow with #C292AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C292AB on black background.


Color preview on white background

This text has color #C292AB on white background.



Black color preview on #C292AB background

This text has black color on #C292AB background.


White color preview on #C292AB background

This text has white color on #C292AB background.