COLOR #C384AB

HEX: #C384AB
RGB: (195,132,171)

Color info

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

RGB color model

#C384AB color RGB value is (195,132,171).

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

RGB channels and saturation

R 195 of 255 = 76%
G 132 of 255 = 52%
B 171 of 255 = 67%

195
132
171

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

Portions of RGB colors in percentages

R + G + B =
195 + 132 + 171 = 498 (100%)
R 195 of 498 ~ 39.16%
G 132 of 498 ~ 26.51%
B 171 of 498 ~ 34.34%

%39.16
%26.51
%34.34

CMYK color model

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

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

CMYK percentages

%0
%32.31
%12.31
%23.53

Codes

Color #C384AB in popluar color models

C384AB
RGB195132171
HSL323°34.43%64.12%
HSB/HSV323°32.31%76.47%
CMYK0.00%32.31%12.31%
23.53%

Color #C384AB in popluar number systems.

HEXC384AB
Decimal195132171
Binary110000111000010010101011
Octal303204253

Shades and tints

Shades of #C384AB

#C384AB
(195,132,171)
#B2789C
(178,120,156)
#A16C8D
(161,108,141)
#90607E
(144,96,126)
#7F546F
(127,84,111)
#6E4860
(110,72,96)
#5D3C51
(93,60,81)
#4C3042
(76,48,66)
#3B2433
(59,36,51)
#2A1824
(42,24,36)
#190C15
(25,12,21)
#000000
(0,0,0)

Tints of #C384AB

#C384AB
(195,132,171)
#C88FB2
(200,143,178)
#CD9AB9
(205,154,185)
#D2A5C0
(210,165,192)
#D7B0C7
(215,176,199)
#DCBBCE
(220,187,206)
#E1C6D5
(225,198,213)
#E6D1DC
(230,209,220)
#EBDCE3
(235,220,227)
#F0E7EA
(240,231,234)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C384AB color. Also use rgb(195,132,171) instead hex code.

Text Font Color

.myTextColor { color: #C384AB; }

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

This text font color is #C384AB.


Background Color

.myBgColor { background-color: #C384AB; }

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

This div background color is #C384AB.


Border color

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

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

This div border color is #C384AB.


Opacity

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

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

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

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

This text has shadow with #C384AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C384AB on black background.


Color preview on white background

This text has color #C384AB on white background.



Black color preview on #C384AB background

This text has black color on #C384AB background.


White color preview on #C384AB background

This text has white color on #C384AB background.