COLOR #C184AA

HEX: #C184AA
RGB: (193,132,170)

Color info

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

RGB color model

#C184AA color RGB value is (193,132,170).

  • red value is 193;
  • green value is 132;
  • blue value is 170.
RGB:
(193,132,170)
(76%,52%,67%)

RGB channels and saturation

R 193 of 255 = 76%
G 132 of 255 = 52%
B 170 of 255 = 67%

193
132
170

R + G + B ~ 65%. #C184AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 132 + 170 = 495 (100%)
R 193 of 495 ~ 38.99%
G 132 of 495 ~ 26.67%
B 170 of 495 ~ 34.34%

%38.99
%26.67
%34.34

CMYK color model

#C184AA color CMYK value is (0,32,12,24).

  • cyan value is 0.00%
  • magenta value is 31.61%
  • yellow value is 11.92%
  • key color value is 24.31%
CMYK:
(0,32,12,24)
C0M32Y12K24 
(0%,32%,12%,24%)
(0.00/0.32/0.12/0.24)	

CMYK percentages

%0
%31.61
%11.92
%24.31

Codes

Color #C184AA in popluar color models

C184AA
RGB193132170
HSL323°32.97%63.73%
HSB/HSV323°31.61%75.69%
CMYK0.00%31.61%11.92%
24.31%

Color #C184AA in popluar number systems.

HEXC184AA
Decimal193132170
Binary110000011000010010101010
Octal301204252

Shades and tints

Shades of #C184AA

#C184AA
(193,132,170)
#B0789B
(176,120,155)
#9F6C8C
(159,108,140)
#8E607D
(142,96,125)
#7D546E
(125,84,110)
#6C485F
(108,72,95)
#5B3C50
(91,60,80)
#4A3041
(74,48,65)
#392432
(57,36,50)
#281823
(40,24,35)
#170C14
(23,12,20)
#000000
(0,0,0)

Tints of #C184AA

#C184AA
(193,132,170)
#C68FB1
(198,143,177)
#CB9AB8
(203,154,184)
#D0A5BF
(208,165,191)
#D5B0C6
(213,176,198)
#DABBCD
(218,187,205)
#DFC6D4
(223,198,212)
#E4D1DB
(228,209,219)
#E9DCE2
(233,220,226)
#EEE7E9
(238,231,233)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C184AA color. Also use rgb(193,132,170) instead hex code.

Text Font Color

.myTextColor { color: #C184AA; }

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

This text font color is #C184AA.


Background Color

.myBgColor { background-color: #C184AA; }

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

This div background color is #C184AA.


Border color

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

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

This div border color is #C184AA.


Opacity

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

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

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

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

This text has shadow with #C184AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C184AA on black background.


Color preview on white background

This text has color #C184AA on white background.



Black color preview on #C184AA background

This text has black color on #C184AA background.


White color preview on #C184AA background

This text has white color on #C184AA background.