COLOR #C18A97

HEX: #C18A97 RGB: (193,138,151)

Color info

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

RGB color model

#C18A97 color RGB value is (193,138,151).

RGB: (193,138,151) (76%, 54%, 59%)

RGB channels and saturation

R 193 of 255 = 76%
G 138 of 255 = 54%
B 151 of 255 = 59%

193
138
151

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

Portions of RGB colors in percentages

R + G + B = 193 + 138 + 151 = 482 (100%)
R 193 of 482 ~ 40.04%
G 138 of 482 ~ 28.63%
B 151 of 482 ~ 31.33'%

%40.04
%28.63
%31.33

CMYK color model

#C18A97 color CMYK value is (0,28,22,24).

  • cyan value is 0.00%
  • magenta value is 28.50%
  • yellow value is 21.76%
  • key color value is 24.31%
CMYK: (0,28,22,24) C0M28Y22K24 (0%,28%,22%,24%) (0.00/0.28/0.22/0.24) 

CMYK percentages

%0
%28.5
%21.76
%24.31

Codes

Color #C18A97 in popluar color models

C1 8A 97
RGB 193 138 151
HSL 346° 30.73% 64.90%
HSB/HSV 346° 28.50% 75.69%
CMYK 0.00% 28.50% 21.76%
24.31%

Color #C18A97 in popluar number systems.

HEX C1 8A 97
Decimal 193 138 151
Binary 11000001 10001010 10010111
Octal 301 212 227

Shades and tints

Shades of #C18A97

#C18A97
(193,138,151)
#B07E8A
(176,126,138)
#9F727D
(159,114,125)
#8E6670
(142,102,112)
#7D5A63
(125,90,99)
#6C4E56
(108,78,86)
#5B4249
(91,66,73)
#4A363C
(74,54,60)
#392A2F
(57,42,47)
#281E22
(40,30,34)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #C18A97

#C18A97
(193,138,151)
#C694A0
(198,148,160)
#CB9EA9
(203,158,169)
#D0A8B2
(208,168,178)
#D5B2BB
(213,178,187)
#DABCC4
(218,188,196)
#DFC6CD
(223,198,205)
#E4D0D6
(228,208,214)
#E9DADF
(233,218,223)
#EEE4E8
(238,228,232)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18A97 color. Also use rgb(193,138,151) instead hex code.

Text Font Color

.myTextColor { color: #C18A97; }

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

This text font color is #C18A97.

Background Color

.myBgColor { background-color: #C18A97; }

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

This div background color is #C18A97.

Border color

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

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

This div border color is #C18A97.

Opacity

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

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

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

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

This text has shadow with #C18A97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C18A97.

Preview

Color preview on black background

This text has color #C18A97 on black background.


Color preview on white background

This text has color #C18A97 on white background.


Black color preview on #C18A97 background

This text has black color on #C18A97 background.


White color preview on #C18A97 background

This text has white color on #C18A97 background.


Related colors

Complementary color

Complementary color for #hex is #3E7568.


I love getcolorcode.com

Triadic colors

1 #97C18A and #8A97C1 with #C18A97 are triadic colors.

2 #978AC1 and #8AC197 with #C18A97 are triadic colors.