COLOR #C089A1

HEX: #C089A1
RGB: (192,137,161)

Color info

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

RGB color model

#C089A1 color RGB value is (192,137,161).

  • red value is 192;
  • green value is 137;
  • blue value is 161.
RGB:
(192,137,161)
(75%,54%,63%)

RGB channels and saturation

R 192 of 255 = 75%
G 137 of 255 = 54%
B 161 of 255 = 63%

192
137
161

R + G + B ~ 64%. #C089A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 137 + 161 = 490 (100%)
R 192 of 490 ~ 39.18%
G 137 of 490 ~ 27.96%
B 161 of 490 ~ 32.86%

%39.18
%27.96
%32.86

CMYK color model

#C089A1 color CMYK value is (0,29,16,25).

  • cyan value is 0.00%
  • magenta value is 28.65%
  • yellow value is 16.15%
  • key color value is 24.71%
CMYK:
(0,29,16,25)
C0M29Y16K25 
(0%,29%,16%,25%)
(0.00/0.29/0.16/0.25)	

CMYK percentages

%0
%28.65
%16.15
%24.71

Codes

Color #C089A1 in popluar color models

C089A1
RGB192137161
HSL334°30.39%64.51%
HSB/HSV334°28.65%75.29%
CMYK0.00%28.65%16.15%
24.71%

Color #C089A1 in popluar number systems.

HEXC089A1
Decimal192137161
Binary110000001000100110100001
Octal300211241

Shades and tints

Shades of #C089A1

#C089A1
(192,137,161)
#AF7D93
(175,125,147)
#9E7185
(158,113,133)
#8D6577
(141,101,119)
#7C5969
(124,89,105)
#6B4D5B
(107,77,91)
#5A414D
(90,65,77)
#49353F
(73,53,63)
#382931
(56,41,49)
#271D23
(39,29,35)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #C089A1

#C089A1
(192,137,161)
#C593A9
(197,147,169)
#CA9DB1
(202,157,177)
#CFA7B9
(207,167,185)
#D4B1C1
(212,177,193)
#D9BBC9
(217,187,201)
#DEC5D1
(222,197,209)
#E3CFD9
(227,207,217)
#E8D9E1
(232,217,225)
#EDE3E9
(237,227,233)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C089A1 color. Also use rgb(192,137,161) instead hex code.

Text Font Color

.myTextColor { color: #C089A1; }

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

This text font color is #C089A1.


Background Color

.myBgColor { background-color: #C089A1; }

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

This div background color is #C089A1.


Border color

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

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

This div border color is #C089A1.


Opacity

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

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

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

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

This text has shadow with #C089A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C089A1 on black background.


Color preview on white background

This text has color #C089A1 on white background.



Black color preview on #C089A1 background

This text has black color on #C089A1 background.


White color preview on #C089A1 background

This text has white color on #C089A1 background.