COLOR #C18099

HEX: #C18099
RGB: (193,128,153)

Color info

#C18099 contains mainly red and blue colors. Web safe color of #C18099 is #CC6699 (or #C69).

RGB color model

#C18099 color RGB value is (193,128,153).

  • red value is 193;
  • green value is 128;
  • blue value is 153.
RGB:
(193,128,153)
(76%,50%,60%)

RGB channels and saturation

R 193 of 255 = 76%
G 128 of 255 = 50%
B 153 of 255 = 60%

193
128
153

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

Portions of RGB colors in percentages

R + G + B =
193 + 128 + 153 = 474 (100%)
R 193 of 474 ~ 40.72%
G 128 of 474 ~ 27%
B 153 of 474 ~ 32.28%

%40.72
%27
%32.28

CMYK color model

#C18099 color CMYK value is (0,34,21,24).

  • cyan value is 0.00%
  • magenta value is 33.68%
  • yellow value is 20.73%
  • key color value is 24.31%
CMYK:
(0,34,21,24)
C0M34Y21K24 
(0%,34%,21%,24%)
(0.00/0.34/0.21/0.24)	

CMYK percentages

%0
%33.68
%20.73
%24.31

Codes

Color #C18099 in popluar color models

C18099
RGB193128153
HSL337°34.39%62.94%
HSB/HSV337°33.68%75.69%
CMYK0.00%33.68%20.73%
24.31%

Color #C18099 in popluar number systems.

HEXC18099
Decimal193128153
Binary110000011000000010011001
Octal301200231

Shades and tints

Shades of #C18099

#C18099
(193,128,153)
#B0758C
(176,117,140)
#9F6A7F
(159,106,127)
#8E5F72
(142,95,114)
#7D5465
(125,84,101)
#6C4958
(108,73,88)
#5B3E4B
(91,62,75)
#4A333E
(74,51,62)
#392831
(57,40,49)
#281D24
(40,29,36)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #C18099

#C18099
(193,128,153)
#C68BA2
(198,139,162)
#CB96AB
(203,150,171)
#D0A1B4
(208,161,180)
#D5ACBD
(213,172,189)
#DAB7C6
(218,183,198)
#DFC2CF
(223,194,207)
#E4CDD8
(228,205,216)
#E9D8E1
(233,216,225)
#EEE3EA
(238,227,234)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C18099 color. Also use rgb(193,128,153) instead hex code.

Text Font Color

.myTextColor { color: #C18099; }

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

This text font color is #C18099.


Background Color

.myBgColor { background-color: #C18099; }

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

This div background color is #C18099.


Border color

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

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

This div border color is #C18099.


Opacity

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

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

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

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

This text has shadow with #C18099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18099 on black background.


Color preview on white background

This text has color #C18099 on white background.



Black color preview on #C18099 background

This text has black color on #C18099 background.


White color preview on #C18099 background

This text has white color on #C18099 background.