COLOR #C083AB

HEX: #C083AB
RGB: (192,131,171)

Color info

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

RGB color model

#C083AB color RGB value is (192,131,171).

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

RGB channels and saturation

R 192 of 255 = 75%
G 131 of 255 = 51%
B 171 of 255 = 67%

192
131
171

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

Portions of RGB colors in percentages

R + G + B =
192 + 131 + 171 = 494 (100%)
R 192 of 494 ~ 38.87%
G 131 of 494 ~ 26.52%
B 171 of 494 ~ 34.62%

%38.87
%26.52
%34.62

CMYK color model

#C083AB color CMYK value is (0,32,11,25).

  • cyan value is 0.00%
  • magenta value is 31.77%
  • yellow value is 10.94%
  • key color value is 24.71%
CMYK:
(0,32,11,25)
C0M32Y11K25 
(0%,32%,11%,25%)
(0.00/0.32/0.11/0.25)	

CMYK percentages

%0
%31.77
%10.94
%24.71

Codes

Color #C083AB in popluar color models

C083AB
RGB192131171
HSL321°32.62%63.33%
HSB/HSV321°31.77%75.29%
CMYK0.00%31.77%10.94%
24.71%

Color #C083AB in popluar number systems.

HEXC083AB
Decimal192131171
Binary110000001000001110101011
Octal300203253

Shades and tints

Shades of #C083AB

#C083AB
(192,131,171)
#AF789C
(175,120,156)
#9E6D8D
(158,109,141)
#8D627E
(141,98,126)
#7C576F
(124,87,111)
#6B4C60
(107,76,96)
#5A4151
(90,65,81)
#493642
(73,54,66)
#382B33
(56,43,51)
#272024
(39,32,36)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #C083AB

#C083AB
(192,131,171)
#C58EB2
(197,142,178)
#CA99B9
(202,153,185)
#CFA4C0
(207,164,192)
#D4AFC7
(212,175,199)
#D9BACE
(217,186,206)
#DEC5D5
(222,197,213)
#E3D0DC
(227,208,220)
#E8DBE3
(232,219,227)
#EDE6EA
(237,230,234)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C083AB; }

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

This text font color is #C083AB.


Background Color

.myBgColor { background-color: #C083AB; }

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

This div background color is #C083AB.


Border color

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

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

This div border color is #C083AB.


Opacity

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

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

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

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

This text has shadow with #C083AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C083AB on black background.


Color preview on white background

This text has color #C083AB on white background.



Black color preview on #C083AB background

This text has black color on #C083AB background.


White color preview on #C083AB background

This text has white color on #C083AB background.