COLOR #C083A1

HEX: #C083A1
RGB: (192,131,161)

Color info

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

RGB color model

#C083A1 color RGB value is (192,131,161).

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

RGB channels and saturation

R 192 of 255 = 75%
G 131 of 255 = 51%
B 161 of 255 = 63%

192
131
161

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

Portions of RGB colors in percentages

R + G + B =
192 + 131 + 161 = 484 (100%)
R 192 of 484 ~ 39.67%
G 131 of 484 ~ 27.07%
B 161 of 484 ~ 33.26%

%39.67
%27.07
%33.26

CMYK color model

#C083A1 color CMYK value is (0,32,16,25).

  • cyan value is 0.00%
  • magenta value is 31.77%
  • yellow value is 16.15%
  • key color value is 24.71%
CMYK:
(0,32,16,25)
C0M32Y16K25 
(0%,32%,16%,25%)
(0.00/0.32/0.16/0.25)	

CMYK percentages

%0
%31.77
%16.15
%24.71

Codes

Color #C083A1 in popluar color models

C083A1
RGB192131161
HSL330°32.62%63.33%
HSB/HSV330°31.77%75.29%
CMYK0.00%31.77%16.15%
24.71%

Color #C083A1 in popluar number systems.

HEXC083A1
Decimal192131161
Binary110000001000001110100001
Octal300203241

Shades and tints

Shades of #C083A1

#C083A1
(192,131,161)
#AF7893
(175,120,147)
#9E6D85
(158,109,133)
#8D6277
(141,98,119)
#7C5769
(124,87,105)
#6B4C5B
(107,76,91)
#5A414D
(90,65,77)
#49363F
(73,54,63)
#382B31
(56,43,49)
#272023
(39,32,35)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #C083A1

#C083A1
(192,131,161)
#C58EA9
(197,142,169)
#CA99B1
(202,153,177)
#CFA4B9
(207,164,185)
#D4AFC1
(212,175,193)
#D9BAC9
(217,186,201)
#DEC5D1
(222,197,209)
#E3D0D9
(227,208,217)
#E8DBE1
(232,219,225)
#EDE6E9
(237,230,233)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C083A1 color. Also use rgb(192,131,161) instead hex code.

Text Font Color

.myTextColor { color: #C083A1; }

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

This text font color is #C083A1.


Background Color

.myBgColor { background-color: #C083A1; }

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

This div background color is #C083A1.


Border color

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

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

This div border color is #C083A1.


Opacity

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

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

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

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

This text has shadow with #C083A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C083A1 on black background.


Color preview on white background

This text has color #C083A1 on white background.



Black color preview on #C083A1 background

This text has black color on #C083A1 background.


White color preview on #C083A1 background

This text has white color on #C083A1 background.