COLOR #C090B6

HEX: #C090B6
RGB: (192,144,182)

Color info

#C090B6 contains red, green and blue colors in about the same proportion. Web safe color of #C090B6 is #CC99CC (or #C9C).

RGB color model

#C090B6 color RGB value is (192,144,182).

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

RGB channels and saturation

R 192 of 255 = 75%
G 144 of 255 = 56%
B 182 of 255 = 71%

192
144
182

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

Portions of RGB colors in percentages

R + G + B =
192 + 144 + 182 = 518 (100%)
R 192 of 518 ~ 37.07%
G 144 of 518 ~ 27.8%
B 182 of 518 ~ 35.14%

%37.07
%27.8
%35.14

CMYK color model

#C090B6 color CMYK value is (0,25,5,25).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 5.21%
  • key color value is 24.71%
CMYK:
(0,25,5,25)
C0M25Y5K25 
(0%,25%,5%,25%)
(0.00/0.25/0.05/0.25)	

CMYK percentages

%0
%25
%5.21
%24.71

Codes

Color #C090B6 in popluar color models

C090B6
RGB192144182
HSL313°27.59%65.88%
HSB/HSV313°25.00%75.29%
CMYK0.00%25.00%5.21%
24.71%

Color #C090B6 in popluar number systems.

HEXC090B6
Decimal192144182
Binary110000001001000010110110
Octal300220266

Shades and tints

Shades of #C090B6

#C090B6
(192,144,182)
#AF83A6
(175,131,166)
#9E7696
(158,118,150)
#8D6986
(141,105,134)
#7C5C76
(124,92,118)
#6B4F66
(107,79,102)
#5A4256
(90,66,86)
#493546
(73,53,70)
#382836
(56,40,54)
#271B26
(39,27,38)
#160E16
(22,14,22)
#000000
(0,0,0)

Tints of #C090B6

#C090B6
(192,144,182)
#C59ABC
(197,154,188)
#CAA4C2
(202,164,194)
#CFAEC8
(207,174,200)
#D4B8CE
(212,184,206)
#D9C2D4
(217,194,212)
#DECCDA
(222,204,218)
#E3D6E0
(227,214,224)
#E8E0E6
(232,224,230)
#EDEAEC
(237,234,236)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C090B6; }

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

This text font color is #C090B6.


Background Color

.myBgColor { background-color: #C090B6; }

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

This div background color is #C090B6.


Border color

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

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

This div border color is #C090B6.


Opacity

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

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

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

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

This text has shadow with #C090B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C090B6 on black background.


Color preview on white background

This text has color #C090B6 on white background.



Black color preview on #C090B6 background

This text has black color on #C090B6 background.


White color preview on #C090B6 background

This text has white color on #C090B6 background.