COLOR #C38CAA

HEX: #C38CAA
RGB: (195,140,170)

Color info

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

RGB color model

#C38CAA color RGB value is (195,140,170).

  • red value is 195;
  • green value is 140;
  • blue value is 170.
RGB:
(195,140,170)
(76%,55%,67%)

RGB channels and saturation

R 195 of 255 = 76%
G 140 of 255 = 55%
B 170 of 255 = 67%

195
140
170

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

Portions of RGB colors in percentages

R + G + B =
195 + 140 + 170 = 505 (100%)
R 195 of 505 ~ 38.61%
G 140 of 505 ~ 27.72%
B 170 of 505 ~ 33.66%

%38.61
%27.72
%33.66

CMYK color model

#C38CAA color CMYK value is (0,28,13,24).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 12.82%
  • key color value is 23.53%
CMYK:
(0,28,13,24)
C0M28Y13K24 
(0%,28%,13%,24%)
(0.00/0.28/0.13/0.24)	

CMYK percentages

%0
%28.21
%12.82
%23.53

Codes

Color #C38CAA in popluar color models

C38CAA
RGB195140170
HSL327°31.43%65.69%
HSB/HSV327°28.21%76.47%
CMYK0.00%28.21%12.82%
23.53%

Color #C38CAA in popluar number systems.

HEXC38CAA
Decimal195140170
Binary110000111000110010101010
Octal303214252

Shades and tints

Shades of #C38CAA

#C38CAA
(195,140,170)
#B2809B
(178,128,155)
#A1748C
(161,116,140)
#90687D
(144,104,125)
#7F5C6E
(127,92,110)
#6E505F
(110,80,95)
#5D4450
(93,68,80)
#4C3841
(76,56,65)
#3B2C32
(59,44,50)
#2A2023
(42,32,35)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #C38CAA

#C38CAA
(195,140,170)
#C896B1
(200,150,177)
#CDA0B8
(205,160,184)
#D2AABF
(210,170,191)
#D7B4C6
(215,180,198)
#DCBECD
(220,190,205)
#E1C8D4
(225,200,212)
#E6D2DB
(230,210,219)
#EBDCE2
(235,220,226)
#F0E6E9
(240,230,233)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38CAA color. Also use rgb(195,140,170) instead hex code.

Text Font Color

.myTextColor { color: #C38CAA; }

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

This text font color is #C38CAA.


Background Color

.myBgColor { background-color: #C38CAA; }

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

This div background color is #C38CAA.


Border color

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

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

This div border color is #C38CAA.


Opacity

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

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

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

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

This text has shadow with #C38CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38CAA on black background.


Color preview on white background

This text has color #C38CAA on white background.



Black color preview on #C38CAA background

This text has black color on #C38CAA background.


White color preview on #C38CAA background

This text has white color on #C38CAA background.