COLOR #C38A99

HEX: #C38A99 RGB: (195,138,153)

Color info

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

RGB color model

#C38A99 color RGB value is (195,138,153).

RGB: (195,138,153) (76%, 54%, 60%)

RGB channels and saturation

R 195 of 255 = 76%
G 138 of 255 = 54%
B 153 of 255 = 60%

195
138
153

R + G + B ~ 63%. #C38A99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 138 + 153 = 486 (100%)
R 195 of 486 ~ 40.12%
G 138 of 486 ~ 28.4%
B 153 of 486 ~ 31.48'%

%40.12
%28.4
%31.48

CMYK color model

#C38A99 color CMYK value is (0,29,22,24).

  • cyan value is 0.00%
  • magenta value is 29.23%
  • yellow value is 21.54%
  • key color value is 23.53%
CMYK: (0,29,22,24) C0M29Y22K24 (0%,29%,22%,24%) (0.00/0.29/0.22/0.24) 

CMYK percentages

%0
%29.23
%21.54
%23.53

Codes

Color #C38A99 in popluar color models

C3 8A 99
RGB 195 138 153
HSL 344° 32.20% 65.29%
HSB/HSV 344° 29.23% 76.47%
CMYK 0.00% 29.23% 21.54%
23.53%

Color #C38A99 in popluar number systems.

HEX C3 8A 99
Decimal 195 138 153
Binary 11000011 10001010 10011001
Octal 303 212 231

Shades and tints

Shades of #C38A99

#C38A99
(195,138,153)
#B27E8C
(178,126,140)
#A1727F
(161,114,127)
#906672
(144,102,114)
#7F5A65
(127,90,101)
#6E4E58
(110,78,88)
#5D424B
(93,66,75)
#4C363E
(76,54,62)
#3B2A31
(59,42,49)
#2A1E24
(42,30,36)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #C38A99

#C38A99
(195,138,153)
#C894A2
(200,148,162)
#CD9EAB
(205,158,171)
#D2A8B4
(210,168,180)
#D7B2BD
(215,178,189)
#DCBCC6
(220,188,198)
#E1C6CF
(225,198,207)
#E6D0D8
(230,208,216)
#EBDAE1
(235,218,225)
#F0E4EA
(240,228,234)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38A99; }

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

This text font color is #C38A99.

Background Color

.myBgColor { background-color: #C38A99; }

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

This div background color is #C38A99.

Border color

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

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

This div border color is #C38A99.

Opacity

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

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

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

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

This text has shadow with #C38A99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C38A99.

Preview

Color preview on black background

This text has color #C38A99 on black background.


Color preview on white background

This text has color #C38A99 on white background.


Black color preview on #C38A99 background

This text has black color on #C38A99 background.


White color preview on #C38A99 background

This text has white color on #C38A99 background.


Related colors

Complementary color

Complementary color for #hex is #3C7566.


I love getcolorcode.com

Triadic colors

1 #99C38A and #8A99C3 with #C38A99 are triadic colors.

2 #998AC3 and #8AC399 with #C38A99 are triadic colors.