COLOR #C18A90

HEX: #C18A90
RGB: (193,138,144)

Color info

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

RGB color model

#C18A90 color RGB value is (193,138,144).

  • red value is 193;
  • green value is 138;
  • blue value is 144.
RGB:
(193,138,144)
(76%,54%,56%)

RGB channels and saturation

R 193 of 255 = 76%
G 138 of 255 = 54%
B 144 of 255 = 56%

193
138
144

R + G + B ~ 62%. #C18A90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 138 + 144 = 475 (100%)
R 193 of 475 ~ 40.63%
G 138 of 475 ~ 29.05%
B 144 of 475 ~ 30.32%

%40.63
%29.05
%30.32

CMYK color model

#C18A90 color CMYK value is (0,28,25,24).

  • cyan value is 0.00%
  • magenta value is 28.50%
  • yellow value is 25.39%
  • key color value is 24.31%
CMYK:
(0,28,25,24)
C0M28Y25K24 
(0%,28%,25%,24%)
(0.00/0.28/0.25/0.24)	

CMYK percentages

%0
%28.5
%25.39
%24.31

Codes

Color #C18A90 in popluar color models

C18A90
RGB193138144
HSL353°30.73%64.90%
HSB/HSV353°28.50%75.69%
CMYK0.00%28.50%25.39%
24.31%

Color #C18A90 in popluar number systems.

HEXC18A90
Decimal193138144
Binary110000011000101010010000
Octal301212220

Shades and tints

Shades of #C18A90

#C18A90
(193,138,144)
#B07E83
(176,126,131)
#9F7276
(159,114,118)
#8E6669
(142,102,105)
#7D5A5C
(125,90,92)
#6C4E4F
(108,78,79)
#5B4242
(91,66,66)
#4A3635
(74,54,53)
#392A28
(57,42,40)
#281E1B
(40,30,27)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #C18A90

#C18A90
(193,138,144)
#C6949A
(198,148,154)
#CB9EA4
(203,158,164)
#D0A8AE
(208,168,174)
#D5B2B8
(213,178,184)
#DABCC2
(218,188,194)
#DFC6CC
(223,198,204)
#E4D0D6
(228,208,214)
#E9DAE0
(233,218,224)
#EEE4EA
(238,228,234)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18A90; }

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

This text font color is #C18A90.


Background Color

.myBgColor { background-color: #C18A90; }

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

This div background color is #C18A90.


Border color

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

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

This div border color is #C18A90.


Opacity

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

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

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

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

This text has shadow with #C18A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18A90 on black background.


Color preview on white background

This text has color #C18A90 on white background.



Black color preview on #C18A90 background

This text has black color on #C18A90 background.


White color preview on #C18A90 background

This text has white color on #C18A90 background.