COLOR #C399A8

HEX: #C399A8
RGB: (195,153,168)

Color info

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

RGB color model

#C399A8 color RGB value is (195,153,168).

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

RGB channels and saturation

R 195 of 255 = 76%
G 153 of 255 = 60%
B 168 of 255 = 66%

195
153
168

R + G + B ~ 67%. #C399A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 153 + 168 = 516 (100%)
R 195 of 516 ~ 37.79%
G 153 of 516 ~ 29.65%
B 168 of 516 ~ 32.56%

%37.79
%29.65
%32.56

CMYK color model

#C399A8 color CMYK value is (0,22,14,24).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 13.85%
  • key color value is 23.53%
CMYK:
(0,22,14,24)
C0M22Y14K24 
(0%,22%,14%,24%)
(0.00/0.22/0.14/0.24)	

CMYK percentages

%0
%21.54
%13.85
%23.53

Codes

Color #C399A8 in popluar color models

C399A8
RGB195153168
HSL339°25.93%68.24%
HSB/HSV339°21.54%76.47%
CMYK0.00%21.54%13.85%
23.53%

Color #C399A8 in popluar number systems.

HEXC399A8
Decimal195153168
Binary110000111001100110101000
Octal303231250

Shades and tints

Shades of #C399A8

#C399A8
(195,153,168)
#B28C99
(178,140,153)
#A17F8A
(161,127,138)
#90727B
(144,114,123)
#7F656C
(127,101,108)
#6E585D
(110,88,93)
#5D4B4E
(93,75,78)
#4C3E3F
(76,62,63)
#3B3130
(59,49,48)
#2A2421
(42,36,33)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #C399A8

#C399A8
(195,153,168)
#C8A2AF
(200,162,175)
#CDABB6
(205,171,182)
#D2B4BD
(210,180,189)
#D7BDC4
(215,189,196)
#DCC6CB
(220,198,203)
#E1CFD2
(225,207,210)
#E6D8D9
(230,216,217)
#EBE1E0
(235,225,224)
#F0EAE7
(240,234,231)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C399A8; }

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

This text font color is #C399A8.


Background Color

.myBgColor { background-color: #C399A8; }

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

This div background color is #C399A8.


Border color

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

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

This div border color is #C399A8.


Opacity

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

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

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

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

This text has shadow with #C399A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C399A8 on black background.


Color preview on white background

This text has color #C399A8 on white background.



Black color preview on #C399A8 background

This text has black color on #C399A8 background.


White color preview on #C399A8 background

This text has white color on #C399A8 background.