COLOR #C080AE

HEX: #C080AE
RGB: (192,128,174)

Color info

#C080AE contains mainly red and blue colors. Web safe color of #C080AE is #CC6699 (or #C69).

RGB color model

#C080AE color RGB value is (192,128,174).

  • red value is 192;
  • green value is 128;
  • blue value is 174.
RGB:
(192,128,174)
(75%,50%,68%)

RGB channels and saturation

R 192 of 255 = 75%
G 128 of 255 = 50%
B 174 of 255 = 68%

192
128
174

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

Portions of RGB colors in percentages

R + G + B =
192 + 128 + 174 = 494 (100%)
R 192 of 494 ~ 38.87%
G 128 of 494 ~ 25.91%
B 174 of 494 ~ 35.22%

%38.87
%25.91
%35.22

CMYK color model

#C080AE color CMYK value is (0,33,9,25).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 9.38%
  • key color value is 24.71%
CMYK:
(0,33,9,25)
C0M33Y9K25 
(0%,33%,9%,25%)
(0.00/0.33/0.09/0.25)	

CMYK percentages

%0
%33.33
%9.38
%24.71

Codes

Color #C080AE in popluar color models

C080AE
RGB192128174
HSL317°33.68%62.75%
HSB/HSV317°33.33%75.29%
CMYK0.00%33.33%9.38%
24.71%

Color #C080AE in popluar number systems.

HEXC080AE
Decimal192128174
Binary110000001000000010101110
Octal300200256

Shades and tints

Shades of #C080AE

#C080AE
(192,128,174)
#AF759F
(175,117,159)
#9E6A90
(158,106,144)
#8D5F81
(141,95,129)
#7C5472
(124,84,114)
#6B4963
(107,73,99)
#5A3E54
(90,62,84)
#493345
(73,51,69)
#382836
(56,40,54)
#271D27
(39,29,39)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #C080AE

#C080AE
(192,128,174)
#C58BB5
(197,139,181)
#CA96BC
(202,150,188)
#CFA1C3
(207,161,195)
#D4ACCA
(212,172,202)
#D9B7D1
(217,183,209)
#DEC2D8
(222,194,216)
#E3CDDF
(227,205,223)
#E8D8E6
(232,216,230)
#EDE3ED
(237,227,237)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C080AE color. Also use rgb(192,128,174) instead hex code.

Text Font Color

.myTextColor { color: #C080AE; }

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

This text font color is #C080AE.


Background Color

.myBgColor { background-color: #C080AE; }

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

This div background color is #C080AE.


Border color

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

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

This div border color is #C080AE.


Opacity

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

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

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

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

This text has shadow with #C080AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C080AE on black background.


Color preview on white background

This text has color #C080AE on white background.



Black color preview on #C080AE background

This text has black color on #C080AE background.


White color preview on #C080AE background

This text has white color on #C080AE background.