COLOR #C399AC

HEX: #C399AC
RGB: (195,153,172)

Color info

#C399AC contains red, green and blue colors in about the same proportion. Web safe color of #C399AC is #CC9999 (or #C99).

RGB color model

#C399AC color RGB value is (195,153,172).

  • red value is 195;
  • green value is 153;
  • blue value is 172.
RGB:
(195,153,172)
(76%,60%,67%)

RGB channels and saturation

R 195 of 255 = 76%
G 153 of 255 = 60%
B 172 of 255 = 67%

195
153
172

R + G + B ~ 68%. #C399AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 153 + 172 = 520 (100%)
R 195 of 520 ~ 37.5%
G 153 of 520 ~ 29.42%
B 172 of 520 ~ 33.08%

%37.5
%29.42
%33.08

CMYK color model

#C399AC color CMYK value is (0,22,12,24).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 11.79%
  • key color value is 23.53%
CMYK:
(0,22,12,24)
C0M22Y12K24 
(0%,22%,12%,24%)
(0.00/0.22/0.12/0.24)	

CMYK percentages

%0
%21.54
%11.79
%23.53

Codes

Color #C399AC in popluar color models

C399AC
RGB195153172
HSL333°25.93%68.24%
HSB/HSV333°21.54%76.47%
CMYK0.00%21.54%11.79%
23.53%

Color #C399AC in popluar number systems.

HEXC399AC
Decimal195153172
Binary110000111001100110101100
Octal303231254

Shades and tints

Shades of #C399AC

#C399AC
(195,153,172)
#B28C9D
(178,140,157)
#A17F8E
(161,127,142)
#90727F
(144,114,127)
#7F6570
(127,101,112)
#6E5861
(110,88,97)
#5D4B52
(93,75,82)
#4C3E43
(76,62,67)
#3B3134
(59,49,52)
#2A2425
(42,36,37)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #C399AC

#C399AC
(195,153,172)
#C8A2B3
(200,162,179)
#CDABBA
(205,171,186)
#D2B4C1
(210,180,193)
#D7BDC8
(215,189,200)
#DCC6CF
(220,198,207)
#E1CFD6
(225,207,214)
#E6D8DD
(230,216,221)
#EBE1E4
(235,225,228)
#F0EAEB
(240,234,235)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C399AC color. Also use rgb(195,153,172) instead hex code.

Text Font Color

.myTextColor { color: #C399AC; }

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

This text font color is #C399AC.


Background Color

.myBgColor { background-color: #C399AC; }

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

This div background color is #C399AC.


Border color

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

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

This div border color is #C399AC.


Opacity

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

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

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

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

This text has shadow with #C399AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C399AC on black background.


Color preview on white background

This text has color #C399AC on white background.



Black color preview on #C399AC background

This text has black color on #C399AC background.


White color preview on #C399AC background

This text has white color on #C399AC background.