COLOR #C18C88

HEX: #C18C88
RGB: (193,140,136)

Color info

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

RGB color model

#C18C88 color RGB value is (193,140,136).

  • red value is 193;
  • green value is 140;
  • blue value is 136.
RGB:
(193,140,136)
(76%,55%,53%)

RGB channels and saturation

R 193 of 255 = 76%
G 140 of 255 = 55%
B 136 of 255 = 53%

193
140
136

R + G + B ~ 61%. #C18C88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 140 + 136 = 469 (100%)
R 193 of 469 ~ 41.15%
G 140 of 469 ~ 29.85%
B 136 of 469 ~ 29%

%41.15
%29.85
%29

CMYK color model

#C18C88 color CMYK value is (0,27,30,24).

  • cyan value is 0.00%
  • magenta value is 27.46%
  • yellow value is 29.53%
  • key color value is 24.31%
CMYK:
(0,27,30,24)
C0M27Y30K24 
(0%,27%,30%,24%)
(0.00/0.27/0.30/0.24)	

CMYK percentages

%0
%27.46
%29.53
%24.31

Codes

Color #C18C88 in popluar color models

C18C88
RGB193140136
HSL31.49%64.51%
HSB/HSV29.53%75.69%
CMYK0.00%27.46%29.53%
24.31%

Color #C18C88 in popluar number systems.

HEXC18C88
Decimal193140136
Binary110000011000110010001000
Octal301214210

Shades and tints

Shades of #C18C88

#C18C88
(193,140,136)
#B0807C
(176,128,124)
#9F7470
(159,116,112)
#8E6864
(142,104,100)
#7D5C58
(125,92,88)
#6C504C
(108,80,76)
#5B4440
(91,68,64)
#4A3834
(74,56,52)
#392C28
(57,44,40)
#28201C
(40,32,28)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #C18C88

#C18C88
(193,140,136)
#C69692
(198,150,146)
#CBA09C
(203,160,156)
#D0AAA6
(208,170,166)
#D5B4B0
(213,180,176)
#DABEBA
(218,190,186)
#DFC8C4
(223,200,196)
#E4D2CE
(228,210,206)
#E9DCD8
(233,220,216)
#EEE6E2
(238,230,226)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18C88 color. Also use rgb(193,140,136) instead hex code.

Text Font Color

.myTextColor { color: #C18C88; }

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

This text font color is #C18C88.


Background Color

.myBgColor { background-color: #C18C88; }

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

This div background color is #C18C88.


Border color

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

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

This div border color is #C18C88.


Opacity

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

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

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

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

This text has shadow with #C18C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18C88 on black background.


Color preview on white background

This text has color #C18C88 on white background.



Black color preview on #C18C88 background

This text has black color on #C18C88 background.


White color preview on #C18C88 background

This text has white color on #C18C88 background.