COLOR #C38AAF

HEX: #C38AAF
RGB: (195,138,175)

Color info

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

RGB color model

#C38AAF color RGB value is (195,138,175).

  • red value is 195;
  • green value is 138;
  • blue value is 175.
RGB:
(195,138,175)
(76%,54%,69%)

RGB channels and saturation

R 195 of 255 = 76%
G 138 of 255 = 54%
B 175 of 255 = 69%

195
138
175

R + G + B ~ 66%. #C38AAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 138 + 175 = 508 (100%)
R 195 of 508 ~ 38.39%
G 138 of 508 ~ 27.17%
B 175 of 508 ~ 34.45%

%38.39
%27.17
%34.45

CMYK color model

#C38AAF color CMYK value is (0,29,10,24).

  • cyan value is 0.00%
  • magenta value is 29.23%
  • yellow value is 10.26%
  • key color value is 23.53%
CMYK:
(0,29,10,24)
C0M29Y10K24 
(0%,29%,10%,24%)
(0.00/0.29/0.10/0.24)	

CMYK percentages

%0
%29.23
%10.26
%23.53

Codes

Color #C38AAF in popluar color models

C38AAF
RGB195138175
HSL321°32.20%65.29%
HSB/HSV321°29.23%76.47%
CMYK0.00%29.23%10.26%
23.53%

Color #C38AAF in popluar number systems.

HEXC38AAF
Decimal195138175
Binary110000111000101010101111
Octal303212257

Shades and tints

Shades of #C38AAF

#C38AAF
(195,138,175)
#B27EA0
(178,126,160)
#A17291
(161,114,145)
#906682
(144,102,130)
#7F5A73
(127,90,115)
#6E4E64
(110,78,100)
#5D4255
(93,66,85)
#4C3646
(76,54,70)
#3B2A37
(59,42,55)
#2A1E28
(42,30,40)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #C38AAF

#C38AAF
(195,138,175)
#C894B6
(200,148,182)
#CD9EBD
(205,158,189)
#D2A8C4
(210,168,196)
#D7B2CB
(215,178,203)
#DCBCD2
(220,188,210)
#E1C6D9
(225,198,217)
#E6D0E0
(230,208,224)
#EBDAE7
(235,218,231)
#F0E4EE
(240,228,238)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38AAF color. Also use rgb(195,138,175) instead hex code.

Text Font Color

.myTextColor { color: #C38AAF; }

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

This text font color is #C38AAF.


Background Color

.myBgColor { background-color: #C38AAF; }

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

This div background color is #C38AAF.


Border color

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

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

This div border color is #C38AAF.


Opacity

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

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

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

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

This text has shadow with #C38AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38AAF on black background.


Color preview on white background

This text has color #C38AAF on white background.



Black color preview on #C38AAF background

This text has black color on #C38AAF background.


White color preview on #C38AAF background

This text has white color on #C38AAF background.