COLOR #C090C9

HEX: #C090C9
RGB: (192,144,201)

Color info

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

RGB color model

#C090C9 color RGB value is (192,144,201).

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

RGB channels and saturation

R 192 of 255 = 75%
G 144 of 255 = 56%
B 201 of 255 = 79%

192
144
201

R + G + B ~ 70%. #C090C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 144 + 201 = 537 (100%)
R 192 of 537 ~ 35.75%
G 144 of 537 ~ 26.82%
B 201 of 537 ~ 37.43%

%35.75
%26.82
%37.43

CMYK color model

#C090C9 color CMYK value is (4,28,0,21).

  • cyan value is 4.48%
  • magenta value is 28.36%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(4,28,0,21)
C4M28Y0K21 
(4%,28%,0%,21%)
(0.04/0.28/0.00/0.21)	

CMYK percentages

%4.48
%28.36
%0
%21.18

Codes

Color #C090C9 in popluar color models

C090C9
RGB192144201
HSL291°34.55%67.65%
HSB/HSV291°28.36%78.82%
CMYK4.48%28.36%0.00%
21.18%

Color #C090C9 in popluar number systems.

HEXC090C9
Decimal192144201
Binary110000001001000011001001
Octal300220311

Shades and tints

Shades of #C090C9

#C090C9
(192,144,201)
#AF83B7
(175,131,183)
#9E76A5
(158,118,165)
#8D6993
(141,105,147)
#7C5C81
(124,92,129)
#6B4F6F
(107,79,111)
#5A425D
(90,66,93)
#49354B
(73,53,75)
#382839
(56,40,57)
#271B27
(39,27,39)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #C090C9

#C090C9
(192,144,201)
#C59ACD
(197,154,205)
#CAA4D1
(202,164,209)
#CFAED5
(207,174,213)
#D4B8D9
(212,184,217)
#D9C2DD
(217,194,221)
#DECCE1
(222,204,225)
#E3D6E5
(227,214,229)
#E8E0E9
(232,224,233)
#EDEAED
(237,234,237)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C090C9; }

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

This text font color is #C090C9.


Background Color

.myBgColor { background-color: #C090C9; }

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

This div background color is #C090C9.


Border color

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

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

This div border color is #C090C9.


Opacity

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

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

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

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

This text has shadow with #C090C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C090C9 on black background.


Color preview on white background

This text has color #C090C9 on white background.



Black color preview on #C090C9 background

This text has black color on #C090C9 background.


White color preview on #C090C9 background

This text has white color on #C090C9 background.