COLOR #C090AB

HEX: #C090AB
RGB: (192,144,171)

Color info

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

RGB color model

#C090AB color RGB value is (192,144,171).

  • red value is 192;
  • green value is 144;
  • blue value is 171.
RGB:
(192,144,171)
(75%,56%,67%)

RGB channels and saturation

R 192 of 255 = 75%
G 144 of 255 = 56%
B 171 of 255 = 67%

192
144
171

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

Portions of RGB colors in percentages

R + G + B =
192 + 144 + 171 = 507 (100%)
R 192 of 507 ~ 37.87%
G 144 of 507 ~ 28.4%
B 171 of 507 ~ 33.73%

%37.87
%28.4
%33.73

CMYK color model

#C090AB color CMYK value is (0,25,11,25).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 10.94%
  • key color value is 24.71%
CMYK:
(0,25,11,25)
C0M25Y11K25 
(0%,25%,11%,25%)
(0.00/0.25/0.11/0.25)	

CMYK percentages

%0
%25
%10.94
%24.71

Codes

Color #C090AB in popluar color models

C090AB
RGB192144171
HSL326°27.59%65.88%
HSB/HSV326°25.00%75.29%
CMYK0.00%25.00%10.94%
24.71%

Color #C090AB in popluar number systems.

HEXC090AB
Decimal192144171
Binary110000001001000010101011
Octal300220253

Shades and tints

Shades of #C090AB

#C090AB
(192,144,171)
#AF839C
(175,131,156)
#9E768D
(158,118,141)
#8D697E
(141,105,126)
#7C5C6F
(124,92,111)
#6B4F60
(107,79,96)
#5A4251
(90,66,81)
#493542
(73,53,66)
#382833
(56,40,51)
#271B24
(39,27,36)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #C090AB

#C090AB
(192,144,171)
#C59AB2
(197,154,178)
#CAA4B9
(202,164,185)
#CFAEC0
(207,174,192)
#D4B8C7
(212,184,199)
#D9C2CE
(217,194,206)
#DECCD5
(222,204,213)
#E3D6DC
(227,214,220)
#E8E0E3
(232,224,227)
#EDEAEA
(237,234,234)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C090AB color. Also use rgb(192,144,171) instead hex code.

Text Font Color

.myTextColor { color: #C090AB; }

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

This text font color is #C090AB.


Background Color

.myBgColor { background-color: #C090AB; }

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

This div background color is #C090AB.


Border color

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

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

This div border color is #C090AB.


Opacity

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

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

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

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

This text has shadow with #C090AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C090AB on black background.


Color preview on white background

This text has color #C090AB on white background.



Black color preview on #C090AB background

This text has black color on #C090AB background.


White color preview on #C090AB background

This text has white color on #C090AB background.