COLOR #C18288

HEX: #C18288
RGB: (193,130,136)

Color info

#C18288 contains mainly red and blue colors. Web safe color of #C18288 is #CC9999 (or #C99).

RGB color model

#C18288 color RGB value is (193,130,136).

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

RGB channels and saturation

R 193 of 255 = 76%
G 130 of 255 = 51%
B 136 of 255 = 53%

193
130
136

R + G + B ~ 60%. #C18288 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
193 + 130 + 136 = 459 (100%)
R 193 of 459 ~ 42.05%
G 130 of 459 ~ 28.32%
B 136 of 459 ~ 29.63%

%42.05
%28.32
%29.63

CMYK color model

#C18288 color CMYK value is (0,33,30,24).

  • cyan value is 0.00%
  • magenta value is 32.64%
  • yellow value is 29.53%
  • key color value is 24.31%
CMYK:
(0,33,30,24)
C0M33Y30K24 
(0%,33%,30%,24%)
(0.00/0.33/0.30/0.24)	

CMYK percentages

%0
%32.64
%29.53
%24.31

Codes

Color #C18288 in popluar color models

C18288
RGB193130136
HSL354°33.69%63.33%
HSB/HSV354°32.64%75.69%
CMYK0.00%32.64%29.53%
24.31%

Color #C18288 in popluar number systems.

HEXC18288
Decimal193130136
Binary110000011000001010001000
Octal301202210

Shades and tints

Shades of #C18288

#C18288
(193,130,136)
#B0777C
(176,119,124)
#9F6C70
(159,108,112)
#8E6164
(142,97,100)
#7D5658
(125,86,88)
#6C4B4C
(108,75,76)
#5B4040
(91,64,64)
#4A3534
(74,53,52)
#392A28
(57,42,40)
#281F1C
(40,31,28)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #C18288

#C18288
(193,130,136)
#C68D92
(198,141,146)
#CB989C
(203,152,156)
#D0A3A6
(208,163,166)
#D5AEB0
(213,174,176)
#DAB9BA
(218,185,186)
#DFC4C4
(223,196,196)
#E4CFCE
(228,207,206)
#E9DAD8
(233,218,216)
#EEE5E2
(238,229,226)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18288; }

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

This text font color is #C18288.


Background Color

.myBgColor { background-color: #C18288; }

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

This div background color is #C18288.


Border color

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

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

This div border color is #C18288.


Opacity

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

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

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

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

This text has shadow with #C18288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18288 on black background.


Color preview on white background

This text has color #C18288 on white background.



Black color preview on #C18288 background

This text has black color on #C18288 background.


White color preview on #C18288 background

This text has white color on #C18288 background.