COLOR #C090CC

HEX: #C090CC RGB: (192,144,204)

Color info

#C090CC contains mainly red and blue colors. Web safe color of #C090CC is #CC99CC (or #C9C).

RGB color model

#C090CC color RGB value is (192,144,204).

RGB: (192,144,204) (75%, 56%, 80%)

RGB channels and saturation

R 192 of 255 = 75%
G 144 of 255 = 56%
B 204 of 255 = 80%

192
144
204

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

Portions of RGB colors in percentages

R + G + B = 192 + 144 + 204 = 540 (100%)
R 192 of 540 ~ 35.56%
G 144 of 540 ~ 26.67%
B 204 of 540 ~ 37.78'%

%35.56
%26.67
%37.78

CMYK color model

#C090CC color CMYK value is (6,29,0,20).

  • cyan value is 5.88%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (6,29,0,20) C6M29Y0K20 (6%,29%,0%,20%) (0.06/0.29/0.00/0.20) 

CMYK percentages

%5.88
%29.41
%0
%20

Codes

Color #C090CC in popluar color models

C0 90 CC
RGB 192 144 204
HSL 288° 37.04% 68.24%
HSB/HSV 288° 29.41% 80.00%
CMYK 5.88% 29.41% 0.00%
20.00%

Color #C090CC in popluar number systems.

HEX C0 90 CC
Decimal 192 144 204
Binary 11000000 10010000 11001100
Octal 300 220 314

Shades and tints

Shades of #C090CC

#C090CC
(192,144,204)
#AF83BA
(175,131,186)
#9E76A8
(158,118,168)
#8D6996
(141,105,150)
#7C5C84
(124,92,132)
#6B4F72
(107,79,114)
#5A4260
(90,66,96)
#49354E
(73,53,78)
#38283C
(56,40,60)
#271B2A
(39,27,42)
#160E18
(22,14,24)
#000000
(0,0,0)

Tints of #C090CC

#C090CC
(192,144,204)
#C59AD0
(197,154,208)
#CAA4D4
(202,164,212)
#CFAED8
(207,174,216)
#D4B8DC
(212,184,220)
#D9C2E0
(217,194,224)
#DECCE4
(222,204,228)
#E3D6E8
(227,214,232)
#E8E0EC
(232,224,236)
#EDEAF0
(237,234,240)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C090CC; }

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

This text font color is #C090CC.

Background Color

.myBgColor { background-color: #C090CC; }

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

This div background color is #C090CC.

Border color

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

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

This div border color is #C090CC.

Opacity

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

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

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

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

This text has shadow with #C090CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C090CC.

Preview

Color preview on black background

This text has color #C090CC on black background.


Color preview on white background

This text has color #C090CC on white background.


Black color preview on #C090CC background

This text has black color on #C090CC background.


White color preview on #C090CC background

This text has white color on #C090CC background.


Related colors

Complementary color

Complementary color for #hex is #3F6F33.


I love getcolorcode.com

Triadic colors

1 #CCC090 and #90CCC0 with #C090CC are triadic colors.

2 #CC90C0 and #90C0CC with #C090CC are triadic colors.