COLOR #C38AAE

HEX: #C38AAE RGB: (195,138,174)

Color info

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

RGB color model

#C38AAE color RGB value is (195,138,174).

RGB: (195,138,174) (76%, 54%, 68%)

RGB channels and saturation

R 195 of 255 = 76%
G 138 of 255 = 54%
B 174 of 255 = 68%

195
138
174

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

Portions of RGB colors in percentages

R + G + B = 195 + 138 + 174 = 507 (100%)
R 195 of 507 ~ 38.46%
G 138 of 507 ~ 27.22%
B 174 of 507 ~ 34.32'%

%38.46
%27.22
%34.32

CMYK color model

#C38AAE color CMYK value is (0,29,11,24).

  • cyan value is 0.00%
  • magenta value is 29.23%
  • yellow value is 10.77%
  • key color value is 23.53%

CMYK: (0,29,11,24)
C0M29Y11K24 (0%, 29%, 11%, 24%)
(0.00 / 0.29 / 0.11 / 0.24)

CMYK percentages

%0
%29.23
%10.77
%23.53

Codes

Color #C38AAE in popluar color models

C3 8A AE
RGB 195 138 174
HSL 322° 32.20% 65.29%
HSB/HSV 322° 29.23% 76.47%
CMYK 0.00% 29.23% 10.77%
23.53%

Color #C38AAE in popluar number systems.

HEX C3 8A AE
Decimal 195 138 174
Binary 11000011 10001010 10101110
Octal 303 212 256

Shades and tints

Shades of #C38AAE

#C38AAE
(195,138,174)
#B27E9F
(178,126,159)
#A17290
(161,114,144)
#906681
(144,102,129)
#7F5A72
(127,90,114)
#6E4E63
(110,78,99)
#5D4254
(93,66,84)
#4C3645
(76,54,69)
#3B2A36
(59,42,54)
#2A1E27
(42,30,39)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #C38AAE

#C38AAE
(195,138,174)
#C894B5
(200,148,181)
#CD9EBC
(205,158,188)
#D2A8C3
(210,168,195)
#D7B2CA
(215,178,202)
#DCBCD1
(220,188,209)
#E1C6D8
(225,198,216)
#E6D0DF
(230,208,223)
#EBDAE6
(235,218,230)
#F0E4ED
(240,228,237)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38AAE; }

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

This text font color is #C38AAE.

Background Color

.myBgColor { background-color: #C38AAE; }

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

This div background color is #C38AAE.

Border color

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

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

This div border color is #C38AAE.

Opacity

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

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

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

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

This text has shadow with #C38AAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C38AAE.

Preview

Color preview on black background

This text has color #C38AAE on black background.


Color preview on white background

This text has color #C38AAE on white background.


Black color preview on #C38AAE background

This text has black color on #C38AAE background.


White color preview on #C38AAE background

This text has white color on #C38AAE background.


Related colors

Complementary color

Complementary color for #hex is #3C7551.


I love getcolorcode.com

Triadic colors

1 #AEC38A and #8AAEC3 with #C38AAE are triadic colors.

2 #AE8AC3 and #8AC3AE with #C38AAE are triadic colors.