COLOR #C082A0

HEX: #C082A0
RGB: (192,130,160)

Color info

#C082A0 contains mainly red and blue colors. Web safe color of #C082A0 is #CC9999 (or #C99).

RGB color model

#C082A0 color RGB value is (192,130,160).

  • red value is 192;
  • green value is 130;
  • blue value is 160.
RGB:
(192,130,160)
(75%,51%,63%)

RGB channels and saturation

R 192 of 255 = 75%
G 130 of 255 = 51%
B 160 of 255 = 63%

192
130
160

R + G + B ~ 63%. #C082A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 130 + 160 = 482 (100%)
R 192 of 482 ~ 39.83%
G 130 of 482 ~ 26.97%
B 160 of 482 ~ 33.2%

%39.83
%26.97
%33.2

CMYK color model

#C082A0 color CMYK value is (0,32,17,25).

  • cyan value is 0.00%
  • magenta value is 32.29%
  • yellow value is 16.67%
  • key color value is 24.71%
CMYK:
(0,32,17,25)
C0M32Y17K25 
(0%,32%,17%,25%)
(0.00/0.32/0.17/0.25)	

CMYK percentages

%0
%32.29
%16.67
%24.71

Codes

Color #C082A0 in popluar color models

C082A0
RGB192130160
HSL331°32.98%63.14%
HSB/HSV331°32.29%75.29%
CMYK0.00%32.29%16.67%
24.71%

Color #C082A0 in popluar number systems.

HEXC082A0
Decimal192130160
Binary110000001000001010100000
Octal300202240

Shades and tints

Shades of #C082A0

#C082A0
(192,130,160)
#AF7792
(175,119,146)
#9E6C84
(158,108,132)
#8D6176
(141,97,118)
#7C5668
(124,86,104)
#6B4B5A
(107,75,90)
#5A404C
(90,64,76)
#49353E
(73,53,62)
#382A30
(56,42,48)
#271F22
(39,31,34)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #C082A0

#C082A0
(192,130,160)
#C58DA8
(197,141,168)
#CA98B0
(202,152,176)
#CFA3B8
(207,163,184)
#D4AEC0
(212,174,192)
#D9B9C8
(217,185,200)
#DEC4D0
(222,196,208)
#E3CFD8
(227,207,216)
#E8DAE0
(232,218,224)
#EDE5E8
(237,229,232)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C082A0 color. Also use rgb(192,130,160) instead hex code.

Text Font Color

.myTextColor { color: #C082A0; }

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

This text font color is #C082A0.


Background Color

.myBgColor { background-color: #C082A0; }

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

This div background color is #C082A0.


Border color

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

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

This div border color is #C082A0.


Opacity

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

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

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

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

This text has shadow with #C082A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C082A0 on black background.


Color preview on white background

This text has color #C082A0 on white background.



Black color preview on #C082A0 background

This text has black color on #C082A0 background.


White color preview on #C082A0 background

This text has white color on #C082A0 background.